durangod Posted January 21, 2013 Share Posted January 21, 2013 Hi, I use the comparison cart exclusively so i do not know if they applies to others but you can try it, i would think they would all be about the same for this change. For some reason they left out the register and login links on some of the pages, i know we have the side bar for login but as far as register i could not find it in the new version after i upgraded. I dont know if this has been shown before but here ya go. So in order to add it is very simple. First here is what it looks like. Login or Register In the header.tpl AFTER <p>{$LANG.headertext}</p> Add {if !$loggedin} { {$LANG.please} <a href="clientarea.php" title="{$LANG.loginbutton}"><strong>{$LANG.loginbutton}</strong></a> {$LANG.or} <a href="register.php" title="{$LANG.clientregistertitle}"><strong>{$LANG.clientregistertitle}</strong></a> {/if} <br /> <br /> Save that.... And if you want it in the footer open footer.tpl BEFORE {$footeroutput} (near the bottom of page) Add <br /> <br /> <center> {if !$loggedin} { {$LANG.please} <a href="clientarea.php" title="{$LANG.loginbutton}"><strong>{$LANG.loginbutton}</strong></a> {$LANG.or} <a href="register.php" title="{$LANG.clientregistertitle}"><strong>{$LANG.clientregistertitle}</strong></a> {/if} </center> <br /> <br /> save.... you may not need the center tag but i did due to my sidebar... Hope this helps.. 0 Quote Link to comment Share on other sites More sharing options...
MSPatricio Posted January 28, 2013 Share Posted January 28, 2013 My register.php don't show anything.. do you know how to handle it? 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted January 28, 2013 Author Share Posted January 28, 2013 pm me with your site link please so i can see what you mean by anything. Blank page or what. 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.