Confused about profiles (phpBB) Confused about profiles (phpBB)
 

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

Confused about profiles (phpBB)

Started by Mastiff, February 01, 2006, 03:55:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mastiff

When a user clicks on the profile button he gets his phpBB profile page.  When someone clicks on a username under a thumbnail he gets the CPG profile page.  I understand this is the desired behavior, but what's the rationale?  The CPG profile has the good features of saying how many pics the user has uploaded and such, but since I'm bridged, I can't have any other useful (necessary IMO) stuff there, such as contact info.  What't the thinking here?

Nibbler

It provides a more seamless integration by displaying profile data within Coppermine itself. If you want to redirect to phpbb instead then it is easy to do so, just comment out the overridden method in the phpbb bridge file..

function view_profile() {}

Mastiff

Okay, thanks.  Given that, is there any way to get some fields into the CPG profile while bridging?  Either that or a link to the phpBB profile would be really useful.

jerx

Nibbler already gave you the code to link to phpBB profile. Just comment out the function.

I think it is the best solution for a bridged cpg, because the link to cpg profile will cause a database error anyway. I haven' t seen this database error in a bridged 1.33 version, so code changes in the recent cpg versions must have caused this.