The section on adding and editing public navigation seems incomplete:
xenforo.com
For the Basic type, how do we use:
Display condition and Extra attributes
Display Condition - do we use full template conditionals? e.g:
<xf:if is="$template != 'forum_list'">
Or just something like:
$template != 'forum_list'
Extra Attributes
What are the options? What inputs are acceptable here?
Navigation | XenForo
On all pages of your XenForo installation, underneath the logo image in the header, you will find a strip of links, each of which navigate to another area of the site, or open up into a menu containing additional links.
For the Basic type, how do we use:
Display condition and Extra attributes
Display Condition - do we use full template conditionals? e.g:
<xf:if is="$template != 'forum_list'">
Or just something like:
$template != 'forum_list'
Extra Attributes
What are the options? What inputs are acceptable here?