Installed and works great except for one thing. I don't see the attachment manager? I see this code in the MARCO1_Full_Reply template:
Code:
<vb:if condition="$show['attach']">
<li class="popupmenu menubutton attach imagemenu nomouseover nohovermenu" id="{vb:raw editorid}_popup_attach">
<div class="popupctrl"><img src="{vb:stylevar imgdir_editor}/attach.png" alt="{vb:rawphrase attachments}" width="20" height="20" /></div>
<ul id="attachlist" class="editorpopupbody popupbody popuphover noempty">
<li class="noempty" style="display:none"> </li>
<li class="category noempty" id="manageattach"><div>{vb:rawphrase manage_attachments}</div></li>
</ul>
</li>
</vb:if>
But there is no attachments icon in the editor. All attachment permissions are enabled for all usergroups, so I'm stumped.