Jump to content

How to change the title of a menu in WHMCS


ocastaned

Recommended Posts

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";

9J2TsyN.png

on a Spanish site like yours, it should default to...

Ta8h3NR.png

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 by brian!
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
Reply to this topic...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated