coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: undeleted on July 13, 2005, 11:15:48 AM

Title: Question about Integrating SMF & Coppermine
Post by: undeleted on July 13, 2005, 11:15:48 AM
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'
Title: Re: Question about Integrating SMF & Coppermine
Post by: Joachim Müller on July 13, 2005, 11:17:26 AM
// 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);
Title: Re: Question about Integrating SMF & Coppermine
Post by: undeleted on July 13, 2005, 11:40:22 AM
That didn't do it.  Normal members can still only view the gallery.  They can not upload or create albums
Title: Re: Question about Integrating SMF & Coppermine
Post by: undeleted on July 13, 2005, 10:51:40 PM
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.  ;)