pvpers
Guest
offline
Hello, how can i add this button for question category ?


Is there a solution via admin panel? Or are these codes the only solution?
Code:
Thank you.
Continue reading...


Is there a solution via admin panel? Or are these codes the only solution?
Code:
Code:
<xf:if is="$forum.node_id == 18">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
Post question
</xf:button>
<xf:else />
Thank you.
Continue reading...