Give Custom BBCodes Icons their Own Row
Just while its fresh on me mind. Theres most likely an edit out there like this, feel free to remove if thats the case. Client of mine has many BBCodes added to her forum. I just installed "quick Reply in Full" addon, and now her forums quick reply looks like my test forum!
So for anyone using the Quick Reply in Full. Search in template quickreply_full: Code:
$vBeditTemplate[extrabuttons] Add this above: Code:
<table cellpadding="0" cellspacing="0" border="0"> Anyone that wants the same for normal toolbar: This is a quick edit in template editor_toolbar_on: Find: Code:
<if condition="$vBeditTemplate['extrabuttons'] != '' "> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> $vBeditTemplate[extrabuttons] And Replace with this: Code:
<table cellpadding="0" cellspacing="0" border="0"> <if condition="$vBeditTemplate['extrabuttons'] != '' "> $vBeditTemplate[extrabuttons] <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> Tested on my Test Site to and added screenshot of my normal tool bar. That end </table> tags on me mind though. Everytime i add it...it just messes everything up. Anyways, cheers. Download No files for download. Screenshots |