I searched in everywhere but I didn't find anything on this issue. I'd like to fix a max number limit of photos that each member could load on the gallery in a day time.
thanks in advance.
Feature doesn't exist. You can only set a quota in bytes, but not in number of files. Afaik this has been asked before, please search the board if someone has come up with a mod that does what you're after. If you can't find it, then it probably hasn't been done yet.
http://forum.coppermine-gallery.net/index.php?topic=32016.0
thanks, I saw the link but is not for me.
Maybe the develop request to do it is not very difficult but I'm newbie :)
I'd like to see some rows of code. I'm c language programmer and I can insert it.
Anyway, I need some php code for to find the date insert of last picture of the user logged .... for the rest I do it by myself.
thanks
Change the "1" in the line if ($total_space_used > 1 ) {
in the other thread to the number of file uploads you want to allow and you're done - the thread Stramm has refered to does exactly what you're after and is dead easy to apply, no coding skills needed.
Quote from: GauGau on December 30, 2006, 06:35:50 PM
Change the "1" in the line if ($total_space_used > 1 ) {
in the other thread to the number of file uploads you want to allow and you're done - the thread Stramm has refered to does exactly what you're after and is dead easy to apply, no coding skills needed.
I'd like to fix a max number limit of photos that each member could load on the gallery
in a day time not for ever.
OK, this requires more complicated custom coding.