
06-10-2017, 03:05 PM
|
|
|
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BigAl205
That works perfectly, thanks!
Just to clarify for others...
In Admin CP-->Plugins and Products-->Plugin Manager--> scroll to bottom and Add New Plugin
Product: vBulletin
Hook Location: editor_construct
Title: New QR Buttons
Plugin PHP Code:
PHP Code:
if ($this->editor_type == 'qr')
{
$this->config['toolbar'][] = array();
$this->addCustomToolbarButtons();
}
Plugin is Active: Yes
Save and you're done. All the extra buttons from the advanced editor will now show in the Quick Response.
:up:
|
Awesome! Thanks
|