We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16417
    • 1 Posts
    I had same problem with tiny, in all browsers.

    Used your idea of upgrading from 1.0.2 to 1.0.3 without tiny upgrade, RTE appears but i can’t insert images. Same as in your case, I can work with file browser, upload images, but not insert.
      • 25519
      • 265 Posts
      @ktp!
      sorry to hear you are having the same problem, but glad it’s not only me wink
      I haven’t done the full upgrade without tinymce as yet, only the tinymce upgrade with the now wonky resource browser - but based on what you say i won’t bother yet.

      Good luck - if others are having the same prob i hope they speak up too as it sounds like the 103 upgrade is pretty neccessary ...

        • 15197
        • 65 Posts
        Quote from: Lammikko at Apr 06, 2010, 02:03 AM

        Just noticed that TinyMCE 3.3.2 shipped with MODx 1.0.3 is broken with IE7. RTE doesn’t load at all with IE7.

        How to fix it:

        1. Open "\assets\plugins\tinymce\js\mce_init.js.inc" and edit lines 30 and 53 (remove commas):

        Line 30:
        alignfull : {selector : 'p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img', classes : 'justifyfull'}

        Line 53:
        onchange_callback : [+onchange_callback+]


        2. Open "\assets\plugins\tinymce\tinymce.functions.php" and replace line 161 with this (fixes custom params):

        $ph['customparams'] = (!empty($params['customparams'])) ? ','.$params['customparams'] : '';


        That’s it.

        On number one above, can somebody please post a before/after? Which commas should be removed? All of them? What should they be replaced with?

        Thanks!
          • 16610
          • 634 Posts
          Quote from: k4satin at Apr 28, 2010, 02:04 PM

          On number one above, can somebody please post a before/after? Which commas should be removed? All of them? What should they be replaced with?

          Replace lines 30 and 53 with code blocks as displayed. The lines are already correct (end line commas removed).
            Mikko Lammi, Owner at Maagit
            • 15197
            • 65 Posts
            Thanks for the clarification. I got my client to upgrade to IE8, but I’ll go ahead and make the change anyway.
              • 19202
              • 2 Posts
              Hello,

              I have the same issue, all browsers, TinyMCE not loading at all.

              This is disturbing, wish i could install previous version 1.0.2, as I don’t have days to debug what’s going on.

              Would be nice to find a solution and have it ’posted’.

                • 19369
                • 1,098 Posts
                I think that the previous version of TinyMCE (with MODx 1.0.2) was better because there was the drop down menu to add CSS styles. I didn’t see it in the new one.

                  • 7914
                  • 137 Posts
                  Thank you, thank you, thank you.
                    • 26982
                    • 75 Posts
                    @ Lammikko : thank you so much for posting this TinyMCE fix.
                    I just followed the first post instructions and they fixed IE6 and IE7 (IE8 already worked for me).
                    I can confirm image insertion works too.

                    /\dam