Closed (won't fix)
Project:
TinyMCE
Version:
5.x-1.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2008 at 15:58 UTC
Updated:
3 Feb 2013 at 20:02 UTC
I just installed tinymce module today, and get it installed.
I m editing my profile, i want to add "blockquote", but its not on the list. is there a way we can add it?
Comments
Comment #1
feelexit commentedfixed. problem already solved in another post.
I just inserted the following code in plugin_reg.php.
$plugins['blockquote'] = array();
$plugins['blockquote']['theme_advanced_buttons2'] = array('blockquote');
Comment #2
pomliane commentedThis version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.