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/ (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?
That is not a problem, it's the intended behaviour.
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...
If you want it that way, just remove this code from bridge/phpbb2018.inc.php
function view_users() {}
function view_profile() {}
That's the way I want it :)
Thanks, this is what I call support!