Topic: Logoff link/redirection

I can not find this, but hope someone can...  smile

I want a log off link by the the user-name at the top!

Also, is it possible to add a animated gif to the redirection page like in IPB(Invision Power Board)?

TIA

"Meet A Stranger..Make A Friend!"

Re: Logoff link/redirection

to log out you want to put a link to "login.php?action=out&id=2"

and to put a image on the redirection page, go to includes/templates there you will see redirect , edit that and put your picture there

Sorry. Unactive due to personal life.

Re: Logoff link/redirection

matt1298 wrote:

to log out you want to put a link to "login.php?action=out&id=2"

That will logoff the user with an id of 2.

This is more like it.

<a href="login.php?action=out&id=<?php echo $pun_user['id'] ?>">Log Out</a>

Re: Logoff link/redirection

this will put a image in place of txt just make sure you designed the img. the right size for the navbar or sidebar.

<a href="login.php?action=out&id=<?php echo $pun_user['id'] ?>"><img src="yourimage.jpg"/></a>

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Logoff link/redirection

Thank you all for the information!  smile
Maybe I can use one of them.
But, there was a mod in the forums here or at http://www.punres.org
about how to it!

"Meet A Stranger..Make A Friend!"