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.
Читать далее...
example
;in the template for this non xenforo page,
i have something like:
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:
Код:
<xf:if is="$xf.uri == link('/pages/test123', null)">
<xf:page option="section">example</xf:page>
</xf:if>
it does now work.
Читать далее...