RSS Feed/News Set main tab for a page?

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
23,592
Points
823

Reputation:

I have a main tab called 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...
 
Status
Not open for further replies.
Top