Support Home
Documentation
Guides & Tutorials
Developers
API
Contact Us
Download
Login
How can we improve WHMCS?
Share, discuss and vote for what you would like to see added to WHMCS
Toggle navigation
Home
All Ideas
FAQ
Submit an Idea
Account
Login
Register
Home
Ideas
Client Area
Change the root link to a predefined one
Already Possible
Change the root link to a predefined one
Already Possible
Anthony Didsbury shared this idea 6 years ago
Client Area
2 Comments
Subscribe to Updates
1
Votes
Login to Vote
Currently, if a client is in their client area on WHMCS and they click my logo on the top left of the page it redirects to WHMCS root. I wish to be able to redirect my main website root.
Share Via
More votes helps get a request more attention. Share it now.
Share on Facebook
Share on Twitter
2 Comments
Login
to post a comment.
Anthony Didsbury
commented 15th February 18
tried editing the above in my header tpl but the link is now giving me :
https://domain.co.uk/whmcs/www.domain.co.uk/index.php
Official Response
WHMCS
commented 14th February 18
Hi there,
Thanks for your suggestion. This can be achieved by way of a template customisation to the header.tpl file.
[co]
{if $assetLogoPath}
<a href="{$WEB_ROOT}/index.php" class="logo"><img src="{$assetLogoPath}" alt="{$companyname}"></a>
{else}
<a href="{$WEB_ROOT}/index.php" class="logo logo-text">{$companyname}</a>
{/if}
[/co]
For more information on customising templates please refer to
https://developers.whmcs.com/themes/
2 Comments
Login to post a comment.
Thanks for your suggestion. This can be achieved by way of a template customisation to the header.tpl file.
[co]
For more information on customising templates please refer to https://developers.whmcs.com/themes/