[Solved]: Possible to have CPG profiles work the way they did in 1.3.x? [Solved]: Possible to have CPG profiles work the way they did in 1.3.x?
 

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

[Solved]: Possible to have CPG profiles work the way they did in 1.3.x?

Started by IIIBradIII, March 20, 2008, 07:50:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IIIBradIII

Back when we ran 1.3.x we could use use the CPG user profiles (where things like most recent uploads and comments were), but now on the 1.4.x platform the profile.php page always redirects to the forum profile.  Is there a way to get that functionality back?

Thank you!

Nibbler

IPB right?

Edit the bridge file, look for


function logout_page()
{
$this->redirect("/index.php?act=Login&CODE=03");
}


add after that


function view_profile() {}


Which will revert to Coppermine's profile page, which may or may not work.

IIIBradIII

Bingo!  Worked great, except there are no longer any of the previous features (latest uploads, latest comments, etc).  Were these removed altogether in 1.4 or will they just not show up in bridged mode anymore?  These used to work in 1.3.x.

And yes, IPB - I should have mentioned that!

Nibbler

Looks ok to me. Make sure you are looking at someone who actually has pictures and/or comments.

IIIBradIII

Ahh that was it - he had uploads but they were not yet approved.

Thanks for the swift help - you guys should consider reinstating that feature or making it an option.  My members weren't at all happy about its demise!  ;D