Jump to content

how to change whmcs text on domain registration form


glow

Recommended Posts

Hi glow,

 

You allways can use the: Overriding Language Strings

 

Should you want to customise any of the default language file strings, we recommend using the overrides system. Overrides as the name suggests are a way of overriding language file text values without making changes to the core language files themselves. This has the benefit of meaning that when it comes to upgrades, you don't have any risk of overwriting and losing your customisations.

If this is your first time overriding language strings you will need to begin by creating a subfolder named overrides within the /lang/ directory (overrides are supported for both client and admin area languages).

   To start overriding language strings, begin by creating an empty file in the overrides folder matching the name of the default language file you want to override
   Next copy and paste any language strings from the default file into the override file that you want to customise
   Now edit the translations within the override file in exactly the same way as demonstrated above. 

An example /lang/overrides/english.php file:

[php]<?php
$_LANG['globalsystemname'] = "Support System";
$_LANG['headertext'] = "Welcome to our members area.";
?>[/php]

 

Read more at: http://docs.whmcs.com/Language_Files

Link to comment
Share on other sites

Thank you both and I'm sorry i meant to say domain search form.

Here's what it looks like:

 

input.jpg

 

 

 

Thank you for that information kanum, it will come handy for sure. but how do I use it to change the domain search input text?

Edited by glow
Link to comment
Share on other sites

Hi messer, thank you for caring and posting. Unfortunately neither one of those serves as a variable for the "whmcs" text written in the search box. I'm using Enom and I don't know if this

whmcs" text is coming from the enom module or is just hard coded some where, as branding maybe? - weird place to have company branding.

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