coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: booyeeka on February 27, 2006, 11:30:29 AM

Title: Bridge antegration and authentication
Post by: booyeeka on February 27, 2006, 11:30:29 AM
Hi all!

I have my own developed Content Management System, and I want to integate it with Coppermine, by building new 'bridge' between those two ('cause I don't want to make any changes in Coppermine code).

Can you help me how to manage that, when I login into my own CMS, to be automaticly authenticated in Coppermine? For now I did manage to make inclusion of Coppermine and config files of my CMS.

Maybe to make that if I'm alredy logged in my CMS, then Coppermine doesn't check if I'm logged in (to set some session variable or something), or to make some kind of dual login, or...?


Thank you in advance!!!
Title: Re: Bridge antegration and authentication
Post by: Stramm on February 28, 2006, 09:37:52 AM
have a look at some of the existing bridge files. Take one that somehow matches the system you're using and start editing the bridge file
Title: Re: Bridge antegration and authentication
Post by: booyeeka on February 28, 2006, 09:57:34 AM
Sure, I did that first, that's why I'm asking for help right now
:)
Title: Re: Bridge antegration and authentication
Post by: Stramm on February 28, 2006, 10:21:34 AM
your cms needs cookie auth... otherwise it won't work. The rest is done via the bridge
Title: Re: Bridge antegration and authentication
Post by: booyeeka on February 28, 2006, 06:39:57 PM
HEY, I DID IT!!!
:-)

I integrated Coppermine into my own CMS!


100.000 THANX!