The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What's the link to use for someone's profile?
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?
|
#2
|
||||
|
||||
Take a look at this template mod [link. It may give you more of what you're looking for
But, to answer your question, search in your postbit for: Code:
<normalfont><b>$post[username]</b></normalfont><br> Code:
<normalfont> <a href="member.php?s=$session=&action=getinfo&userid=$post[userid]"> <b>$post[username]</b> </a> </normalfont><br> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|