News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Question about Integrating SMF & Coppermine

Started by undeleted, July 13, 2005, 11:15:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

undeleted

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'

Joachim Müller

// 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);

undeleted

That didn't do it.  Normal members can still only view the gallery.  They can not upload or create albums

undeleted

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.  ;)