The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I'm trying to add a link on navbar that links to the members profiles. But what code do I put? I put this:
Code:
<td class="vbmenu_control"><a href="member.php?username=$userinfo">Profile</a></td> What code am I suppose to put? Thanks! |
|
#2
|
|||
|
|||
|
Quote:
Code:
<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">Profile</a></td> |
|
#3
|
||||
|
||||
|
Thanks dude! I really apperciate it. =)
|
![]() |
|
|