turner2f Posted December 14, 2016 Report Posted December 14, 2016 1) How do we configure the Top navigation links ? To either Add, Subtract, make "invible" or to move under a different tab ? 2) How do we configure the Dropdown links links ? To either Add, Subtract, make "invible" or to move under a different tab ? 3) How do we create a dropdown link for http://support.mywebsite.com/ to be under the "Dashboard" button ? Quote
0 Paul Posted December 14, 2016 Report Posted December 14, 2016 Plugins register nav links by registering them in the database under the plugin_actions table with the actions listed below: nav_primary_client nav_primary_staff nav_secondary_staff Look in the table for examples. Otherwise, you'll have to manually edit the templates. I think @Licensecart CMS plugin allows creating nav links that link to external resources, but I could be wrong. Alternatively, you can modify the templates. Michael 1 Quote
0 Michael Posted December 14, 2016 Report Posted December 14, 2016 Think he's trying to customise the main one mate isn't that also set in the model? /app/models/navigation.php Paul 1 Quote
0 Paul Posted December 14, 2016 Report Posted December 14, 2016 16 minutes ago, Licensecart said: Think he's trying to customise the main one mate isn't that also set in the model? /app/models/navigation.php Yes, I believe you're right Mike. We don't recommend modifying this, so tweak at your own risk. Michael 1 Quote
Question
turner2f
1) How do we configure the Top navigation links ?
To either Add, Subtract, make "invible" or to move under a different tab ?
2) How do we configure the Dropdown links links ?
To either Add, Subtract, make "invible" or to move under a different tab ?
3) How do we create a dropdown link for http://support.mywebsite.com/ to be under the "Dashboard" button ?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.