ShawneyJ
07-27-2014, 10:00 PM
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" (https://vborg.vbsupport.ru/showthread.php?t=174141&page=4&highlight=quick+Reply) addon, and now her forums quick reply looks like my test forum! :eek:
http://www.forumcentral1.com/uploads/demopics/demoq1.png
So for anyone using the Quick Reply in Full.
Search in template quickreply_full:
$vBeditTemplate[extrabuttons]
Add this above:
<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:
<if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
And Replace with this:
<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>
Not sure why its not asking for the end </table>. But Clients happy i guess. :erm:
[IMG]http://www.forumcentral1.com/uploads/demopics/demoq2.png
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.
http://www.forumcentral1.com/uploads/demopics/demoq1.png
So for anyone using the Quick Reply in Full.
Search in template quickreply_full:
$vBeditTemplate[extrabuttons]
Add this above:
<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:
<if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
And Replace with this:
<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>
Not sure why its not asking for the end </table>. But Clients happy i guess. :erm:
[IMG]http://www.forumcentral1.com/uploads/demopics/demoq2.png
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.