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 ?
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
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
0 Paul Posted December 14, 2016 Report Posted December 14, 2016 On 12/14/2016 at 5:14 PM, Licensecart said: Think he's trying to customise the main one mate isn't that also set in the model? /app/models/navigation.php Expand Yes, I believe you're right Mike. We don't recommend modifying this, so tweak at your own risk. Michael 1
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now