The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding vb menu option
I want to add an option when you click on a member name in a post Under "View Public Profile"
The code I used is Code:
<if condition="$show[field25]"><tr><td class="vbmenu_option"><a href="$userid[field25]" target="_blank">View Personnel File</a></td></tr> </if> I've created a vbphrase and changed the code to Code:
<if condition="$show['field25']"><tr><td class="vbmenu_option"><a href="$userid[field25]" target="_blank">$vbphrase[view_personnel_file]</a></td></tr> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|