The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Okay...here's what I'm using...and I'm getting a parse error...
Code:
<!-- post specs_menu --> $ids = array(8, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66); //forums ids <if condition="!in_array($forum[forumid], $ids)"> <if condition="$post['field23']"> <div style="background-image: url('http://glitchpc.com/forums/images/buttons/specs.gif'); position:absolute; width:auto;" id="specs_$post[postid]" class="vbmenu_control"> <a href="#specs">$vbphrase[dropdown_title]</a> <script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script> </div> </if> </if> <!-- / post specs_menu --> Hi, Lynne... --------------- Added [DATE]1244477096[/DATE] at [TIME]1244477096[/TIME] --------------- Tried this, as well...still no workie...heh: Code:
<!-- post specs_menu --> <if condition="in_array($forum['forumid'], array(8,56,58,59,60,61,62,63,64,65,66))"> <if condition="$post['field23']"> <div style="background-image: url('http://glitchpc.com/forums/images/buttons/specs.gif'); position:absolute; width:auto;" id="specs_$post[postid]" class="vbmenu_control"> <a href="#specs">$vbphrase[dropdown_title]</a> <script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script> </div> </if> </if> <!-- / post specs_menu --> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|