Tinymce and Blockquote Plugin
I am trying to add the blockquote button to the Teamsite (6.7.2) textarea wysiwyg. I put blockquote in the plugins folder and I added it to my custom_config.js file:
IWTinyMCECustomConfig("Custom", "toolbarRow", "bold,italic,underline,formatselect,blockquote|,numlist,bullist,|,outdent,indent,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo,|,link,unlink,removeformat,|,charmap,zoom,emotions,|,table,image,|,iespell,code,pasteword");
But the button is still not showing up in the menu bar. Can anyone tell me what to do so the button appear in the menu?
Thanks