bridging coppermine to phpbb bridging coppermine to phpbb
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

bridging coppermine to phpbb

Started by loveprofusion, September 14, 2007, 02:19:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

loveprofusion

I search everywhere.. but i can't find the answer or solution to my question. I have already a very big photo gallery from coppermine, and i want to have a forum on my site as well. Is it is possible that the coppermine users can log into the forum (phpBB 2.0.22) without register again? I try the bridge, but then i lost all the users from the coppermine gallery.

Joachim Müller

Quote from: loveprofusion on September 14, 2007, 02:19:00 PMIs it is possible that the coppermine users can log into the forum (phpBB 2.0.22) without register again?
That's what bridging does.

Quote from: loveprofusion on September 14, 2007, 02:19:00 PMI try the bridge, but then i lost all the users from the coppermine gallery.
That's expected behaviour if you bridge when you already have users in your gallery - they are lost (see http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating_users_start).

To circumvent this issue, you will have to come up with a script that populates the database of the the app you bridge with (i.e. phpBB) with the data taken from Coppermine's user table. I think there already is a thread that deals with this.

loveprofusion

Quote from: GauGau on September 14, 2007, 04:48:23 PM
That's what bridging does.
That's expected behaviour if you bridge when you already have users in your gallery - they are lost (see http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#integrating_users_start).

To circumvent this issue, you will have to come up with a script that populates the database of the the app you bridge with (i.e. phpBB) with the data taken from Coppermine's user table. I think there already is a thread that deals with this.

Ok thank you very much for you answer... i think it will be too difficult for me to make a script like that.. I try to find threads about it.. but i cant seem to find them...