Log in

View Full Version : Link on Username


Kars10
06-07-2002, 07:12 AM
Hello Guys!!
Can anyone tell me how to make the Username on Postbit linkable to the userCP of the User (as you can see on this forum).
And sorry 4 my bad english, hope you can unserstand me! :nervous:
Thanx very much!

Chris M
06-07-2002, 07:14 AM
Just find in the postbit template:

$username

and replace with :

This goes to their profile...<b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank" class="name" id="name">$post[username]</a></b>

If you mean usercp, then add this code instead:

<b><a href="usercp.php?s=$session[sessionhash]" target="_blank">$post[username]</a></b>

Satan