Jump to content

How to show services domains ticket invoices in client area


cumputerman

Recommended Posts

How to show services, domains, ticket, invoices, in every page in client area. As default, this navigation is shown only on client area homepage and disappears after user move in each service child navigation. Due to which user has to go back to main service page using breadcrumbs. How to show this menu on every page in client area. the first screenshot shows what i am talking about. the second screenshot shows menu from third party theme template. Any solution so these navigation bar/boxes show in all pages in whmcs client area.

Screen Shot 2018-12-30 at 1.50.21 PM.png

Screen Shot 2018-12-30 at 3.44.29 PM.png

Link to comment
Share on other sites

Are you using the default template? You could just "copy / paste" the HTML codeblock for the tiles (look for <div class="tiles clearfix">). One more thing to consider, is, maybe use the conditional smarty code {if $loggedin} to display the HTML tiles.

If I understand you correctly, you just want to display the 4 tiles on all pages for logged in users? These links should help you:

1.) https://docs.whmcs.com/Client_Area_Sidebars_Cheatsheet
2.) https://github.com/WHMCS/templates-six
3.) https://github.com/WHMCS/templates-six/blob/master/clientareahome.tpl
4.) https://whmcs.community/topic/190113-introduction-to-whmcs-smarty-debugging-display-if-customer-or-admin-are-logged-in/

Hope something in my response was helpful

Edited by cdeese8
Link to comment
Share on other sites

On 31/12/2018 at 22:40, cumputerman said:

How to show services, domains, ticket, invoices, in every page in client area. As default, this navigation is shown only on client area homepage and disappears after user move in each service child navigation. Due to which user has to go back to main service page using breadcrumbs.

or click on the home button in the navbar...

On 31/12/2018 at 22:40, cumputerman said:

How to show this menu on every page in client area.

@cdeese8 is correct - you would just need to copy that div he mentions to any client area page that you want to show it on... e.g My Products & Services page...

NATAgwT.png

On 31/12/2018 at 22:40, cumputerman said:

the second screenshot shows menu from third party theme template. Any solution so these navigation bar/boxes show in all pages in whmcs client area.

there would be nothing to stop you adding badges to the navbar to show the number of services/quotes/invoices etc to the appropriate menu item...

jB9MjVf.png

how you would do it in that custom template of yours i'd be unsure without seeing the code - i'm assuming it's outputting the navbar array as a sidebar (that's doable and i've posted on that previously), so it's possibly you could use a navbar hook rather than a sidebar hook - but whoever developed the template would be able to tell you which to use.

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