Hi Shubhash,
I'd suggest creating a journal section for this, e.g. titled "List of Reviewers", with the appropriate properties, such as disabling abstracts and indexing and so on. Submit your list of reviewers as an HTML galley and carry on as usual.
Alternately, have a look at the CMS plugin, which has not yet been released and is still somewhat under development, but may provide some of the functionality you're looking for. It allows Journal Managers to enter static content, which is linked from the right-hand sidebar.
The files browser currently allows browsing and modification of the private files path, which is not web-accessible; this is intended as a means of access for submission files etc. However, you can add access to the web-accessible public area by creating a symbolic link on the server. For example, if your journal's database ID is 1:
- Code: Select all
ln -s /path/to/ojs2/public/journals/1 /path/to/ojs2-files/journals/1/public
You should now be able to browse the public files path by going to the "public" folder in the Files Browser.
To determine your journal's database ID, go into the Site Administrator's "Hosted Journals" page; hover over the "Edit" link for the journal and look for the number at the end of the URL (e.g. the 1 in
http://.../ojs2/index.php/index/admin/editJournal/1).
Regards,
Alec Smecher
Open Journal Systems Team