Add A Button To The Editor (vb3)
This will help you add an extra button to vb3's editor toolbar. The button calls a function that you define in vbulletin_global.js that can do anything you want. ;) Originally posted here.
Open ./includes/functions_editor.php and find this: PHP Code:
PHP Code:
PHP Code:
Code:
if ($toolbartype == 2){ Now, open clientscript/vbulletin_wysiwyg.js and find this: Code:
htmlbox.execCommand(formatcommand, showinterface, extraparameters); Code:
if(formatcommand == 'xxxx') { And open clientscript/vbulletin_global.js and add a function called whatever you changed xxxx to. It can do whatever you want it to do and you'll be set. If you want to add it to the showthread quick reply... open showthread.php and find: PHP Code:
PHP Code:
HTML Code:
<td><div class="imagebutton" id="cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" alt="$vbphrase[wrap_quote_tags]" width="21" height="20" /></div></td> HTML Code:
<if condition="$extrabuttons"><td>$extrabuttons</td></if> HTML Code:
<td><div class="imagebutton"><a href="#" onclick="return vbcode('QUOTE', '')"><img src="$stylevar[imgdir_editor]/quote.gif" alt="$vbphrase[wrap_quote_tags]" title="$vbphrase[wrap_quote_tags]" width="21" height="21" border="0" /></a></div></td> HTML Code:
<if condition="$extrabuttons"><td>$extrabuttons</td></if> |
Nice one ;) Should prove helpful to some people
|
A reminder thatr if you want buttons for your custom BB Code then this is already an option in the BB Code Manager :)
|
:o
|
Quote:
This is if you want to do other things... and even with that, the extra buttons won't show up in quick reply unless you apply the modifications to showthread.php/showthread_quickreply in my first post. ;) |
i was trying to put smilies in quick reply box, using that system, but got javascript error... sorry, but i full zerro in all that javascript.. may be you help me?
my post about that here: https://vborg.vbsupport.ru/showpost....2&postcount=32 |
All times are GMT. The time now is 02:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|