The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
problems with creating dropdown
ok for some reason i can not create a drop down. i making for a hack and it does not see to be working here is my code:
Code:
<td id="pedigreemenu_statistcs_$pedigree[pedigree_id]" class="thead" colspan="2"><a href="#link">Statistics</a> <script type="text/javascript"> vbmenu_register("pedigreemenu_statistcs_$pedigree[pedigree_id]"); </script></td> Code:
<div class="vbmenu_popup" id="pedigreemenu_statistcs_$pedigree[pedigree_id]" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="vbmenu_option"><b>Views:</b></td> <td class="vbmenu_option">$pedigree[views]</td> </tr> <tr> <td class="vbmenu_option"><b>Rating:</b></td> <td class="vbmenu_option"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0" /></td> </tr> <tr> <td class="vbmenu_option"><b>Date Added:</b></td> <td class="vbmenu_option">$date at $time</td> </tr> </table> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|