Hi,
when user subscribes to course (group), user automatically gets OG-Role: student. Where I can change this setting? Is it a rule or a custom module?
James Aparicio
Thu, 09/18/2014 - 09:32
Hi major,
Hi major,
Inside opigno module, opigno.module, you have "opigno_form_alter". that function adds a new submit function that is also inside that function "opigno_set_user_as_student".
Best regards
major
Thu, 09/18/2014 - 09:54
Thanks James, great support
Thanks James, great support as always!
For some reason I was missing this function in my setup and users didn't have any og-role after subscription, but now it works!
Hi major,
Hi major,
Inside opigno module, opigno.module, you have "opigno_form_alter". that function adds a new submit function that is also inside that function "opigno_set_user_as_student".
Best regards
Thanks James, great support