The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Make username into profile link?
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. |
#2
|
|||
|
|||
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!! |
#3
|
||||
|
||||
that's just what i was looking for.
thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|