in your CuteNewsRu or one of the following: SPAW, htmlAREA, Xinha and FCKeditor
here is an AWESOME extremely usefull Add-on for you!
You can download iManager for here, totally for free!
So what can this add-on do? well, it's main purpose is to manage your images
(can also upload and manage other types of files - you can choose), also
contains a very powerfull image editor!
* Btw, it can also be used without any wysiwyg editor at all, plain as it is!
Features
* Multiple WYSIWYG editor integration
* Supports standalone mode
* Select images on your webserver
* Create directories
* Rename, delete files
* Multiple file uploads with automatic thumbnailing
* Resize images
* Crop interactive move and resize of crop area
* Flip
* Rotate
* Add watermark text or image
* Add image mask
* Add overlay
* Enhance image quality
* Bevel, blur, border functions
* Select filetype and quality (jpeg) of processed images
* Make pop-up images
* ... and much more!
Installation
I have installed it on TinyMCE, but I will try to cover it as much as I can.
1. After download you put the iManager folder in the "plugins" folder of your wysiwyg editor.
2. Make sure the following directories have writing permission (chmod to 0755):
iManager/scripts/phpThumb/cache - should there be any files already, plese delete those!!!
iManager/temp
-all the image libraries you set up in the iManager config file!
3. Check configuration settings, the configuration of iManager if fairly easy - it depends a little
on what wysiwyg editor you're using, the configuration file is "config/config.inc.php", edit it.
4. After you edit all the first option in the config file. there's a section where you choose to
which sizes do you want to be able to resize the uploaded images (some are disables with /* */)
to add an option - to remain in the original size of the image, find this:
- Code: Select all
array (
'size' => 75,
'ext' => '*',
'crop' => false,
),
And after add this:
- Code: Select all
array (
'size' => '*',
'ext' => '',
'crop' => false,
),
5. After all that, you need to choose which folders to be able to upload to, there are
two posibilities:
Static image libraries - you choose exacly which folders to show and only them
Dynamic image libraries - you choose a folder and it automaticly adds all the sub-folders
There is an explenation on how to change it in the config file and in the "docs/readme.txt" file
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.
Now when you enter add or edit news, you will see a new button in your editor for iManger!
When pressed it will load iManager in a pop-up.
What else?
* iManager comes with English, German and Denish lang files, if you want to translate iManager
to another language - no problem!
Just make a new copy"lang/en.php" in the 'lang' folder, name it as your lang and translate.
Don't forget to change the lang in the config file also.
* Wanna use the watermark option? (best one!) just drag the wanted files to the 'wmarks'
folder and they will be selectable.
* If you have IIS on your server you might need one fix for the "phpthumb" to work, here it is:
open "scripts/phpThumb" folder and edit the "phpthumb.class.php" file like this, Find:
- Code: Select all
$this->sourceFilename = $this->ResolveFilenameToAbsolute($this->sourceFilename);
Under add:
- Code: Select all
if ($this->sourceFilename=="" OR $this->sourceFilename==null) {$this->sourceFilename=$this->fixslashes($this->src); }
That's about it!
Hope you'll enjoy this great file/image manager and editor, for more questions - I'm right here!
P.s
The official site of iManager is here.
