The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Question
I have coded something for my navbar, for vb 4.x but I can not seem to code it for 3.8.x I would like to know if anyone can tell me how to code the following for vB 3.8.x
Code:
<li> <a onclick="return tabViewPicker(this);" href={vb:link member, {vb:raw bbuserinfo}}&tab=quotes#quotes"id="quotes-tab">Quotes </a> </li> |
#2
|
||||
|
||||
Quote:
Code:
{vb:link member, {vb:raw bbuserinfo}} Assuming it is linking to the member's profile you would need to do something like: Code:
<li> <a onclick="return tabViewPicker(this);" href=member.php?u=$bbuserinfo[userid]&tab=quotes#quotes"id="quotes-tab">Quotes</a> </li> |
Благодарность от: | ||
ozzy47 |
#3
|
||||
|
||||
Thanks BOP5, you got me going in the right direction, here is how it had to be coded to work right
Code:
<tr><td class="vbmenu_option"><a href="member.php?u=$bbuserinfo[userid]&tab=quotes#quotes"id="quotes-tab">Quotes</a></td></tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|