Log in

View Full Version : Clickable username?


Visionray
03-31-2002, 05:55 AM
Sorry if this has been asked a million times, but Im looking for a hack that will allow you to click on a persons username in the thread view and link to their profile. Im talking about the username that appears next to the avatar.

There must be a hack for this because its implemented here, but I cant find it in the hack database.

Thanks

SWFans.net
03-31-2002, 06:12 AM
Its just a template edit of the postbit template.

Replace

$post[username]

With

<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]">$post[username]</a>

Visionray
03-31-2002, 01:59 PM
awesome! Thanks :)