Status
Not open for further replies.

Ozzy47

Former Developer
Customer
You can manually add one for the time being, here is the process.


1. Download this image,(save it as hide.jpg) and insert it in your, images/buttons folder via ftp.
14dd7b6f3e1d37.jpg


2. Now in your templates navigate to, Editor Templates/editor_toolbar_on: and search for the following code:

Code:
<vb:if condition="!$show['basicbbcodeonly']">
Add Above that code this:
Code:
<img src="images/buttons/hide.jpg" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_hide" width="20" height="20" alt="Insert Hide Tags" />

Once this is all done correctly, you will have a new image in your editor, and when you click on that, it will insert the hide tags automatically.

14dd7bae9de2ff.png


:D
 
Status
Not open for further replies.
Back
Top