forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Mastiff on February 01, 2006, 03:55:46 am

Title: Confused about profiles (phpBB)
Post by: Mastiff on February 01, 2006, 03:55:46 am
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?
Title: Re: Confused about profiles (phpBB)
Post by: Nibbler on February 01, 2006, 03:47:10 pm
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..

Code: [Select]
function view_profile() {}
Title: Re: Confused about profiles (phpBB)
Post by: Mastiff on February 04, 2006, 02:27:38 am
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.
Title: Re: Confused about profiles (phpBB)
Post by: jerx on February 17, 2006, 04:43:55 am
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.