The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
If I may ask another question related to this, I'd like to ask:
I wanted to add the drop down to a custom field on the postbit_legacy template. This is the code I have on postbit_legacy: Code:
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="left"> <tr> <if condition="$post['field6']"><td id="field6" class="vbmenu_control"><a href="$show[nojs_link]#field6">PS2 Gamertag</a><script type="text/javascript"> vbmenu_register("field6"); </script></td></if> </tr> </table> Code:
<!-- MY CUSTOM MENU --> <div class="vbmenu_popup" id="field6_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead"><div class="smallfont">PS2 Gamer Tag: $post[field6]</div></td> </tr> </table> </div> <!-- / MY CUSTOM MENU --> Here is an example of what I am trying to achieve(click the PS2 Gamertag link): http://www.eahockey.com/forums/showt...=9907#post9907 (no registration necassary) Thanks in advance |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|