We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4420
    • 60 Posts
    Hi. I was actually upgrading my quickmanager+ install which went fine, thanks to the helpful and concise readme contained within (at /assets/plugins/qm/readme.html). Amongst other things it stated that "You don’t need to change anything if your rich text editor version is at least:
    - TinyMCE 3.3.6r2 for MODx"

    So I looked around and found TinyMCE 3.3.8 for modx at
    http://code.google.com/p/modx-ja/downloads/detail?name=tinymce338.zip&can=2&q=tinymce

    This didn’t have such helpful and concise install instructions so I figured I would follow a similar process as with quickmanager+ - in other words I
    - deleted tinymce in manage elements>plugins
    - deleted all files below assets/plugins/tinymce/
    - replaced them with the expanded files from the 3.3.8 download

    ...but unfortunately do not know how to go further. The quickmanager+ readme explains the process of recreating the entry in manage elements>plugins and the configuration settings, but I can’t find similar information for tinymce.

    So can someone explain what it is I have to do? I am still a relative newbie so may have gone about this the wrong way. The documentation I have found on tinymce within modx
    http://wiki.modxcms.com/index.php/TinyMCE
    does not seem to cover install/upgrade issues
    and the generic information at the tinymce site
    http://wiki.moxiecode.com/index.php/TinyMCE:Index
    does not specifically address install on modx

    Thanks for any help you can provide.
      • 16610
      • 634 Posts
      1. Open file "assets/plugins/tinymce/tinymce.tpl".

      2. Make a new plugin

      3. Copy/paste "tinymce.tpl" contents to plugin code

      4. Copy/paste plugin configuration properties from the beginning of "tinymce.tpl" (@properties line)

      5. Check plugin events according to from the beginning of "tinymce.tpl" (@events line)

      6. Save
        Mikko Lammi, Owner at Maagit
        • 4420
        • 60 Posts
        Thanks for your concise reply! smiley