Bridging and User Profile PHPBB 3.3 Bridging and User Profile PHPBB 3.3
 

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 and User Profile PHPBB 3.3

Started by darthanian, February 01, 2021, 11:41:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

darthanian

PhPBB 3.3.2
Coppermine 1.6.10
Website norcaldualsport.net

I've got the bridging somewhat working. I've been reading the documentation, and some other posts and anything i can find. A couple come close to my question. In the PHPBB user profile i want the "Gallery field to link to the coppermine gallery. Very simple? no?   

Forum is in base directory www.norcaldualsport.net/
Coppermine www.norcaldualsport.net/gallery

When i insert the gallery number in the profile it references this address: https://norcaldualsport.net/app.php/gallery/album/10002  which gives me file not found error.

When i click on "my gallery" in the coppermine system returns https://www.norcaldualsport.net/gallery/index.php?cat=10002 and obviously works fine.

Bridge Manager : PG1
https://www.norcaldualsport.net/forum   
../
phpbb3_in4gx
PG2:
Yes
PG3:
Enabled

I just need simple things, this board will not be very big.  It pulls the user info over just fine and goes back the profile, just trying to integrate the profile link would be nice.

I'm not a programmer but can muddle my way through a lot.

I tried turning on enable url rewriting, a post I found mentioned that, but it didn't help.

test acct:
testuser
testuser123

I will continue to search in the mean time.  TIA