1
Mamba
TinyMCE 4 updated to 4.06
  • 2013/9/18 10:33

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


The standard editor using TinyMCE4 has been updated to TinyMCE 4.06. It's in our XOOPS SVN

You can also read these two threads about work that Alain was doing:

How to add a new editor for XOOPS ?

TinyMCE v4 pour XOOPS : Version to test

I hope, Alain will be able to integrate the updated File Manager for TinyMCE 4. It looks pretty cool in the screenshots there!

[EDIT]: well, might stick to the older version of the FileManager, because he has changed the license, and now it is not free for commercial projects, so if XOOPS users are using it for a "commercial Website", they would not be able to use it...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
alain01
Re: TinyMCE 4 updated to 4.06
  • 2013/9/18 14:47

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,
since my old post, no other work...

Done :
* Included TinyMCE v4 in XOOPS (http://www.tinymce.com/index.php)
* Added de FileManager Free for TinyMCEv4 (https://github.com/2b3ez/FileManager4TinyMCE)
**If member of admin group, you could :
- Delete files
- Delete directory
- Add directory
- Add files (drad'n drop)
* Added 2 gabarits, availables
* Included the xoops_quote plugin
* Included xoops_code plugin

To do : (not me)
- Include xoops_emoticons plugin
- Include xoops_imagemanager plugin
hummm I dont know how to made it...

To do (me) (in next days) :
1 - Update TinymCE (4.0.3b3 to 4.0.6)
2 - Update the FileManager Free for TinyMCEv4 to v9 (now named responsivefilemanager)
3 - Add new plugin ? ( tinymce4-plugin-qrcode)

Waouuu, i 'm happy cause there were many plugin manager for TinyMCE and i choosed "FileManager Free for TinyMCEv4" and the developper has continued to work on it and now it's "responsivefilemanager". Good choice

3
goffy
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 7:41

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


great job, the responsivefilemanager is really cool

4
Tarik
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 8:04

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


great work alain ;)
and btw does anyone knows of an open source standalone image/file manager?

5
goffy
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 8:28

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi, I have downloaded current version from svn, but there is responsivefilemanager not included

6
alain01
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 8:45

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


héhé goffy, plz, re-read my post

7
goffy
Re: TinyMCE 4 updated to 4.06
  • 2013/9/20 13:28

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27



Sorry

8
alain01
Re: TinyMCE 4 updated to 4.06
  • 2013/10/13 13:37

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,
i have a trouble to put some lines in the settings.php file.

For example, TinyMCEe need :
theme"modern",

In our settings.php, it's :
return array(
    
"theme"     => "modern",
);
and it's ok !

Now, i want to put :
external_plugins: { "filemanager" "/filemanager/plugin.min.js"}
i tried :
"external_plugins" => "filemanager" "/filemanager/plugin.min.js"


but it's not correct.

Please, help me !

9
irmtfan
Re: TinyMCE 4 updated to 4.06
  • 2013/10/13 14:50

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


maybe you can use a nested array:

return array(
    
"external_plugins" => array("filemanager" => "/filemanager/plugin.min.js"),
);

10
alain01
Re: TinyMCE 4 updated to 4.06
  • 2013/10/13 15:15

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Tx but not correct; the result is the source file :
external_plugins:'Array',

Login

Who's Online

215 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits