Message Text |
Thanks, Paul, for helping with my integration issues. I have another one here.
Everything is working fine with my administrators. They're in group 4 in MyBB and mapped accordingly.
Now, in
WSNLinks I have a new group, group 5, which is for Editors. They have less permissions than administrators.
Now, in MyBB I have added a secondary group, group11 for WSNEditors. The problem is, how do I tie in this group to WSNLinks? The query would be different, since it's a comma separated list of groups in the "additionalgroups" column.
So I would do something like "SELECT additionalgroups FROM mybb_users WHERE uid LIKE '11' AND uid={UID}" - I'm not sure how I'd fit that into the intergration file, or indeed if I would have to alter WSNLinks itself.
Any insight would be appreciated?
Thanks,
Nigel
|