forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: p0lix on April 15, 2005, 12:36:33 am

Title: Coppermine Standalone and PHP-Nuke
Post by: p0lix on April 15, 2005, 12:36:33 am
I have looked everywhere and can't seem to find anything on this.

I have PHP-Nuke running, and I also have move Coppermine to a stand-alone install on the same site.  I would still like to have the random photo blocks and such within php-nuke but would like to keep the gallery seperate.   What do I need to change within the block code to make this work...if possible at all!
Title: Re: Coppermine Standalone and PHP-Nuke
Post by: Joachim Müller on April 15, 2005, 06:55:26 am
we can't tell, as we don't know the nuke code at all. There's no nuke support. Read the sticky threads of the board I moved your posting to.

Joachim
Title: Re: Coppermine Standalone and PHP-Nuke
Post by: kegobeer on April 15, 2005, 10:09:18 pm
I would guess you would have to change the block so it connects to the standalone database.  You'd also have to hard code the database, password and prefix stuff.  Most likely you'd have to use mysql_ database calls, and not any nuke type database calls, since nuke connects to your nuke database.

Just guessing though.