PDA

View Full Version : What's the link to use for someone's profile?


N9ne
07-30-2002, 09:34 PM
I want to get rid of the Profile button and make it so the users' username is a link to their profile. What link do I use to achieve this?

mashby
07-30-2002, 10:13 PM
Take a look at this template mod [link (http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=360). It may give you more of what you're looking for

But, to answer your question, search in your postbit for: <normalfont><b>$post[username]</b></normalfont><br> and replace it with this: <normalfont>
<a href="member.php?s=$session=&action=getinfo&userid=$post[userid]">
<b>$post[username]</b>
</a>
</normalfont><br>

FYI: this code can be found in your postbit_profile template