How can I add a h2 or h3 tag to text in answers or in questions?
Should be easy to add that option to the wysiwyg editor, question is how?
I see settings in qa-wysiwig-editor.php, I guess it has to be added somewhere in these lines:
$qa_content['script_onloads'][]="CKEDITOR.replace(".qa_js($fieldname).", {toolbar:[".
"['Bold','Italic','Underline','Strike'],".
"['Font','FontSize'],".
"['TextColor','BGColor'],".
"['Link','Unlink'],".
"'/',".
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'].
"['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],".
"['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],".
"['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],".
Anyone know the code to add h2, h3 tags here?