using php include to use coppermine in a cms using php include to use coppermine in a cms
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

using php include to use coppermine in a cms

Started by kwilder, December 02, 2005, 01:52:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kwilder

I may be the first person trying to do this???   :-\\  I'm trying to bring coppermine into a page on my subdreamer (CMS) website.  Here's where it currently resides:

http://www.stormoutfitters.com/subdreamer/index.php?categoryid=31

But you can see where, I guess because of the include, it's tacking the path onto the subdreamer path and not able to display things properly.

Sorry i don't know better lingo, but could someone help me figure out where I can change the path and what it should be?

the subdreamer and gallery directories reside on the same level.  So I'm guessing I just need to add a ../gallery/ somewhere?  Can't find a config file.

Thank you for any help.

Sincerely,
Kristie

Nibbler

You can't include() coppermine. You should make a theme that matches the rest of your site.

kwilder

Quote from: Nibbler on December 02, 2005, 02:06:35 AM
You can't include() coppermine. You should make a theme that matches the rest of your site.

Well that stinks... Thanks.  (I think?  lol)