Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: Possible to have CPG profiles work the way they did in 1.3.x?  (Read 3970 times)

0 Members and 1 Guest are viewing this topic.

IIIBradIII

  • Coppermine newbie
  • Offline Offline
  • Posts: 10

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!
« Last Edit: March 20, 2008, 10:08:29 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: Possible to have CPG profiles work the way they did in 1.3.x?
« Reply #1 on: March 20, 2008, 08:12:12 pm »

IPB right?

Edit the bridge file, look for

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

add after that

Code: [Select]
function view_profile() {}

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

IIIBradIII

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Possible to have CPG profiles work the way they did in 1.3.x?
« Reply #2 on: March 20, 2008, 09:32:47 pm »

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!
Logged

Nibbler

  • Guest
Re: Possible to have CPG profiles work the way they did in 1.3.x?
« Reply #3 on: March 20, 2008, 09:42:48 pm »

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

IIIBradIII

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Possible to have CPG profiles work the way they did in 1.3.x?
« Reply #4 on: March 20, 2008, 09:56:59 pm »

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
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.