We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22098
    • 218 Posts
    Quote from: olafmol at Nov 14, 2008, 08:54 AM

    Quote from: manu at Nov 14, 2008, 08:40 AM

    Quote from: olafmol at Nov 13, 2008, 04:46 AM

    Hello,

    we have a big problem with the image manager of TinyMCE on one of our MODx sites. When opening the media browser to upload new images it doesn’t show the folder icons or the images. We already checked all the path settings in the config, and already upgraded/reinstalled tinyMCE plugin. Still it doesn’t show images, folders etc. The strange thing is that the File Manager in MODx works ok, shows all the folders and also can upload files, so it’s not a rights thing or something.
    Any thoughts or help?

    Olaf

    if you have files in it, verify that there is not strange characters in names. this break all the browser.



    nope, everything is ok..even when removing all the files it doesn’t show the folder icons etc.

    we fixed it, it was a .htaccess settings that wasn’t correct concerning a change in the php.ini include path.

    Olaf
      • 29076
      • 615 Posts
      I know I’ve seen an answer to this before, but I just couldn’t find it, sorry if I double post a question:

      After upgrading to MODx 0.9.6.3 the TinyMCE 3.2.0.1 plugin is activated as a plugin in manager/resources/plugin, but I don’t get it as an option in the tools/configuration/Interface & Features under Editor to use.

      Can someone please help a "blind" man. cool
        I think, thererfor I am! But what I am, and why...?
        • 27330
        • 884 Posts
        Sylvaticus did u figure it out?
        I’m also after upgrade from RC2 to 0.9.6.3 final and TinyMCE stopped working.
          • 27330
          • 884 Posts
          OK the new install simply unchecked the System Events in the plugin config. once I checked them it was working again.
            • 20696
            • 18 Posts
            Dear All,

            I have just downladed and install Tinymce3.2.1.1. everything seems to be working only that i cannot upload images with the Tinymce.
            Error:  The requested url not found: ..../manager/media/browser/mcpuk/browser.php. when i check the filepath i do see browser.html and not browser.php.

            i am currently running Modxcms version 0.9.6.1.p2 on a WAMP server.

            Please advice.

            thanks
              • 24245
              • 9 Posts
              Hello,

              I try to get TinyMCE to show the File and Imagebrowser in the Frontend, TinyMCE beeing embedded in an EForm that FDM uses to add an article.

              i read on this thread that two users have found a solution to this problem (manu and tirithen). I try to follow in their steps but still can’t get it to work.
              I use:

              - TinyMCE 3.2.0.1
              - FDM 0.1b
              - MODx 9.6.3
              - PHP Version 5.2.6
              - MySQL Server Version: 5.0.67-community
              - MySQL-Client-Version: 5.0.67
              - In the FDM TinyMCE config chunk i have added this argument:
              file_browser_callback : true ,

              and the function myFileBrowser (field_name, url, type, win) that i found earlier in this thread
              - In MODx Config the option that webusers can use the ressourcebrowser is turned on

              hrm my question would be, where to apply the function myFileBrowser (field_name, url, type, win) ? I put it in the FDM config file but i’m not sure... don’t i have to call it somewhere?

              does anyone have an idea what else could be tried?

              thank you very much in advance