matmatoo Posted February 5, 2014 Share Posted February 5, 2014 Hi there, I want to disable users being able to change languages on my website and to remove the language selector along the bottom of my site, how do I do that? Also, how do I change the header wording on the contact.php file from: Pre-Sales Contact Us If you have any pre-sales questions or want to contact us, please use the form below. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 5, 2014 Share Posted February 5, 2014 I want to disable users being able to change languages on my website and to remove the language selector along the bottom of my site, how do I do that? in the admin area, go to setup -> general settings -> localisation -> untick the bottom checkbox marked "Enable Language Menu" - this will remove the language dropdown from the client area. Also, how do I change the header wording on the contact.php file from: Pre-Sales Contact Us If you have any pre-sales questions or want to contact us, please use the form below. you would modify the two language variables in english.php. $_LANG['contacttitle'] = "Pre-Sales Contact Us"; $_LANG['contactheader'] = "If you have any pre-sales questions or want to contact us, please use the form below."; follow the procedure in the link below to create language overrides... http://docs.whmcs.com/Language_Overrides 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.