*NOTE* YOU SHOULD PROBABLY WAIT FOR JAN'S UPDATE, BUT THIS DOES WORK FOR NOW.
K, i figured out how to get the little icon to work correctly in my forums: I know it's crude, but it does work.
Go to your admincp, Styles & Templates, then style manager and open your style......
locate Editor Templates and open it, then open editor_templates_toolbars_on
<if condition="$show['php_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/php.gif" width="21" height="20" alt="$vbphrase[wrap_php_tags]" /></div></td>
</if>
and below it add (right after the </if> statement):
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt=""/></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_media"><img src="$stylevar[imgdir_editor]/vbmediaplayer.gif" width="23" height="20" alt="$vbphrase[wrap_media_tags]"/></div></td>
Then save that template.
now go to Show thread Templates and open it, locate Showthread_quickreply aand open it.
find:
td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
and below it add:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt=""/></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_media"><img src="$stylevar[imgdir_editor]/vbmediaplayer.gif" width="23" height="20" alt="$vbphrase[wrap_media_tags]"/></div></td>
and click save..........that should do it......tiz working for my site perfectly.
|