Custom File Extensions Custom File Extensions
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Custom File Extensions

Started by Jarchan, January 25, 2005, 12:53:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jarchan


How can I allow custom extensions such as .nltrack??  ???

Joachim Müller

use a database tool like phpMyAdmin and edit coppermine's "filetypes" table (if you know what you're doing). Note that you can only make coppermine use it as document type, you will not be able to manipulate images this way, as the image libraries coppermine can work with (GD and ImageMagick) would have to support the custom extension as well as the coppermine code.

Joachim