Jump to content

adding login or register links


durangod

Recommended Posts

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..

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