smartdept Posted September 3, 2011 Share Posted September 3, 2011 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 0 Quote Link to comment Share on other sites More sharing options...
smartdept Posted September 3, 2011 Author Share Posted September 3, 2011 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. 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.