Jump to content

Remove Tickets Div on Home Page


marioalfaro

Recommended Posts

Hi all,

 

As we are not using the support component of WHMCS I have recently successfully removed the Support item in the Navbar menu and also removed the "Recent Support Tickets" section in the lower half of the home page (near the bottom of the page next to "Your Active Products/Services" etc.).

 

I now am stuck and am having trouble removing the "Tickets" square which was the callout icon and has a count of active tickets. It's div class is "col-sm-3 col-xs-6 tile".

 

Can someone help me remove or hide it please? Thanks.

 

Mars.

Link to comment
Share on other sites

remove it from inside /templates/six/clientareahome.tpl file, between lines 39 - 46

       <div class="col-sm-3 col-xs-6 tile" onclick="window.location='supporttickets.php'">
           <a href="supporttickets.php">
               <div class="icon"><i class="fa fa-comments"></i></div>
               <div class="stat">{$clientsstats.numactivetickets}</div>
               <div class="title">{$LANG.navtickets}</div>
               <div class="highlight bg-color-red"></div>
           </a>
       </div>

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