Member List - Another question about the order Member List - Another question about the order
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Member List - Another question about the order

Started by yaniv, October 23, 2006, 01:32:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yaniv

I looked all over the boards but i could not find this, i know its a stupid question,

but how can I sort the member list order, lets say for example by the number of files uploaded.

but i dont mean just clicking the order thing, I mean permanently so if anyone looks at it, thats the default order.

hope i made sense.

Last question I promise ;)

thanks for all your help!

Sami

usermgr.php (line 156)  chenge this

    $sort = (!isset($_GET['sort']) || !isset($sort_codes[$_GET['sort']])) ? 'reg_d' : $_GET['sort'];


with this

    $sort = (!isset($_GET['sort']) || !isset($sort_codes[$_GET['sort']])) ? 'pic_d' : $_GET['sort'];
‍I don't answer to PM with support question
Please post your issue to related board

yaniv

yup, that worked perfectly.  :)

Thank for your help  ;)