- XF Compatibility
- 2.2.x
- 2.3.x
- Short Description
- xf:if is="$xf.visitor.userid AND inarray($xf.visitor.usergroupid, [2, 3, 18, 4, 5])" xf:pageaction xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--primary" icon="write" rel="nofollow"{{ phrase('postthread') }} xf:button href="{{ link('threads/reply', $thread) }}" data-xf-click="overlay" class="button--primary" icon="reply" rel="nofollow"{{ phrase('postreply') }}
You can use this to show it members of certain usergroups. Simply edit the "in_array" below to add usergroups to it.
This will add a "reply" button next to the newthread button.
Even if a bot is aware of the newthread & new post buttons, they...
This will add a "reply" button next to the newthread button.
Even if a bot is aware of the newthread & new post buttons, they...
You do not have permission to view the full content of this resource.
Log in or register now.