Forum OpenACS Q&A: Response to Assigning main site users to be members of a subsite group

Hi Janus,

My answer is may not be correct or comfortable for you to use. Its PLSQL

select membership_rel__new('[subsite_group_id]',]'[user_id]');

You can get the subsite_group_id by select * from groups; I have used this norm since it was easier for me to just go sql, groups admin pages way back then was not fixed yet, I was too lazy to fix it.

But from what I know it has been fixed by DonB for the release. I am pretty sure it was fixed since one of my officemates showed me. I hope somebody can post here since my knowledges is still prebeta1 and Janus may not be comfortable as I am on plsql.