forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Coley@sw-cc.com on February 27, 2004, 10:30:59 pm

Title: usermgr.php
Post by: Coley@sw-cc.com on February 27, 2004, 10:30:59 pm
when i click on the user link in admin mode it says page cannot be found.. why is this?? the link goes to usermgr.php which is there and correct (i think).

thanks in advance

Coley
Title: usermgr.php
Post by: Rodinou on February 27, 2004, 10:56:58 pm
I have the same pb : this file has too many requests (I have impression it scann ALL the users before showing the page) and I cannot see the users, I have too many !! (over 500 !!!)
Title: usermgr.php
Post by: Casper on February 27, 2004, 10:55:43 pm
It should work.  Assuming you havn't changed anything, try re-uploading a new copy of index.php and usermgr.php, just in case somethings become corrupt.
Title: usermgr.php
Post by: borru on February 14, 2005, 02:26:55 pm
is it possible somehow to let the anonymous people to see userlist on  usermgr.php ?


borru-
Title: Re: usermgr.php
Post by: Joachim Müller on February 14, 2005, 05:23:00 pm
@borru: don't try to hijack this thread, your question is not related. To make the memberlist available for everybody (not recommended), edit themes/yourtheme/theme.php, find
Code: [Select]
if (!USER_ID || !$CONFIG['allow_memberlist']) {and replace with
Code: [Select]
if (!$CONFIG['allow_memberlist']) {This applies only to cpg1.3.x, which is why your question is totally off on this sub-board (which deals with cpg1.2.x).

Joachim