I'm using this plugin to host support pages for our Guest Editors - they'll be section editors with fairly limited access.
To host the training pages, I've setup a new journal <http://ojs.e-contentmanagement.com/index.php/train/> that's not 'public' but is still available to anyone who knows it.
The Static Page plugin is displaying pages without requiring login which what I wanted expected <http://ojs.e-contentmanagement.com/index.php/train/pages/view/section_editor_guide>
To store screenshots, I've setup a new directory in the File Browser <http://ojs.e-contentmanagement.com/index.php/train/manager/files/help_images> and it's not allowing access without a login which is also what I've expected ... but this is where it gets confusing for me.
When I look at the code that it generates for inserting an Image it re-maps the explicit path to the image with a relative path so I get:
<../../../index.php/train/manager/files/help_images/section_editor_guide_1_login.jpg>
when I had actually entered:
<http://ojs.e-contentmanagement.com/index.php/train/manager/files/help_images/section_editor_guide_1_login.jpg>
My current workaround is storing the images on another server (not for the access issue, but ensuring the URL to the image is correctly resoved).
Is this the normal behaviour of TinyMCE? (re-writing the URL to a relative one if on the same server)
... or just an adverse affect of using the File Browser for purposes other than intended on a journal that's no public?
