The useralbum module creates user albums for anyone who is a "Registered User", according to Gallery2, or "authenticated user", according to Drupal.
But I would like these albums to be created only for a specific role. The problem is, when I create another role in Drupal, it inherits all the permissions of the "authenticated user", and therefore, has an album automatically created for it as well.
Does anyone have a way around this?
Any help would be greatly appreciated.