John.Helyar Posted October 4, 2015 Share Posted October 4, 2015 Hi there Hope you can help i am fairly new to changing the whole look and feel of WHMCS we are currently working on the last version before 6 so i am trying to get my head around WHMCS 6 before we do the update let me explain what i am doing Currently I have a wordpress site with a bridge to WHMCS but looking at WHMCS 6 i should be able to put everything on that and not have to use a wordpress site. So my question/problem is that i am getting lost in how to edit the homepage and how to create new pages for my other products i have read about using hooks and using one of the post been able to tweak my main Nav Bar but i cant seem to find info on adding info direct to the home page how to to tweak the Shortcut bar under where it says What would you like to do today? i cant even find where to change that at the mo. So if any one can give me some hints and tips and point me in the right direction that would be great Cheers John 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 4, 2015 Share Posted October 4, 2015 Hi John, Hope you can help i am fairly new to changing the whole look and feel of WHMCS we are currently working on the last version before 6 so i am trying to get my head around WHMCS 6 before we do the update let me explain what i am doing Currently I have a wordpress site with a bridge to WHMCS but looking at WHMCS 6 i should be able to put everything on that and not have to use a wordpress site. if you contact support and ask for a free development license, you'll be able to develop WHMCS v6 on a test installation while your current v5/wordpress site continues to function. So my question/problem is that i am getting lost in how to edit the homepage and how to create new pages for my other products i have read about using hooks and using one of the post been able to tweak my main Nav Bar but i cant seem to find info on adding info direct to the home page how to to tweak the Shortcut bar under where it says What would you like to do today? i cant even find where to change that at the mo. you can modify that by editing six/header.tpl... {if $registerdomainenabled || $transferdomainenabled} <li> <a id="btnBuyADomain" href="domainchecker.php"> <i class="fa fa-globe"></i> <p> {$LANG.buyadomain} <span>»</span> </p> </a> </li> {/if} <li> <a id="btnOrderHosting" href="cart.php"> <i class="fa fa-hdd-o"></i> <p> {$LANG.orderhosting} <span>»</span> </p> </a> </li> <li> <a id="btnMakePayment" href="clientarea.php"> <i class="fa fa-credit-card"></i> <p> {$LANG.makepayment} <span>»</span> </p> </a> </li> <li> <a id="btnGetSupport" href="submitticket.php"> <i class="fa fa-envelope-o"></i> <p> {$LANG.getsupport} <span>»</span> </p> </a> </li> 0 Quote Link to comment Share on other sites More sharing options...
John.Helyar Posted October 4, 2015 Author Share Posted October 4, 2015 Hi there i have a Dev license that i am working on and going to then backup up the changes i have made to merge in to the live site. Cheers for the info on the Header.tpl that will be helpfull with regards to adding content to the home page like info about the company and latest deals how do i go about doing that? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 4, 2015 Share Posted October 4, 2015 with regards to adding content to the home page like info about the company and latest deals how do i go about doing that? edit the homepage.tpl template 0 Quote Link to comment Share on other sites More sharing options...
John.Helyar Posted October 4, 2015 Author Share Posted October 4, 2015 Ok that sounds simple enough i will have ago at that tonight and see how much i can do it with it Cheers for your help on this Cheers John 0 Quote Link to comment Share on other sites More sharing options...
davemason Posted October 6, 2015 Share Posted October 6, 2015 Thanks for the help as well. Use of hello world 2 times showed me where everything was so I could delete and/or change it. 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.