ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,656
- Points
- 823
Reputation:
Hello,I'm looking for a way to display the "Post Thread" button to guest users on my XenForo forum. Currently, only registered members can post, but I'd like guests to see the button (even if they can't actually post) to encourage registration.
I've tried editing the forum_view template, but when I remove the "if conditions," the link structure breaks for logged-in users. Any guidance on how to achieve this would be appreciated.Thank you.
Code:
Read more
Continue reading...
I've tried editing the forum_view template, but when I remove the "if conditions," the link structure breaks for logged-in users. Any guidance on how to achieve this would be appreciated.Thank you.
Code:
<xf:pageaction if="$forum.canCreateThread() OR...
Read more
Continue reading...