Log in

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


Symbian Galaxy
08-05-2007, 10:00 PM
What does this hack do? : This will give you a PHP tag (https://vborg.vbsupport.ru/external/2009/03/39.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['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>