Admin CP > Styles & Templates > Style Manager > ? ? > Postbit Templates > postbit or postbit_legacy(depending on which layout you are using)
FIRST STEP:
====================================
FIND HIGHLIGHT AND DELETE THIS CODE:
====================================
Code:
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]">
<img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" />
</a>
</if>
====================================
COPY AND PASTE THIS CODE:
====================================
Code:
<!-- start princeedward editdropdown menu -->
<if condition="$post['editlink']">
<span id="editpost_option$post[postid]">
<img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" id="editpost_option$post[postid]" />
<script type="text/javascript"> vbmenu_register("editpost_option$post[postid]", true);
</script>
</span>
</if>
<!-- / end princeedward editdropdown menu -->
====================================
NEXT STEP:
====================================
FIND:
====================================
<!-- post $post[postid] popup menu -->
====================================
COPY AND PASTE THIS CODE ABOVE:
====================================
Code:
<!-- start princeedward editdropdown popup menu -->
<div class="vbmenu_popups" id="editpost_option$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="tcat"><img src="$stylevar[imgdir_misc]/editpost_arrow.gif" class="inlineimg" border="0" height="10" width="7">
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]">Quick Edit </a>
</td>
</tr>
<tr>
<td class="tcat"><img src="$stylevar[imgdir_misc]/editpost_arrow.gif" class="inlineimg" border="0" height="10" width="7">
<a href="editpost.php?do=editpost&postid=$post[postid]">Full
Edit</a>
</td>
</tr>
</table>
</div>
<!-- / end princeedward editdropdown popup menu -->
====================================
CLICK SAVE: