from the instructions in readme.html:
Quote:
TEMPLATE CHANGES
To find out how to manage templates, refer to vBulletin's manual.
In template(s) editor_toolbar_on, ( Done)
FIND
PHP Code:
$vBeditTemplate[extrabuttons]
ADD ABOVE
PHP Code:
<if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
</if>
Step is Complete.
PRODUCT UPLOADS
|
It never mentions postbit template edits.
Are they in the product xml file?