I've just integrated Coppermine with my SMF forum & got almost all of it working perfectly. However, for some reason most member levels are not getting the permission to upload. So far only Admins & GMods have the ability to upload. And yes, I did go into groups & set up the permission levels for uploading etc...
In looking through smf.inc.php I see the following section that I am sure is the right spot to change:
// Comment this out if you want to default user's group to 'Registered'
// rather than using Post Count based groups.
define('USE_POST_GROUPS', 1);
Does anyone know exactly what it is I change there to make it so that my member groups switch to 'registered'
// Comment this out if you want to default user's group to 'Registered'
// rather than using Post Count based groups.
// define('USE_POST_GROUPS', 1);
That didn't do it. Normal members can still only view the gallery. They can not upload or create albums
It's alright - problem solved.
I was using IE & it wasn't showing all the options for each member group in groups. When I switched to Firefox, I was able to see and access all the options and set them correctly. ;)