Group management

rtconner

Joined: 2006-02-16
Posts: 3
Posted: Thu, 2006-02-16 18:33

Hi, I am working on modifying an integration, specifically regarding groups.

Hit some problems. The biggest problem is (as far as I know) GalleryEmbed provides no way of finding a users current groups. How might I access this information from an embedded app. If I try and work around it by just removing a user from all groups it ends up very clunky, and probably not dependable or user friendly. It would really help if I could find out what groups a user is in.

Not that it matters, but I'm working on the integration for drupal.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2006-02-16 18:43

GalleryCoreApi::fetchGroupsForUSer and other group related functions.

 
rtconner

Joined: 2006-02-16
Posts: 3
Posted: Thu, 2006-02-16 18:52

Wunderbar!, thank you kind sir, its just what I wanted.