Add PHP Tag In Quick Reply

KrazyFire

New Member
What does this hack do? : This will give you a PHP 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['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>
 
What does this hack do? : This will give you a PHP 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['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>
 
Back
Top