Profiles don't show Profiles don't show
 

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

Main Menu

Profiles don't show

Started by kole49, July 12, 2006, 05:25:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kole49

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

Joachim Müller

Enable Allow logged in users to view 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.

kole49

Quote from: GauGau on July 12, 2006, 09:47:01 PM
Enable Allow logged in users to view 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.


Joachim Müller

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.

kole49

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,