Jump to content

Change Client Area Navigation Titles ($LANG)


smartdept

Recommended Posts

Hello,

 

This should be easy, but I'm still new to WHMCS and programming...

 

How do I change the titles of the links in the Client Area?

 

For example, "My Details" -> "Details" ?

 

Perhaps it has something to do with the $LANG command that I find in the source code...

 

Thanks, WHMCS so far!

 

smartdept

Link to comment
Share on other sites

Of course, as soon as I ask for help, I stumble upon the answer in the support documentation.

 

FYI - for others:

 

Modifying Existing Language Strings

 

You can change any of the text displayed in the WHMCS Client Area by editing the relevant language file in the lang folder of your WHMCS system. All text strings in the client area can be found in the language file and modified in any way you want.

 

For example if you wanted to change the "You are here" text to say "Current Page" then you would edit /lang/English.txt and find the following line:

 

$_LANG["globalyouarehere"] = "You are here";

Then edit so it reads:

 

$_LANG["globalyouarehere"] = "Current Page";

Save the file and upload.

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