Quote:
Originally Posted by cellarius
No need for the member.php? in front of the variable - it contains the complete link, including the path and file.
Just try
Code:
<a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a>
|
When I tried to implement this code into the plugin code Lynne provided, it seems vBulletin isn't 'parsing' (is this the right term?) the code. So what I end up with is a tab called {vb:rawphrase your_profile}, and instead of taking me to
Code:
http://myforum.com/member.php?1-username
it takes me to
Code:
http://myforum.com/{vb:link member, {vb:raw bbuserinfo}}
. Any ideas on how to get vBulletin to parse the {vb} tags inside a plugin?
Thanks!