XenForo
Administrative
- Thread starter
- Admin
- #1
If you select the option next to the navigation item tab "Show this navigation only in design mode"

After re-editing, you will not see this checkbox, because debug data is received
HTML:
should be in admin_navigation_edit
HTML:
Read more
ادامه مطلب...

After re-editing, you will not see this checkbox, because debug data is received
$navigation.debug_only
HTML:
Code:
<xf:option name="development_only" selected="$navigation.debug_only">{{
phrase('display_this_navigation_in_development_mode_only') }}
</xf:option>
HTML:
<xf:option name="development_only"...
Read more
ادامه مطلب...