dogfall Posted August 14, 2015 Share Posted August 14, 2015 (edited) I recently decided not to use wordpress with with WHMCS and just use whmcs/Six as the site to make it look as simple as possible for the client. I like would to do two thinks to the site for now. if someone could help that would great! 1. Explain step by step where to locate and change the menu name for "Order Hosting" to Order Services. 2. Explain step by step how to add an image in the dark section that surrounds the domain checker on the front page. I think one of the most important things WHMCS should do in the future is add an theme editor in the admin section with quick links to do what I'm asking and other aspects of the the layout like logo, background and so on. thanks in advance! - Removed - Edited August 15, 2015 by Infopro Please Attach Images to Your Post 0 Quote Link to comment Share on other sites More sharing options...
AffordableDomainsCanada Posted August 15, 2015 Share Posted August 15, 2015 I can help you with #1. Open WHMCS INSTALL > lang > english.php FIND: $_LANG['orderhosting'] = "Order Hosting"; REPLACE WITH: $_LANG['orderhosting'] = "Order Services"; 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 15, 2015 Share Posted August 15, 2015 use language overrides feature http://docs.whmcs.com/Language_Overrides 0 Quote Link to comment Share on other sites More sharing options...
AffordableDomainsCanada Posted August 15, 2015 Share Posted August 15, 2015 use language overrides feature http://docs.whmcs.com/Language_Overrides Did not know about this, good to know about overrides!! 0 Quote Link to comment Share on other sites More sharing options...
dogfall Posted August 15, 2015 Author Share Posted August 15, 2015 http://fpath.com/menu.jpg this is what im talking about. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 15, 2015 Share Posted August 15, 2015 http://fpath.com/menu.jpg this is what im talking about. change text of the variable mentioned above 0 Quote Link to comment Share on other sites More sharing options...
dogfall Posted August 15, 2015 Author Share Posted August 15, 2015 could you be more specific on the file location? what part of the files code? I'm not really sure how to do this. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 15, 2015 Share Posted August 15, 2015 check this: http://docs.whmcs.com/Language_Overrides 0 Quote Link to comment Share on other sites More sharing options...
dogfall Posted August 15, 2015 Author Share Posted August 15, 2015 I did a mock up in photo shop to show an image in the background here http://fpath.com/2.jpg - - - Updated - - - your link does not explain anything. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 15, 2015 Share Posted August 15, 2015 to make it short for you: 1) create new file inside "/WHMCS-Path/lang/overrides/", new file name is "english.php". 2) place the following lines inside it: <?php $_LANG['orderhosting'] = "Order Hosting"; 3) now you can change "Order Hosting" to anything you want. we did it this way so when you upgrade WHMCS to new version, your language customization will be saved. is it clear this way? 0 Quote Link to comment Share on other sites More sharing options...
dogfall Posted August 16, 2015 Author Share Posted August 16, 2015 That one I understand..its adding an image in the dark area around domain checker I'm referring to. I think we got mixed up. Here is a link with an image in the background I did in photoshop. That is what I would like to know how to do. http://fpath.com/2.jpg Thanks 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 16, 2015 Share Posted August 16, 2015 check this documentation it may help http://docs.whmcs.com/Customising_the_Six_Theme#Customising_the_Design.2FLayout you need to make you changes to this CSS selector: section#home-banner { margin: 0; padding: 50px 0 60px; background-color: #2E363F; color: #fff; } 0 Quote Link to comment Share on other sites More sharing options...
dogfall Posted August 16, 2015 Author Share Posted August 16, 2015 (edited) ............... Edited August 17, 2015 by dogfall 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.