We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36735
    • 18 Posts
    Hi all,

    I have Revo Site - 2.1.3-pl (traditional) where users are restricted access to a specific directory for file management.

    Each user has the following settings:

    filemanager_path: assets/users/userid-username (ex. assets/users/4-johnny)
    relative: yes
    filemanager_url: assets/users/userid-username (ex. assets/users/4-johnny)
    relative: yes

    Under site settings, the file manager path is blank and relative = Yes.

    Here is the issue:


    • I have a blog template with an image TV of [[*blogImage]].
      Default input: assets/users/sample/images/blog-image-sample.jpg
      Output is default.

    When the user logs into the manager they create a new document with the "blog Template".

    They use TinyMCE to add content and insert images into their post. Everything works fine. Images appear in the content of the post as they should.

    However, when they change the blog image TV, the output does not pre-pend the filemanager_path/url. The user can see the thumbnail/preview, but when the document is saved/published and viewed in web context, the TV outputs: images/newimage.jpg and NOT assets/users/4-johnny/images/newimage.jpg.

    I tried changing the base path/url settings on the TV without success. I've been searching posts for the last few days and have not found a solution. Thanks in advance for your assistance/advice in resolving this issue.
      • 36735
      • 18 Posts
      Anybody?

      Is this a bug in image tv or just the way its supposed to be?