[REQ] [AJAX] vB Post Templates 1.0.0

Features

* Fully Integrates into vBulletin WYSIWYG editor
* Unlimited amount of categories/templates allowed.
* Fast template inclusion, through AJAX.
This Addon only works with Version: 3.8.0 RC 2. The first zip is english.
 
Sure, edit the template editor_toolbar_on:
Find:
HTML:
	<if condition="$vBeditTemplate['extrabuttons'] != '' ">
				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>	
				$vBeditTemplate[extrabuttons]
			</if>

Remove it, then find:
HTML:
				<td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td>

Below add:
HTML:
			<if condition="$vBeditTemplate['extrabuttons'] != '' ">
				<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>	
				$vBeditTemplate[extrabuttons]
			</if>
Save, and it should work. Unfortunately there's no way to do it without editing the template manually.
 
Back
Top