coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Lonelydreamer on January 14, 2005, 11:44:00 PM

Title: Restricting access?
Post by: Lonelydreamer on January 14, 2005, 11:44:00 PM
Is it possible to make it so people need to post X amount of times before being able to see the gallery?
Title: Re: Restricting access?
Post by: kegobeer on January 15, 2005, 12:56:34 AM
Not out of the box.  You'd have to do some coding, and add a column to the users table to keep track of how many pictures each person has uploaded.  You could also add a query to scan thru all the pictures to look for the id of the uploader and count each one, but it would be more efficient to add the column and update that field each time a person uploads a picture.  Which would require more code.