mrtn8844 wrote:Thanks DarkSlim for help. I instlled it but imanager icon didn't show as I think I couldn't get what in number 6
6. In the 'interface' folder you will find the plugins for each wysiwyg editor,
take the one that's right for you, copy it to the main 'iManager' folder and rename it
as what used by your editor eg. "editor_plugin.js" for TinyMCE or "fckplugin.js" for FCK
Then add it to your editor's congif file - more information on these can be found in the
"docs/readme.txt" file.
I copied "tiny_mce.js" and "tiny_mce_src.js" to this directory "cm/plugins/tinyfck/plugins/imanager" so please advise.
Thanks in advance.
You need to rename
tiny_mce.js to
editor_plugin.js and
tiny_mce_src.js to
editor_plugin_src.js
Than, open the imanager - docs/readme.txt
It says how to add the icon to the TinyMCE.
You need to edit plugins/tinyfck.php
and add the iManager plugin, you will see in there:
- Code: Select all
plugins :
"safari,spellchecker,pagebreak.......
Just add there
imanagerAlso, the same way, you will see
- Code: Select all
theme_advanced_buttons3 : .........
Also add there
imanager, wherever you want (you can add in buttons 1 or 2 if you prefer)
it is the placemnet of the button.
Hope it helps,
DarkSlim