RSS Feed/News How to add "post question" button ?

Status
Not open for further replies.

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,810
Points
823

Reputation:

Hello, how can i add this button for question category ?
1741350205368.webp
1741350353843.webp

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...
 
Status
Not open for further replies.
Top