aaronfitz Posted January 2, 2016 Report Posted January 2, 2016 I'd like to modify the navigation menu for clients slightly. Remove the "Contacts" link Change the client name dropdown to just be a display of the name Move a couple of the menus that were in the manage account section to the main menu How do I make these changes? Quote
0 Michael Posted January 2, 2016 Report Posted January 2, 2016 I'd like to modify the navigation menu for clients slightly. Remove the "Contacts" link How do I make these changes? I'd say you could use the admin tools but you can't remove it, so the only way would be removing it from the database or making your own menu, you could use our plugin for the custom menu (BlestaCMS). I'd like to modify the navigation menu for clients slightly. Change the client name dropdown to just be a display of the name You can edit the html to change the name: Find: <?php $this->Html->_($contact->first_name);?> <?php $this->Html->_($contact->last_name);?> Replace: <?php $this->Html->_($contact->first_name);?> I'd like to modify the navigation menu for clients slightly. Move a couple of the menus that were in the manage account section to the main menu You can add via the database or use the BlestaCMS and add the menu's manually to your own Menu. Quote
0 aaronfitz Posted January 3, 2016 Author Report Posted January 3, 2016 I'd say you could use the admin tools but you can't remove it, so the only way would be removing it from the database or making your own menu, you could use our plugin for the custom menu (BlestaCMS). You can edit the html to change the name: Find: <?php $this->Html->_($contact->first_name);?> <?php $this->Html->_($contact->last_name);?> Replace: <?php $this->Html->_($contact->first_name);?> You can add via the database or use the BlestaCMS and add the menu's manually to your own Menu. Any idea where in the database the navigation options for the bootstrap client are? I see in the pdt where it's iterating through them, but not familiar enough with this yet to know where those come from Quote
0 Michael Posted January 3, 2016 Report Posted January 3, 2016 Any idea where in the database the navigation options for the bootstrap client are? I see in the pdt where it's iterating through them, but not familiar enough with this yet to know where those come from The database for the menus are in: plugin_actions but I can't find a contacts url so it must be hard coded in you'll have to wait for the developers to help on Monday. Quote
0 activa Posted January 4, 2016 Report Posted January 4, 2016 The database for the menus are in: plugin_actions but I can't find a contacts url so it must be hard coded in you'll have to wait for the developers to help on Monday. they are in navigation.php model . Michael and aaronfitz 2 Quote
Question
aaronfitz
I'd like to modify the navigation menu for clients slightly.
How do I make these changes?
5 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.