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

feelexit’s picture

fixed. 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');

pomliane’s picture

Status: Active » Closed (won't fix)

This 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.