Jump to content
  • 0

Client Navigation Menu Changes


Question

Posted

I'd like to modify the navigation menu for clients slightly.

  1. Remove the "Contacts" link
  2. Change the client name dropdown to just be a display of the name
  3. Move a couple of the menus that were in the manage account section to the main menu

How do I make these changes?

post-11841-0-33811700-1451705644_thumb.p

5 answers to this question

Recommended Posts

  • 0
Posted
  On 1/3/2016 at 8:39 PM, Licensecart said:

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 .

  • 0
Posted
  On 1/2/2016 at 3:34 AM, aaronfitz said:

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).

 

  On 1/2/2016 at 3:34 AM, aaronfitz said:

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);?>
  On 1/2/2016 at 3:34 AM, aaronfitz said:

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.

  • 0
Posted
  On 1/2/2016 at 8:33 AM, Licensecart said:

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

  • 0
Posted
  On 1/3/2016 at 7:11 PM, aaronfitz said:

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...