glow Posted March 11, 2013 Share Posted March 11, 2013 How do I change the whmcs text on domain registration form to something like "domain name here" instead of the current "whmcs", it kinda confuses the less technical customers. Thanks 0 Quote Link to comment Share on other sites More sharing options...
glow Posted March 11, 2013 Author Share Posted March 11, 2013 no body knows about this? 0 Quote Link to comment Share on other sites More sharing options...
Alex - Arvixe Posted March 11, 2013 Share Posted March 11, 2013 I don't really understand which text your trying to change, could you link / explain? Don't recall any "whmcs" type on the domain order form. Chances are though you will find what ever it is your looking for here: WHMCS Directory -> Lang -> english.php (or which ever lang you primarily use) 0 Quote Link to comment Share on other sites More sharing options...
kanum Posted March 12, 2013 Share Posted March 12, 2013 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 0 Quote Link to comment Share on other sites More sharing options...
glow Posted March 12, 2013 Author Share Posted March 12, 2013 (edited) Thank you both and I'm sorry i meant to say domain search form. Here's what it looks like: 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 March 12, 2013 by glow 0 Quote Link to comment Share on other sites More sharing options...
glow Posted March 12, 2013 Author Share Posted March 12, 2013 This text is not coming from the language file I checked and its not coming from there. 0 Quote Link to comment Share on other sites More sharing options...
glow Posted March 13, 2013 Author Share Posted March 13, 2013 Can anyone else help me with this? - Anyone here from whmcs support? 0 Quote Link to comment Share on other sites More sharing options...
messer Posted March 13, 2013 Share Posted March 13, 2013 it's comming from lang file - one of this $_LANG['orderregisterdomain'] $_LANG['cartregisterdomainchoice'] all text in Client Area are from lang var except modules - some of modules are hard coded 0 Quote Link to comment Share on other sites More sharing options...
glow Posted March 13, 2013 Author Share Posted March 13, 2013 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. 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.