View Full Version : Make username into profile link?
ehjay
07-05-2002, 03:29 AM
How might I make it so when you click on someone's name within their post.. it'll link you to that person's profile?
I looked into it, but couldn't seem to figure it out.
Urban420
07-05-2002, 03:37 AM
Ok explanation
Step 1: Edit Template you are adding this to
Step 2: Expand List/Show All
Step 3: Edit Postbit
Step 4: Get this $post[username] > Edit that out and put this <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>
Your done!!
ehjay
07-05-2002, 03:47 AM
that's just what i was looking for.
thanks. ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.