ocastaned Posted November 16, 2019 Share Posted November 16, 2019 How can I change the title of a menu for something different? Screenshot: Thank you. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 16, 2019 Share Posted November 16, 2019 From the WHMCS docs: https://docs.whmcs.com/Client_Area_Navigation_Menus_Cheatsheet#Changing_the_Text_Label_of_a_Menu_Item 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 17, 2019 Share Posted November 17, 2019 (edited) 17 hours ago, ocastaned said: How can I change the title of a menu for something different? if it's a default menu item (e.g you haven't added it with a hook), then using a hook is one option, but another simpler option would be to use Language Overrides for each language used on your site... $_LANG['clientareanavhome'] = "Ocastaned Home"; on a Spanish site like yours, it should default to... on your site, it says "Home" using English or Spanish, but uses the default translation for other languages - that implies one of two things: either you have changed the above language string in Spanish to "Home", or you have an existing navbar hook that is setting the label to "Home" for Spanish... if I were you, i'd check your /lang/overrides/spanish.php and see if there is a language override in there that is changing this label. Edited November 17, 2019 by brian! 0 Quote Link to comment Share on other sites More sharing options...
ocastaned Posted November 19, 2019 Author Share Posted November 19, 2019 Thank you so much. 0 Quote Link to comment Share on other sites More sharing options...
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.