Back to vBulletin 3.8 Template Modifications

Give Custom BBCodes Icons their Own Row
Mod Version: 1.00, by ShawneyJ

vB Version: 3.8.8 Rating: (1 vote - 5.00 average) Installs: 4
Released: 28 Jul 2014 Last Update: Never Downloads: 0
Not Supported Code Changes Re-usable Code  

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>
Not sure why its not asking for the end </table>. But Clients happy i guess.


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

Click image for larger version
Name:	demoq2.png
Views:	93
Size:	17.7 KB
ID:	149901   Click image for larger version
Name:	demoq3.png
Views:	110
Size:	44.2 KB
ID:	149902  


vblts.ru supports vBulletin®, 2022-2024