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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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