Quote:
Originally Posted by Wired1
Hehe, sleep goooood  No problemo!
|
I deleted all products and started from scratch.
Code:
after
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
added
<!-- post specs_menu -->
<if condition="$post['field7']">
<div id="specs_$post[postid]" class="vbmenu_control">
<a href="#specs">$post[username]'s ti Garage</a>
<script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
</div>
</if>
<!-- / post specs_menu -->
after
<!-- / post $post[postid] popup menu -->
added
<!-- post specs_menu -->
<div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]'s garage</td>
</tr>
<if condition="$post['field7']">
<tr><td class="vbmenu_option">Year: $post[field7]</td></tr>
</if>
<if condition="$post['field8']">
<tr><td class="vbmenu_option">Model: $post[field8]</td></tr>
</if>
<if condition="$post['field9']">
<tr><td class="vbmenu_option">Color: $post[field9]</td></tr>
</if>
<if condition="$post['field10']">
<tr><td class="vbmenu_option">Mods: $post[field10]</td></tr>
</if>
</div>
<!-- / post specs_menu -->
and this is what I got. When not selected there is only one post per page.
I removed the code so not to screw up my board.