I’m having a hard time figuring out how to go about importing group settings from one journal into another, if possible.
How does OJS know which group setting, group membership and groups belong to what journal…??
Not very easy to know how this Team page actually works.
The assoc_type and assoc_id pattern, which is used in many parts of the system to allow entities to be attached to several types of other entities rather than just one, is used by groups. You should see assoc_type = 256 (which corresponds to the PHP-side constant of ASSOC_TYPE_JOURNAL), and then assoc_id should be the journal ID.
Regards,
Alec Smecher
Public Knowledge Project Team