Jump to content
  • 0

Client Navigation Menu Changes


aaronfitz

Question

5 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...