Page 1 of 1

[Solved] Userlist in Admin... doesn't sort?

PostPosted: Tue Nov 20, 2007 3:12 pm
Author: gcomfx.com
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://100mphclub.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
I would like to sort my userlist in Admin.... OR add to sort my public memberlist by joined date.


What was done to try to solve the problem?




De.scription and Message

I would like to sort my userlist in Admin.... OR add to sort my public memberlist by joined date.

PostPosted: Tue Nov 20, 2007 4:03 pm
Author: gcomfx.com
:oops:

Re: Userlist in Admin... doesn't sort?

PostPosted: Tue Nov 20, 2007 4:09 pm
Author: tmotley
Admin userlist fix:

http://www.integramod.com/forum/viewtopic.php?t=716

It's the first bug listed. The fix posted did indeed fix my admin userlist sort feature.

*EDIT* - I see you figured out the memberlist.

Memberlist sort works fine for me.

Did you add Joined Date as a column in the User Fields List above the memberlist? Then click the little arrow next to the Joined? Mine works fine.

PostPosted: Tue Nov 20, 2007 4:25 pm
Author: gcomfx.com
Ah... I didn't check the 1.40 list. Kinda figured that would have made it into 1.4.1. <img>

Re: Userlist in Admin... doesn't sort?

PostPosted: Tue Nov 20, 2007 5:07 pm
Author: CaNNon
Think with it carried over into the 1.41 version and the nice pictures explaining the problem <img>
Could helpful to have the post here to save any confusion and make it easer for the users.

"Adrian Rea" wrote:I would like to share with you some fixes that Angelus and friend made in 140. I have not tested them but I would like to pass them on. If they are helpful or not, please report back to me here. Unfortunately I cannot amend the 140 full download so easily otherwise I would have done so. If required, these fixes will be applied in the 141 versions.


First bug:
De.scription
Sorting in ACP->User Admin->User List Ascending/descending does not work:

Bugfix:

Code: Select all
##-----[ OPEN ]------------------------------------------#  admin/admin_userlist.php  ##-----[ FIND ]------------------------------------------#  $order_by = "ORDER BY $sort $order ";  ##-----[ IN LINE, FIND ]------------------------------------------#  $order  ##-----[ IN LINE, REPLACE WITH ]------------------------------------------#  $sort_order  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM

PostPosted: Wed Nov 21, 2007 9:55 am
Author: gcomfx.com
It works now... thanks!