coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: SommerNyte on June 01, 2006, 05:48:29 AM

Title: Profile link after phpBB2 (2.0.19) bridge
Post by: SommerNyte on June 01, 2006, 05:48:29 AM
Nevermind, I realized I was being stupid.   :-[
Title: Re: Profile link after phpBB2 (2.0.19) bridge
Post by: SommerNyte on June 01, 2006, 06:15:00 AM
Ok, I wasn't being stupid after all.

I have the following issue when trying to bridge coppermine and phpBB2:
Link to Profile takes me to the memberlist and not the profile edit screen.  i.e. it take me here:
http://www.connected-moms.com/community/memberlist.php?mode=viewprofile&u=2 instead of here:
http://www.connected-moms.com/community/profile.php?mode=editprofile  Am I not understanding how this is supposed to work, or is it broken somehow?

Coppermine install: http://www.connected-moms.com/photo_album/
Forum install: http://www.connected-moms.com/community/
Coppermine version: cpg1.4.5
Forum version: phpBB 2.0.19
Test user account: N/A

BridgeManager settings:
Forum URL:  http://www.connected-moms.com/community
Relative path to your BBS's config file:  ../community/
Use post-based groups?:  1
Title: Re: Profile link after phpBB2 (2.0.19) bridge
Post by: Nibbler on June 01, 2006, 03:39:12 PM
Look at profile.php and try moving this code from near the top

$cpg_udb->view_profile($_GET['uid']);

to just above this line

$user_data = $cpg_udb->get_user_infos($uid);
Title: Re: Profile link after phpBB2 (2.0.19) bridge
Post by: Joachim Müller on June 02, 2006, 09:09:17 AM
...and don't edit out your postings in the future. Instead, reply to it, resolving your thread (or not).