OK,
1) Installed the mod, perfectly.
2) searched under current style "dropdown_title" and manage to find.. Dropdown Information - Manual Template.
3) Edited that template " Dropdown Information - Manual Template" to the following;
Quote:
<!-- 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 $vbphrase[dropdown_title]</td>
</tr>
<if condition="$post['field10']">
<tr><td class="vbmenu_option">Motherboard: $post[field10]</td></tr>
</if>
<if condition="$post['field11']">
<tr><td class="vbmenu_option">Processor: $post[field11]</td></tr>
</if>
<if condition="$post['field12']">
<tr><td class="vbmenu_option">Memory: $post[field12]</td></tr>
</if>
<if condition="$post['field13']">
<tr><td class="vbmenu_option">Video Card: $post[field13]</td></tr>
</if>
<if condition="$post['field14']">
<tr><td class="vbmenu_option">Monitor: $post[field14]</td></tr>
</if>
</table>
</div>
<!-- / post specs_menu -->
|
4) Saved template
The drop down under postbit does not appear

what am I doing wrong?