Nevermind, I realized I was being stupid. :-[
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
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);
...and don't edit out your postings in the future. Instead, reply to it, resolving your thread (or not).