Single registration for all Journals Version 2.4.8

Hello All,

I am new to OJS Open Source platform(using stable version 2.4.8). Right now If I would like to registered my self to OJS then I have to first prepare the Journal and then I can able to register my self as reader.

Is it possible that I can able to register my self to all existing journals (if exist), not based on journal. I don’t want to select journal and I would like to registered my self to all journals.

Also want to know If any plugin availability for above task. If plugin is not available then suggest me proper way to achieve the above functionality.

Regards,
Taral

Hi @taral.silvertouch,

This is the area in the code where the registration form inserts roles to associate the new user with the journal:

If you’re looking to grant the user a reader role in all journals, you’d likely want to use the JournalDAO to get a list of all journals, then use the RoleDAO to insert a role for the user for each.

Regards,
Alec Smecher
Public Knowledge Project Team

Thank you @asmecher for reply. Really help us.

Regards,
Taral