Quote:
Originally Posted by ricardoNJ
I can't to put this button in the 'editor'
Code:
1. Upload this image to your style image folder. The default is /forum_root/images/editor/
2. Edit the "editor_toolbar_on" template.
3. Find
Code:
<if condition="$show['url_bbcode']">
4. Before add
Code:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_m"><img src="$stylevar[imgdir_editor]/media.png" width="22" height="22" alt="Insert" /></div></td>
Help!!!! 
|
Ricardo which specific part of the installation are you having problems with? The instructions given above are pretty thorough.
To edit the "editor_toolbar_on" template you need to log on to your admin control panel, then click
Styles & Templates on the left, then
Style Manager then look for
editor_toolbar_on. Then click Customise or Edit and search for "<if condition="$show['url_bbcode']">" then insert the code given above. :up: