Changing location normal_ & thumb_ files Changing location normal_ & thumb_ files
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Changing location normal_ & thumb_ files

Started by Bram1nat0r, November 22, 2008, 05:07:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bram1nat0r

Hi,

I am using Coppermine and a private webserver at home.
My albums directory is also shared to various mediacenter applications.
From within the mediacenter application I would only like to view to full sized picture (not normal_ or thumb_ pictures).
There are two options :

1) Use some sort of regex to prevent the normal_ & thumb_ files to be added to the mediacenter database
2) move the normal_ & thumb_ files to a subdirectory, e.g.

albums/$personal_album/.thumb/xxxxx_thumb.jpg
albums/$personal_album/.normal/xxxxx_normal.jpg

Could option 2) be configured in Coppermine by modifying the prefix setting ?

Thx,

Bram


Joachim Müller