PDA

View Full Version : Making User names clickable in posts


Littlebit
11-09-2001, 04:14 PM
I'm sorry if this is released for install already and I over-looked it...
I'd like to have the user names clickable to go to profiles in individual posts...just like this board has. Could someone direct me to this hack if its in releases for 2.20?
:)

Admin
11-09-2001, 06:32 PM
This is just a template modification.
Edit your postbit template, and replace this:
$post[username]
with this:
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]">$post[username]</a>

Littlebit
11-09-2001, 09:41 PM
Oh great! Thanks :)

FWC
11-10-2001, 12:35 AM
Originally posted by FireFly
This is just a template modification.LOL, I'm terrible. I took the whole thing, including the search function. My members love it! :)