Code: Select all
copy the provided interface file: xinha.editor_plugin.js file into your Xinha iManager plugin directory and rename it to "imanager.js".
add iManager to the following array: xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'ListType',
'Stylist',
'TableOperations',
'imanager'
];1. Xinha doesn't have an iManager plug in directory. I'm assuming that I'm supposed to unzip the entire iManager build into it's own directory under "plugins/serendipity_event_xinha/xinha-nightly/plugins/". Then copy the above .js to the root of that folder and rename it.
2. "add imanager to the following array". I wish I knew that they're talking about... this part seems important
I'm a newbie, and I'm learing (slowly but surely)... but I'm far from understanding these 'simple' directions. Is there someone that can hold my hand and spell it out for me?
Thank you