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
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.
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.
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.
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,