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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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