2 of 12
2
MX Universal Editor - integrate TinyMCE / MarkItUp /CKEditor with FileManager and LinkManager support; Updated 10March10
Posted: 15 October 2009 09:00 AM   [ Ignore ]   [ # 19 ]  
Grad Student
Rank
Total Posts:  44
Joined  06-18-2008

Thank you Max! Now it works. This extension is great.

Profile
 
 
Posted: 15 October 2009 09:07 AM   [ Ignore ]   [ # 20 ]  
Lab Assistant
RankRank
Total Posts:  123
Joined  08-03-2002

I’ve installed the latest update - unfortunately, I’m still getting this error:

Warning: array_keys() [function.array-keys]: The first argument should be an array in /...path/system/extensions/fieldtypes/ff_matrix/ft.ff_matrix.php on line 472

Warning: Invalid argument supplied for foreach() in /...path//system/extensions/fieldtypes/ff_matrix/ft.ff_matrix.php on line 478

Warning: Invalid argument supplied for foreach() in /...path//system/extensions/fieldtypes/ff_matrix/ft.ff_matrix.php on line 516

any ideas - am I doing something wrong?

Profile
 
 
Posted: 15 October 2009 09:14 AM   [ Ignore ]   [ # 21 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

mmjaeger could you please tell me your FF version?

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 15 October 2009 09:15 AM   [ Ignore ]   [ # 22 ]  
Lab Assistant
RankRank
Total Posts:  123
Joined  08-03-2002
Max Lazar - 15 October 2009 01:14 PM

mmjaeger could you please tell me your FF version?

what is FF - I guess you’re referring to FieldFrame - it’s 1.34

Profile
 
 
Posted: 15 October 2009 12:59 PM   [ Ignore ]   [ # 23 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  176
Joined  11-20-2006

Unfortunately that’s not the issue for me.  My tiny_mce.js script is located at /tiny_mce/tiny_mce.js.  So my path is correct.

Again, the styles on the 3 other tabs work fine.  It’s just the Browse tab that is not pulling the styles in.

Profile
 
 
Posted: 15 October 2009 01:20 PM   [ Ignore ]   [ # 24 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

bdewoody if you work in FireFox, click ctrl+a in the Tinybrowser window and view selection sources -do you see the link to dialog.css

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 15 October 2009 01:25 PM   [ Ignore ]   [ # 25 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  176
Joined  11-20-2006

Yep, it reads like this - themes/advanced/skins/default/dialog.css.\

But when I look in that directory there’s no dialog.css.  There’s only two other directories - default and 02k7.

The dialogue.css file is within the “default” directory.  Can I change that path somewhere?

-Brett

Profile
 
 
Posted: 15 October 2009 01:36 PM   [ Ignore ]   [ # 26 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  176
Joined  11-20-2006

Update: I was looking in the wrong place before.  I realized it was looking for that /themes directory in the /extensions/fieldtypes/mx_universal_editor/tinybrowser/ directory.  But there’s no /themes directory in there. 

I re-downloaded the extension and I’m not seeing that directory in there either. So either a path is not correct, or the installation files are missing a directory.

Thanks for all the help on this!

Profile
 
 
Posted: 16 October 2009 03:43 AM   [ Ignore ]   [ # 27 ]  
Grad Student
Rank
Total Posts:  44
Joined  06-18-2008

Hi Max! How do I change path to file ? Stand alone field uses absolute path to file but when used with tinymce it’s relative. This is the path to file I get

<img src="../images/uploads/superhik.jpg" alt="" width="347" height="271" /> 

when it should be

<img src="/images/uploads/superhik.jpg" alt="" width="347" height="271" /> 

to see the file on front end.

Profile
 
 
Posted: 16 October 2009 04:14 AM   [ Ignore ]   [ # 28 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

you want to change absolute path/relative in TinyMCE? You need to change the tinymce config file(mx_universal_editor/tinymce_config).

relative_urls false,
    
remove_script_host true,
    
convert_urls false

Which configuration file do you use? I think that all default tinymce config files works wiht absolute path?

p.s. TinyMCE Wiki - Paths/URLs are incorrect, I want absolute/relative URLs?

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 16 October 2009 07:13 AM   [ Ignore ]   [ # 29 ]  
Grad Student
Rank
Total Posts:  44
Joined  06-18-2008

You are correct. The default configuration files are OK. I used my own custom settings but have deleted a line by mistake. Now it’s OK. Thanks for your quick response!

Profile
 
 
Posted: 19 October 2009 10:56 AM   [ Ignore ]   [ # 30 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

New week needs to start with something new, so I release a new version of MX UniEditor:

Done:
Watermarks support
Batch link from LinkManager
Right Click menu in TinyBrowse main window
Fixed couple bug’s

Was tested with FF3.5.3, IE 6/7, Safari 4.0(530.17)

At this moment :
SAEF LinkManager helper plugin and LinkField mode will be release before the end of this week.
Rewriting the TinyBrowser code for more better functions and secure.

Knowing issue:
With some server configuration upload is failed by permission error. I’m working on it, but I don’t have a test machine with this problem, so it’s going slowly.

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 19 October 2009 02:57 PM   [ Ignore ]   [ # 31 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  526
Joined  09-06-2006

I just uploaded and spent a few minutes with the new version (0.73). Overall, it is definitely working better.  I was able to load everything otherwise in standalone and FFMatrix modes, and browsing the images/files works fine. The links browsing works too. Thanks for adding multiple select.

I did have a few issues.  I was getting some javascript errors in Firebug which I was able to fix by changing “$” to “jQuery” in the extension code and scripts. Also, I get an error when I click the upload tab, so I can’t upload anything. The error is non-specific.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at (my site url).com Port 80

There wasn’t anything new in the error logs.

 Signature 

Kyle Summer | smartpill design | New Haven, CT |  twitter

Profile
 
 
Posted: 19 October 2009 04:12 PM   [ Ignore ]   [ # 32 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

I reupload the pack’s. Have a place the small misprinting. Thanks smartpillfor helping in fixed this issue!

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 19 October 2009 05:59 PM   [ Ignore ]   [ # 33 ]  
Grad Student
Rank
Total Posts:  37
Joined  12-12-2007

We’re using Structure module for site hierarchy, but the LinkManager is not picking up our Pages Weblog with the correct uri’s. Everything is “/index.php/[page-title]”, as oppose to “/index.php/[main-nav]/[sub-nav]”. Is there something we can edit that will update this?

Also, can we limit the linkmanager to just one weblog? At the moment it’s showing all our weblogs, but many are not to pages.

Also, prior to this great extension, we would setup TinyMCE to use an external_link_list that hit a weblog and it’s page_uri’s. I’ve updated this on our mx_universal_editor config for “article.js”, but it’s not pulling. Is it possible with this extension to create a linklist in the same manner as TinyMCE did before?

Thanks again for such a great extension!

Profile
 
 
Posted: 19 October 2009 11:32 PM   [ Ignore ]   [ # 34 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

misterKeebles I will add Structure support in next build and more setting for LM (like weblogs choosing).
external_link_list - It’s possible but I need to add a couple parametrs in the extension. So - in next build.

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 20 October 2009 05:02 AM   [ Ignore ]   [ # 35 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  358
Joined  01-04-2008

By the way - I have a beta version with option to choose between TinyMCE and CKEdit(Its just a couple line more for integrated a new WYSIWYG, but I don’t finished yet example of CK configuration with support LinkManager(configuration for TinyBrowser is done)). So, if anybody interested in this, I can publish it.

 Signature 

my EE2 addons| Support forum | my EE1 addons
Like my addons? Follow me: @eecms @max_lazar

Profile
 
 
Posted: 20 October 2009 09:48 AM   [ Ignore ]   [ # 36 ]  
Grad Student
Rank
Total Posts:  37
Joined  12-12-2007
Max Lazar - 20 October 2009 03:32 AM

misterKeebles I will add Structure support in next build and more setting for LM (like weblogs choosing).
external_link_list - It’s possible but I need to add a couple parametrs in the extension. So - in next build.

Thanks Max, looking forward to it.

One other inquiry I had, is this extension MSM compatible?

Profile
 
 
   
2 of 12
2