Sorry about this but I still don't get it.
To save confusion, this is currently what the script in question looks like.
Code:
<!-- scripts for quick reply and quick edit -->
{vb:raw vBeditTemplate.clientscript}
<vb:if condition="$show['quickedit']">
<script type="text/javascript">
<!--
vB_AJAX_QuickEdit_Init('posts');
//-->
</script>
<vb:if condition="!$show['quickreply']">
{vb:raw editor_clientscript}
{vb:raw editor_js}
</vb:if>
</vb:if>
<!-- / scripts for quick reply and quick edit -->
</vb:if>
Could you possibly post the correct code to get it to show above the quick reply box.
Thank you...