Link to Mod (http://mods.simplemachines.org/index.php?mod=227)
Written By: Xiaoqing Zhou (Leaf)
Contact Info:
[email protected]SMF Board: http://www.anetcity.com/bbs/index.php?board=125.0
This mod changes the default sort field of member list to registration date.
Sorry, this is the first time I submit mod and put wrong information there. :(
Changed as you suggested.
thank you for contributing so much to the smf! :)
Nice Mod...
But it sorts the newest member at the top. How can you make it list the oldest members first?
Also I noticed with or without the mod, when you click A,B,C,D,E,F, etc it doesn't do anything at all....
Quote from: daygo140 on May 05, 2006, 03:32:48 PM
Nice Mod...
But it sorts the newest member at the top. How can you make it list the oldest members first?
Also I noticed with or without the mod, when you click A,B,C,D,E,F, etc it doesn't do anything at all....
If you have enough members it will start with members whose names begin with the certain letter. But if you don't have enough members to fill up more than one page it won't matter.
Quote from: winrules on May 05, 2006, 05:01:45 PM
Quote from: daygo140 on May 05, 2006, 03:32:48 PM
Nice Mod...
But it sorts the newest member at the top. How can you make it list the oldest members first?
Also I noticed with or without the mod, when you click A,B,C,D,E,F, etc it doesn't do anything at all....
If you have enough members it will start with members whose names begin with the certain letter. But if you don't have enough members to fill up more than one page it won't matter.
Ok cool...
Any word on making the mod have the oldest members at the top instead of the bottom?
Quote from: daygo140 on May 05, 2006, 05:08:22 PM
Quote from: winrules on May 05, 2006, 05:01:45 PM
Quote from: daygo140 on May 05, 2006, 03:32:48 PM
Nice Mod...
But it sorts the newest member at the top. How can you make it list the oldest members first?
Also I noticed with or without the mod, when you click A,B,C,D,E,F, etc it doesn't do anything at all....
If you have enough members it will start with members whose names begin with the certain letter. But if you don't have enough members to fill up more than one page it won't matter.
Ok cool...
Any word on making the mod have the oldest members at the top instead of the bottom?
In Memberlist.php, find:
$context['sort_direction'] = !isset($_REQUEST['desc']) ? 'up' : 'down';
and replace with:
$context['sort_direction'] = !isset($_REQUEST['desc']) ? 'down' : 'up';
Quote from: winrules on May 05, 2006, 05:11:57 PM
Quote from: daygo140 on May 05, 2006, 05:08:22 PM
Quote from: winrules on May 05, 2006, 05:01:45 PM
Quote from: daygo140 on May 05, 2006, 03:32:48 PM
Nice Mod...
But it sorts the newest member at the top. How can you make it list the oldest members first?
Also I noticed with or without the mod, when you click A,B,C,D,E,F, etc it doesn't do anything at all....
If you have enough members it will start with members whose names begin with the certain letter. But if you don't have enough members to fill up more than one page it won't matter.
Ok cool...
Any word on making the mod have the oldest members at the top instead of the bottom?
In Memberlist.php, find:
$context['sort_direction'] = !isset($_REQUEST['desc']) ? 'up' : 'down';
and replace with:
$context['sort_direction'] = !isset($_REQUEST['desc']) ? 'down' : 'up';
YOU DAH MAN!!! WORKS NICE>>>>
I don't get why that isn't the default sort...
sorry.. i dunno how to install this mod..
where should i put the files into?
Quote from: genois on July 22, 2006, 11:47:28 AM
sorry.. i dunno how to install this mod..
where should i put the files into?
Upload the files to Packages folder and then use the Package Manager in Admin Panel to install it.
Anyone tested it on 1.1 Final ? I'm really curious as I think it's a great Mod
I tested it on smf 1.1 & 1.1.1. It works fine.