Add HTML Tag In Quick Reply

KrazyFire

New Member
What does this hack do? : This will give you a HTML tag () in your quick reply box!



In showthread_quickreply
Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
Add After:
Code:
<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>
 
What does this hack do? : This will give you a HTML tag () in your quick reply box!



In showthread_quickreply
Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
Add After:
Code:
<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>
 
Back
Top