Back to vBulletin 3.6 Template Modifications

Add-On Button in QuickEdit Editor's Toolbar
Mod Version: 1.00, by buileminh

This modification is in the archives.
vB Version: 3.6.4 Rating: (1 vote - 5.00 average) Installs: 14
Released: 17 Jan 2007 Last Update: Never Downloads: 2
Not Supported  

Desciprtion: This hack will add more buttons in QuickEdit Editor's Toolbar (See the attachment for a demo)
Template changed: Only 1
Instruction:
Repeat this action for each style if you have more than 1 style:
in postbit_quickedit:
Find:
<if condition="!is_browser('opera')">
<td width="100%">&nbsp;</td>
</if>
Add this code before it:

<!-- QuickEdit by Bui Le Minh -->
<if condition="$show['font_bbcode']">
<td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
<td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if>
<if condition="$show['size_bbcode']">
<td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
<td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if>

<if condition="$show['align_bbcode']">
<if condition="$stylevar['textdirection'] == 'ltr'">
<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
<else />
<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
</if>
$vBeditTemplate[extrabuttons]
</if>
<!-- / QuickEdit by Bui Le Minh -->
Sorry! Because I am just a newbie in vBB, I do not know how to create a .xml installer. Howerver, I will learn to create one soon. I hope you like this small hack

Download

No files for download.

Screenshots

Click image for larger version
Name:	QuickEdit Enhanced.jpg
Views:	664
Size:	7.3 KB
ID:	59180  

Similar Mods

Add-On Releases Full Quickreply And Quickedit Toolbar vBulletin 3.6 Add-ons
QuickEdit - FullToolBar vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024