DigitalEnigma Posted August 22, 2007 Share Posted August 22, 2007 Hi, Is it possible to remove the breadcrumb link for the lost password lookup page so that the last link when on this page is just for the Client Area? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted August 22, 2007 WHMCS CEO Share Posted August 22, 2007 It could be done with some clever if statements in the template. For example: {if $pagename eq "Password Reminder"} Display this {else} Display normal breadcrumb nav {/if} Matt 0 Quote Link to comment Share on other sites More sharing options...
DigitalEnigma Posted August 22, 2007 Author Share Posted August 22, 2007 Hi Matt, What would the password reminder page name be, or from where do I find the value of $pagename? I tried the exact code above but it continued to show "Display normal breadcrumb nav" even on the password reminder page. 0 Quote Link to comment Share on other sites More sharing options...
joe123 Posted August 22, 2007 Share Posted August 22, 2007 try pagetitle instead of pagename {if $pagetitle eq "Password Reminder"} Display this {else} Display normal breadcrumb nav {/if} 0 Quote Link to comment Share on other sites More sharing options...
DigitalEnigma Posted August 23, 2007 Author Share Posted August 23, 2007 Thanks, thats solved it. 0 Quote Link to comment Share on other sites More sharing options...
DigitalEnigma Posted August 23, 2007 Author Share Posted August 23, 2007 Also related to the breadcrumb links is there any way to at the title= tag to the links? 0 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.