Jump to content

Disabling language selections and contact.php file


matmatoo

Recommended Posts

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.

Link to comment
Share on other sites

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

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