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!
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.
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!
Looks ok to me. Make sure you are looking at someone who actually has pictures and/or comments.
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