coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: kole49 on July 12, 2006, 05:25:51 PM

Title: Profiles don't show
Post by: kole49 on July 12, 2006, 05:25:51 PM
Hello everyone, I just installed Coppermine from my hosts selections at my server.  It looks great, but I wanted every member to see others profiles, and they only show in my "Admin" mode.  Is their a fix for this?

Thanks for any help.

Chuck
Title: Re: Profiles don't show
Post by: Joachim Müller on July 12, 2006, 09:47:01 PM
Enable Allow logged in users to view memberlist (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_user_memberlist) in coppermine's config. Please read the docs before asking questions. It's mandatory that you upgrade your coppermine install - the auto-installers provided by control panel apps from webhosts lag several versions behind and are buggy. I mean it.
Title: Re: Profiles don't show
Post by: kole49 on July 13, 2006, 01:32:24 PM
Quote from: GauGau on July 12, 2006, 09:47:01 PM
Enable Allow logged in users to view memberlist (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_user_memberlist) in coppermine's config. Please read the docs before asking questions. It's mandatory that you upgrade your coppermine install - the auto-installers provided by control panel apps from webhosts lag several versions behind and are buggy. I mean it.

Thanks, that was enabled, I found a correction to the bad code elsewhere on this board, and fixed the file in the bridge directory.

Title: Re: Profiles don't show
Post by: Joachim Müller on July 13, 2006, 01:37:35 PM
It might help others who have the same issue if you at least posted a link to the thread that helped you fix your issue.
Title: Re: Profiles don't show
Post by: kole49 on July 14, 2006, 03:45:45 AM
Quote from: GauGau on July 13, 2006, 01:37:35 PM
It might help others who have the same issue if you at least posted a link to the thread that helped you fix your issue.

Good Idea!  I'll try to find it again!  Took an hour last time, but I'll get'r for ya!

OK!  Here it is!  It was "Nibbler" that had the answer.  Thanks Nibbler!  ;D

Quote from: Nibbler on November 29, 2005, 11:09:30 AM
bridge/udb_base.inc.php

find

$sql = "SELECT {$this->field['username']} AS user_name,

change to

$sql = "SELECT *, {$this->field['username']} AS user_name,