Hi
Some of our journals prefer to receive all manuscript via email and not via the submission option in OJS. Is it possible to remove that functions from the settings, so it won’t show up on the UI? See the following page:
They want to keep the access to make a registration as a reader
I think if you disable author self-registration, users won’t be able to see the option to submit. Some of the default language would need to be changed so as not to suggest that submissions are open, but OTOH I think those are in journal setup.
Regards,
Alec Smecher
Public Knowledge Project Team
Ah, you’re correct, and it wouldn’t make sense to hide/show that text based on the ability to self-register. The issue you filed captures the requirement well.
Regards,
Alec Smecher
Public Knowledge Project Team
I am not sure if the self-register setting should be regarded as a setting that controls submissions. What if a journal wants to allow registrations to reader role but does not want to allow submissions through the system?
Although I’ve disabled author self-registration but enabled reader self-registration there’s still a problem, cause when you login as reader and go to ‘View Profile’ you’ll see the New Submission link in the left menu. Although you only have the reader role, you’re still able to make a new submission. That was not the intention, I guess.
Regards
Niels Erik
I think OJS just does not have a “disable submissions” setting at the moment. It should and I think @asmecher agreed. So it is just a matter of coding it in I guess.
To disable submissions, for each Section check the checkbox “Items can only be submitted by Editors and Section Editors.”
When this is done for all sections, the “Make a new submission” link on the Submissions page will change into “This journal is not accepting submissions at this time” for all roles other than editors.
I hope it’s not a problem that I’m reopening this post after 5 years, but I couldn’t find a more recent topic on this matter. The editorial boards of the journals for which I work as an OJS administrator had a very specific request — namely, to hide the “login or register to make a submission” links/buttons on the “submissions” page, while still keeping registration and login open. Since OJS doesn’t account for such a specific need, I tried a makeshift method — editing the template — and I hope it will be useful to someone and save some time. I located the template responsible for displaying the page: /lib/pkp/templates/frontend/pages/submissions.tpl and commented out (using the {* *} markers) the lines in the following fragment:
This operation resulted in removing the text but leaving the frame, which is fine for me, but I believe commenting out the entire cmp_notification div will also remove the frame. Of course, this step needs to be repeated after every update, as I believe the code will be overwritten.