Questions tagged [ojs]

Open Journal Systems

Open Journal Systems is free and open source software developed by the Public Knowledge Project and released under GNU General Public Licence. It is for the management of peer-reviewed academic journals.

Open Journal Systems (OJS) is an open source solution to managing and publishing journals online. It is a highly flexible editor-operated journal management and publishing system that can be downloaded for free and installed on a local web server. It has been designed to reduce the time and energy devoted to the clerical and managerial tasks associated with editing a journal, while improving the record-keeping and efficiency of editorial processes.

OJS uses a comprehensive roles system to divide work between users, assign workflows, and limit access to different parts of the system. Since one installation of OJS can host multiple journals, users can be enrolled in different roles for more than one journal.

References:

53 questions
0
votes
1 answer

Error OJS users and roles error "The current role does not have access to this operation"

within OJS when I try to admin the users and roles I got the alert "The current role does not have access to this operation." I'm not able to make changes or update modules. I'm logged with the admin user, the version is OJS 3.2.14 Can anyone help…
e-israel
  • 623
  • 10
  • 30
0
votes
1 answer

Collapse sidebar navigation in OJS 2.4.8.5

My university uses Open Journal System 2.4.8.5 (a very old version). The HTML does not support
and and I cannot use JS. Also, I do not have access to the server but we are allowed to upload our own stylesheet where I can replace…
0
votes
1 answer

How I remove the deleted record in OAI?

Please How I remove deleted records in OAI?
0
votes
0 answers

Cant add non English metadata after upgrade[OJS 3.2.0.0]

Recently I have updated OJS to 3.2.0.0 , I faced a problem with add metadata (references, abstract, author names … ) contained non English characters ( ń , ł …etc. ) which disappear after click save. I try to changed database encoding to utf8mb4…
Ankush
  • 1
  • 1
0
votes
2 answers

How do I install QuickSubmit plugin to OJS 3.2.1?

When I go to Plugin Gallery and click on "install quicksubmit plugin", I get a message saying that The loaded plugin file does not contain a folder that matches the plugin name. Where do I save this folder? I found an explanation on PKP Help that…
Fernanda
  • 1
  • 1
0
votes
0 answers

Query to generate article report on OJS 3.1

To everyone who have familiarity with Open Journal System (OJS) or master of mysql query kindly need your help to generate a report based on the selected field from multiple tables. Here is the Tables: submission: submission_id, date_submitted,…
0
votes
0 answers

OJS SMTPMailer: Could not authenticate, OJS 2.4.8.1 with AWS SES

I'm using OJS 2.4.8.1, therefore, I want to use the AWS SES SMTP Service, so, I've configured the config file config.inc.php as follow: ; Use SMTP for sending mail instead of mail() smtp = On ; SMTP server settings smtp_server =…
e-israel
  • 623
  • 10
  • 30
0
votes
1 answer

How to assign multilingual values to multilingual form element in ojs modal?

I’m using a custom plugin for custom metadata field. When I try to edit the field in metadata modal, the field of the language other than the current active language is empty. I would like to modify the code so it shows values of all supported…
eepgmja
  • 41
  • 5
0
votes
1 answer

Archive-path doesn’t work under ojs 3.1.2.1

Since the update of OJS to 3.1.2.1, OJS, if I want to reach the archive, throws an HTTP code 500 that the request could not be processed. There is nothing in the errorlog about this call, so I have no idea where this error occurs. Now my question is…
Letsplaybar
  • 72
  • 1
  • 13
0
votes
1 answer

OJS 3.1.1.4 Plugins Tab doesn’t load

I have the problem that I saw as OJS Admin I would not have the necessary rights to watch the plugins tab. The exact wording of the alert is "The current role does not have access to this operation." otherwise no error message will appear in the JS…
Letsplaybar
  • 72
  • 1
  • 13
0
votes
1 answer

Open journal system does not show article xml view problem

i have installed ojs 3.1.1 and create joural and article etc, when i view the front of this article shows only pdf download form but i needed also xml view, Ojs 3 contained xml views plugin of article but xml view is not working.
inam
  • 5
  • 4
0
votes
1 answer

OJS: Lock the whole System / any article creation functionality

I use the Command line Tools NativeImportExportPlugin to programmatically mass import articles into the OJS. While doing this, I have to know the IDs the new articles will get before they are imported, for example to print the URL in the PDF.…
Paflow
  • 2,030
  • 3
  • 30
  • 50
0
votes
1 answer

Difficulty with XSS (cross-site scripting) error on my journal site

I earlier posted a question looking for a ticker for my journal website and managed to code something that works just fine as expected. Well, i found a code that does the trick thanks to that kind fella. My journal site is ijmasr.com and the ticker…
Selase
  • 175
  • 5
  • 24
0
votes
0 answers

Compare by property and replace value in lang files

Im trying to automate some of the translation of the PKP OCS CMS to Croatian language. There is a very similar translation already available for PKP OJS CMS and I would like to use those translations to reduce the time of translating all the values…
0
votes
1 answer

HOW-TO: use mod_rewrite to get rid of “?” in the url

I already read in the forum about the problems related to mod_rewrite when we register in OAI, so I used this htaccess code RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$…
fadia
  • 1