Jump to content

Help with Custom Homepage


John.Helyar

Recommended Posts

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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?

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