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: