Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TinyMCE moxiemanager

Tags:

tinymce

I downloaded TinyMCE 4 and try to install it according to: http://www.tinymce.com/tryit/basic.php or http://www.tinymce.com/tryit/full.php

It won't work unless I delete moxiemanager from plugins list. I tried to search for moxiemanager but couldn't find it. What is moxiemanager plugin? Can anyone direct me?

like image 658
v1n_vampire Avatar asked Apr 13 '13 05:04

v1n_vampire


2 Answers

In basic example code, remove moxiemanager from plugins, so it will not look for this plugin and rest of the editor will work perfectly.

like image 192
Raza Ahmed Avatar answered Sep 24 '22 17:09

Raza Ahmed


I think, based upon the fact that at TinyMCE download page, it has MoxieManager and says "Buy Now", coupled with the fact that at MoxieManager's website, it says you can view a demo or "get it now", and if you click "Get it Now", you can buy it for a very expensive cost.

I was looking for the exact same when I saw your post via some Google-ing, when I realized I wasn't the only person having a problem. However, the wonders of Google (or at least its browser, since trying to do the same with Firefox and Firebug end up crashing the browser for me) pull off. You see, seeing as how TinyMCE has a working demo of its editor, which also calls from the MoxieManager plugin, it's a simple thing of locating TinyMCE's copy of the MoxieManager plugin, copying the code, and creating the directory and file on your webserver and pasting the JS into the file, reloading your editor, and all should work.

Thus, you can find the MoxieManager Plugin here.

like image 21
Witold Kowelski Avatar answered Sep 21 '22 17:09

Witold Kowelski