Topic: Logoff link/redirection
I can not find this, but hope someone can...
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
You are not logged in. Please login or register.
PunBB Forums → General discussion → Logoff link/redirection
I can not find this, but hope someone can...
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
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
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>
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
Thank you all for the information!
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!
PunBB Forums → General discussion → Logoff link/redirection
Powered by PunBB, supported by Informer Technologies, Inc.