phpbb bridge not fully working despite most recent bridge files phpbb bridge not fully working despite most recent bridge files
 

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

phpbb bridge not fully working despite most recent bridge files

Started by Kyyhky, December 29, 2005, 08:01:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kyyhky

Okay, I know this problem has been discussed before, I've searched the forums.

I have coppermine 1.42 bridged to phbb 2.018. Everything is basicly working but there is a problem with the memberlist: clicking coppermine "memberlist" or "users" gets you to copperminen userpage instead of phpbb's memberlist. Also when username is clicked it opens coppermines profile page isnstead of phpbb's...

I've undstood that this problem should be corrected with updated bridge files, but I've downloaded udb_base.inc.php and phpbb2018.inc.php from cvs  http://cvs.sourceforge.net/viewcvs.py/coppermine/stable/bridge/ and uploaded them to my bridge folder but the redirect still doesn't work...

what can I do?

Nibbler


Kyyhky

Hmm... I read this:

Quotewhen bridging is enabled, you can not edit your members using the coppermine interface - you'll have to edit your user with your bbs' interface. The memberlist button and the "users" button are suppossed to send you to phpbb's inteface - this redirection is broken for the phpbb bridge file you're using, but has been fixed in the cvs. Either get the most recent phpbb bridge from the web cvs or edit your bridge file accordingly (this has been asked and answered before).

Joachim

but that was about a older version..

Well could this be changed? The whole purpose of my forum bridging was to get advanced userlist options...

Nibbler

If you want it that way, just remove this code from bridge/phpbb2018.inc.php


function view_users() {}
function view_profile() {}

Kyyhky

That's the way I want it :)

Thanks, this is what I call support!