coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: revjoe on October 06, 2004, 12:30:19 AM

Title: Bridge support??
Post by: revjoe on October 06, 2004, 12:30:19 AM
Where is the appropriate forum for questions regarding writing a new bridge?

Also I read a thread that mentioned a integration guide?  Does such a thing exist?

Thanks


Joe
Title: Re: Bridge support??
Post by: kegobeer on October 06, 2004, 12:49:43 AM
Have you read through the documentation that comes with Coppermine (in the docs folder)?

As for posting about a bridge file, you're in the correct forum.
Title: Re: Bridge support??
Post by: revjoe on October 06, 2004, 03:25:02 AM
I read the documentation that talks about how to turn it on for specific bulletin board software, but what I am really doing is building a bridge into a different software package.  So what I am really trying to figure out what the minimum cookies/settings are so I can set them in an external php file so that users do not have to log in directly into cpg at all.

If that makes sense.

Thanks for any pointers
Title: Re: Bridge support??
Post by: jack on October 06, 2004, 09:54:57 AM
There are no 'minimum cookies' etc. that you have to worry about setting for Coppermine.

The udb_authenticate function in your bridge is solely responsible for checking whatever session authentication scheme you are using (usually done with a cookie, but could just as easily be HTTP authentication). This function must then populate the internal variables used by Coppermine.