We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16337
    • 44 Posts
    This applies to Revo 2.0.8 and 2.1rc1 at least.

    Havign trouble getting images to show up when using a custom filemanager_path.
    Images are showing fine in filemanager when accessing from the tree.
    They also show fine when opening the filemanager popup via advimage plugin from tinyMCE.
    when i select an image it doesnt show in the advimage plugin preview and not showing in tinymce editor window.

    I tried to manually hack the tinymce.class.php by adding the path manually ... eg. line 175 add:

    $baseUrl=’/assets/files/’;

    and i can get the tinymce editor to show the image, but in the source it is still without the correct path.

    not as straight forward as I thought..

    I am also noticing different behavior between tiny.use_uncompressed settings which are essentially switching between minified and non-minified versions of tiny.js vs tiny.min.js. And I noticed differences in the two versions of the file.. (apart from it being minimized of course)

    bug posted to git: https://github.com/splittingred/TinyMCE/issues#issue/56
      • 16337
      • 44 Posts
      just managed this to work with hard full links for filemanager_path and filemanager_url.
      Unfortunately this only works for 2.0.8pl right now...