cumputerman Posted December 31, 2018 Share Posted December 31, 2018 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. 0 Quote Link to comment Share on other sites More sharing options...
cdeese8 Posted January 2, 2019 Share Posted January 2, 2019 (edited) 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 January 2, 2019 by cdeese8 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 3, 2019 Share Posted January 3, 2019 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... 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... 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. 1 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.