Topic: mcimage-/mcfile- manager, mc_access file question
Hello,
I'm not sure where to post these questions, I have searched the forums but I haven't found a good answer.
I have mcimagemanager and mcfilemanager. They both work great.
1. Issue:
I found a bug(??) when I use filemanager/imagemanager in an Iframe: when I'm in image- or filemanager (in an Iframe) and I click on the button to switch to image or filemanger the iframe goes 100% [ link: javascript:execFileCommand('imagemanager'); ] .
When I'm using the managers with tiny_mce it's works ok (the managers open in a new window).
2. Question:
My filemanager root ($mcFileManagerConfig['filesystem.rootpath']) is '/var/www/html/images/'
This is also the imagemanager rootpath.
In images folder I have 3 subfolders: news, gallery, agenda (and icons, but this folder will not be used by tiny).
Gallery has a thumbs subfolder.
For news and agenda I don't need to have thumbs on upload, for gallery I do.
I was planning to use mc_access file in all folders (except images/gallery/thumbs) to specify the thumbs options.
Is this a correct way to accomplish this?
Should I otherwise use a custom php class (check URL -> set thumb vars)?
Tnx.