PDA

View Full Version : Show Thread Enhancements - Add HTML Tag In Quick Reply


Symbian Galaxy
08-05-2007, 10:00 PM
What does this hack do? : This will give you a HTML tag (https://vborg.vbsupport.ru/external/2007/08/25.gif) in your quick reply box!



In showthread_quickreply

Find
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

Add After

<if condition="$show['html_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.gif" width="21" height="20" alt="$vbphrase[wrap_html_tags]" /></div></td>
</if>

rooban12
08-06-2007, 12:27 PM
hii
need screen shot plz

Symbian Galaxy
08-06-2007, 12:39 PM
Added! , Check Now

rayphua
08-06-2007, 03:31 PM
There are about 5 instances of the lines to search for. Which one do we add it to?

Symbian Galaxy
08-07-2007, 12:04 AM
Add it anywhere :)