• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Resolved Remove items from the navigation

Alexov

New Member
AMS Premium
CAS Premium
IMS Premium
LD Premium
SC Premium
How do I remove these items from the navigation? They are already in the menu, but they are duplicated in the navigation.

2021-12-09-22-46-05.png
 
There are no ON/OFF switches, so you will have to customize by manually editing a template (and either remove the links or comment them out).

This is a very easy customization :)

Template: xa_ams_category_list_macros

Find: macro 'simple_list_block' on (line 67). This is the macro you need to edit (for each style you have).

Scroll down to lines 101-110. This is the block of template code that determines whether those links show to the viewing user or not. You can remove this entire block of template code OR wrap the block of template code (or each individual link) using <xf:comment> </xf:comment>

Selection_400.png
 
Back
Top