What are the step to add a modification/hack? What are the step to add a modification/hack?
 

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

What are the step to add a modification/hack?

Started by Dannisk, August 26, 2004, 12:38:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dannisk

Hi All,

I'm a new user of Coppermine and I was wondering what was the best way to add modification or hack? Is there some type of standard?

I'm currently working on the EXIF Date sorting (well I'm almost finish) and would like to know how to share this modification if you guys didn't do it yet.

Dannisk
Dannisk

Nibbler

Just list the steps needed to perform the mod on a standard install. Try to make your code portable, for example use {$CONFIG['TABLE_PICTURES']} instead of specific info like 'my_gallery_pictures'. Include the actual sql statements if you can, and use the [ code ] tags to make it readable. Post in general and a moderator will move it to the mods board for you.