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
- 26,064
- Points
- 823
Reputation:
In forum_view template I wish to move the post thread button to replace the page navigation. This should be easy shouldn't it?
The code for the button is
Rich (BB code):
And I remove the pagenav and move button to the same...
Read more
Continue reading...
The code for the button is
Rich (BB code):
Code:
<xf:pageaction if="$forum.canCreateThread() OR $forum.canCreateThreadPreReg()">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
{{ phrase('post_thread') }}
</xf:button>
</xf:pageaction>
And I remove the pagenav and move button to the same...
Read more
Continue reading...