Yes, I see it has. Well, you can add the button this way:
1. Download the full version of TinyMCE 2.1.2 from SourceForge:
http://sourceforge.net/project/showfile ... _id=111430
2. Unzip the archive to your HD and browse to the plugins directory
3. Copy the Media directory to the plugins directory of your CMSMS TinyMCE module
4. Edit tinyconfig.php, change line 83 from:
Code: Select all
$plugins="cmsmslink,fullscreen,advimage,simplebrowser,paste,advlink";
to:
Code: Select all
$plugins="cmsmslink,fullscreen,advimage,simplebrowser,paste,advlink,media";
5. Open TinyMCE in Admin and click on the Toolbars tab. Change Toolbar 2 from:
Code: Select all
bold,italic,underline,strikethrough,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,cmsmslink,link,unlink,anchor,image,media,charmap,cleanup,separator,forecolor,backcolor,separator,code,fullscreen,help
to:
Code: Select all
bold,italic,underline,strikethrough,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,cmsmslink,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,fullscreen,help
That will add the button for you.
Nullig