I forgot to ask, are you considering the ability to use mcImageManager stand-alone? I have a few clients that are using the LG Imagemanager field, but there’s no integration with FF Matrix, and mcImageManager is far more functional than a nGen File Field.
First off, great extension! This has helped solve so many problems on multiple sites.
One thing I’ve noticed though is that when I insert an image from the stand-alone mode a thumbnail won’t appear until after I publish the page and go back. When I checked the source it was generating http:/// as the url with three slashes.
Is this something wrong on my end or something I can fix somewhere? Thanks in advance.
One other inquiry I had, is this extension MSM compatible?
Yes, I have MSM too, so this is first what I check. But you need to have relative path to FieldFrame folder. I use sessions for auth, and they works per domain. If TinyBrowser will loaded from another domain - auth will failed.
I’m working on multidomain auth, but I can’t tell you when I finished it :(
smartpill will look
jaasum it’s strange. You can look in mx_universal_editor\tinybrowser\js\tinybrowser.js.php, line 77.
But in the first is better to look ULR into the main TB window html source - onclick=“selectURL(‘YOUR_PIC_URL’);return false;”.
I noticed that if I try to upload a large image, the browser will pop up blank. I’m guessing it’s a memory issue in creating the thumbnail. I was able to figure it out but I don’t know if end users will necessarily know that they uploaded an image that was too large and why the browser is blank.
I had to remove the image from the folder, downsize it, and re-upload it to get the browser to show back up.
jaasum correct - is image size problem. I think, for users its better to setup the maximum images filesize in the global field settings. I will add it’s like recommendations into documentation.
I actually found it on line 63, I removed http:// from the image src and now it works perfectly.
My mistake - I fixed it in new version. Who have the same problem now, can download the file with changes from here
costadesigns
I’m don’t forget about this issue. I will try to decide this problem ASAP. Sorry for delay :(
Hi Max Lazar, how can I change/add a tinymce config file? i tried to upload a new one to the fieldtypes/mx_universal_editor/tinymce_config folder but no luck. Even editing the existing file doesn’t seem to have any effect on the editor.
edit: silly me. this is the bad effect of opening several sites at the same time. I updated the config file at a different site
I just can’t figure out how to get it working. I am using EE 1.6.8 with the latest FF version (1.3.4).
In the config I have set:
- URL to your TinyMCE folder (end w/slash) to http://[mydomain]/scripts/tinymce/jscripts/tiny_mce/
- Global script to <script type=“text/javascript” src=”/scripts/tinymce/jscripts/tiny_mce/tiny_mce.js” charset=“utf-8”></script>
Then I have configure the field to be a MX Universal Editor but it doesn’t shows up in publish page. I have tried all field modes and none of them shows up.
I thought this could happen if paths were wrong but I think I have verified all paths and they work (used httpFox to verify)
What can be wrong?
And, before I try too hard to install - does this work when php is in safe_mode=on?
If a TBSA field contains an image, when I remove it (by clicking remove button) the browse button doesn’t work (when I click the browse icon I get JavaScript error listed below).
If the field was empty when I opened the entry for editing, button works fine.