View Full Version : I have a question about Vbulletin
I run VB2.3.0 and i see on many boards including this one the nick name above the avatar links to there profile...how do i do this?? Is there a hack cause i did search and wasnt able to find anything
Thanx
VampireMan
08-05-2003, 11:18 AM
It's just a template mod. I dont have the time to create one myself. But it you goto http://www.vbulletintemplates.com , it's probable somone there has done a postbit mod similar to this.
Dean C
08-05-2003, 11:18 AM
*Moved to the appropriate forum* :)
sphinx
08-05-2003, 01:45 PM
if you had searched properly m8 you would have found it,it is there
can u help me out with a link or something ?? Cause i did search and couldnt find anything , Please :)
SVTBlackLight01
08-05-2003, 02:35 PM
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>
Ok i need directions on where to put that code?? why is it set to open in _blank?? I want it to be like on this site , when you click on the user name it takes you to there profile :)
SVTBlackLight01
08-05-2003, 03:16 PM
Look for this in the postbit template: $post[username]
Replace it with this:
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>
The target="_blank" just makes it open a new window.
Thanx i got it working :)
SVTBlackLight01
08-05-2003, 05:26 PM
Great! :classic:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.