Change name of menu item

Hello All,

I would like to change name of a menu item. Groups = Doors.

I tried UPDATE `persona3_dolphin`.`sys_modules` SET `title` = 'Doors' WHERE `sys_modules`.`id` =13;

But don't see any change.

Thank you all in advance

Quote · 3 Nov 2013

You should do this through the language settings in the admin, not through the database.

Geeks, making the world a better place
Quote · 3 Nov 2013

You can get the language key for any menu item by going to the admin, builders, navigation menu.  Click on an item and you will see the language key.  In the case of Groups, it is _bx_groups_menu_root

Go to languages and in the filter box, enter that key, and check the box, it will show the entry with an edit link to the right of it.  Click on Edit and you will be able to change the label of that menu item.

Geeks, making the world a better place
Quote · 3 Nov 2013

Agreed. You need to undo that change you made. That change is for the config of the module, and may prevent the module from working correctly, or prevent you from un-installing and re-installing later.

Use the Languge keys as GG said to do. You never touch the sys_modules table. That table holds critical developer and config info for the module itself.



https://www.deanbassett.com
Quote · 3 Nov 2013

Thank you both,

Removing db change fixed picture issue from another topic I posted. Groups has been successfully changed, now need to hunt down Groups Home.

FYI, I got the db change from an older forum post.

Quote · 3 Nov 2013

That was easy, thank you again!

Quote · 3 Nov 2013

Would I edit the buttons to change those?

Quote · 3 Nov 2013

also the group pages still say groups, where would I edit those?

Sorry for being such a bug.

Quote · 3 Nov 2013

If you don't know the key, you can just put Groups, and groups, Groups Home, etc in the filter box and tick the checkbox.  It will do a search.  What I do is when I get several and unsure what they are changing, I note the one I changed and what I changed it to in case I need to undo it.

Geeks, making the world a better place
Quote · 3 Nov 2013

Thank you! 

Quote · 4 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.