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
- 27,288
- Points
- 823
Reputation:
I have a main tab called
in the template for this non xenforo page,
i have something like:
Code:
It works!
But how can i have a xenforo page under this main tab?
I tried in
Code:
it does now work.
Continue reading...
example
;in the template for this non xenforo page,
i have something like:
Code:
Code:
<xf:if is="$xf.uri == link('/example', null)">
<xf:page option="section">example</xf:page>
</xf:if>
It works!
But how can i have a xenforo page under this main tab?
I tried in
page_view
Code:
Code:
<xf:if is="$xf.uri == link('/pages/test123', null)">
<xf:page option="section">example</xf:page>
</xf:if>
it does now work.
Continue reading...