The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
4.0.3 How can I Link to a Users Profile? {$bbuserinfo['userid']} No Longer Parsing
I used to use the following code in my navbar to link to the USERS PROFILE, however with the latest upgrade to 4.0.3, the code is no longer parsing correctly.
Here is the code (this is inside a <vb:if condition="$show['member']">): Code:
<li><a href="member.php{vb:raw session.sessionurl_q}?u={$bbuserinfo['userid']}" rel="nofollow">Member Profile</a></li> http://mysite.com/member.php?u={$bbuserinfo['userid']} Causing a 404 error. Since {$bbuserinfo['userid']} is no longer parsing (for some reason), how can I code this to work? Thanks for the help! Jeff |
#2
|
||||
|
||||
bump...
|
#3
|
||||
|
||||
Replace
PHP Code:
Code:
{vb:raw bbuserinfo.userid} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|