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

User upload ratio

Started by HoundSP, June 30, 2006, 01:04:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HoundSP

Referred to this topic : http://coppermine-gallery.com/forum/index.php?topic=12110.0

Is there any way to make this mod works with CPG 1.4.x ? I've tried it but seems didn't worked. No errors occured, however, users which has no uploaded pics can still access the full size images.

I already tried to change cpg132_pictures to cpg146_pictures

I'm using CPG 1.4.6 bridge with IPB 2.0.x

Thanks.

Stramm

you'd need to use the prefix that you set when installing coppermine or you use the named constant $CONFIG

=> replace cpg132_pictures with {$CONFIG['TABLE_PICTURES']}
at least coppemine should be able to access the table. The rest .... ???? haven't checked