T
Tamasita
Guest
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...