Profile link after phpBB2 (2.0.19) bridge Profile link after phpBB2 (2.0.19) bridge
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Profile link after phpBB2 (2.0.19) bridge

Started by SommerNyte, June 01, 2006, 05:48:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SommerNyte

Nevermind, I realized I was being stupid.   :-[

SommerNyte

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

Nibbler

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);

Joachim Müller

...and don't edit out your postings in the future. Instead, reply to it, resolving your thread (or not).