Quote:
Originally Posted by Sworm
It's working great, but should be good to have the work in quick edit too.
--------------- Added 11 Apr 2012 at 15:41 ---------------
I'm not a coder, i 'm worken on the Lynne and KH99 posts xD , and i have done... i hope.
I have created a new plugin that i called
ADV QR Button
on the hook " editor toolbar filter"
the code is:
Code:
if ($this->editor_type == 'qr' || $this->editor_type == 'qe')
{
$toolbar[] = array('Code', 'Html', 'Php');
}
And now the buttons are showed in the qr and qe....
Is it a good solution? Or there's something wrong? Actually this solution are working fine in my board.... hoping that it is a correct work....
Thanks
|
Thank you! And thank you Lynne! I now have the Code, HTML, and PHP Buttons in Quick Reply and the Quick Editor.