coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: sigi on October 02, 2003, 09:34:10 AM

Title: Table mod for phpnuke 5.5
Post by: sigi on October 02, 2003, 09:34:10 AM
i made a mod to config.inc.php in my coppermine:
[editors note= This may work in sigi's version...phpnuke 5.5 but not in 6.5+]

global $prefix;

// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                 $prefix."_cpg_";


$CONFIG['MODUL_NAME'] = "coppermine";


and also changed the table names in the sql file to reflect the Nuke $prefix ...

that way you can have more than one coppermine installation in one database, as you can have more than one nuke installation in one database, thats what $prefix is for ...


could you add a little feature: locking of the right mouse button click - maybe as an option for the whle gallery or for a category or even for each album ?