Show Xenforo navigation tab
Create tab
Expand template with
Advanced page
Create tab
Expand template with
HTML:
<xf:if is="$xf.uri == link('misc/contact', null)">
<xf:page option="section">kontakt</xf:page>
</xf:if>
Advanced page
HTML:
<xf:if is="$xf.uri == link('members', null, {'key': 'most_points'})">
<xf:page option="section">mostPoints</xf:page>
</xf:if>