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!!!
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
Sure, I did that first, that's why I'm asking for help right now
:)
your cms needs cookie auth... otherwise it won't work. The rest is done via the bridge
HEY, I DID IT!!!
:-)
I integrated Coppermine into my own CMS!
100.000 THANX!