You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 50 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Members_List module PHPNuke v6.9 Bug fix [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
WillClark
Nuke Cadet
Nuke Cadet


Joined: Dec 12, 2003
Posts: 2


PostPosted: Fri Dec 12, 2003 4:36 pm Reply with quoteBack to top

Noticed a slight bug in the Members_List module in v6.9 of PHPNuke...

Code:
//
// Memberlist sorting
//
$mode_types_text = array($lang['Sort_Joined'], $lang['Sort_Username'], $lang['Sort_Location'], $lang['Sort_Posts'], $lang['Sort_Email'],  $lang['Sort_Website'], $lang['Sort_Top_Ten']);
$mode_types = array('joindate', 'username', 'location', 'posts', 'email', 'website', 'topten');


The last line should be:

Code:
$mode_types = array('joined', 'username', 'location', 'posts', 'email', 'website', 'topten');

Otherwise sorting by Date Joined doesn't actually work!

Of course, you've probably all spotted this, but I thought it might be helpful just in case Wink

Will
Find all posts by WillClarkView user's profileSend private message
amonra
Nuke Cadet
Nuke Cadet


Joined: Sep 14, 2003
Posts: 8


PostPosted: Sat Dec 13, 2003 12:32 pm Reply with quoteBack to top

Thank you very much,



I have noticed this too .. but i had no clue where to look in the script ...


Thanks =)
Find all posts by amonraView user's profileSend private message
WillClark
Nuke Cadet
Nuke Cadet


Joined: Dec 12, 2003
Posts: 2


PostPosted: Sat Dec 13, 2003 12:38 pm Reply with quoteBack to top

Hello, sorry... its in the modules/Members_List/index.php file, around about line 100 or so.
Find all posts by WillClarkView user's profileSend private message
gunner
Sergeant
Sergeant


Joined: Jul 07, 2003
Posts: 140


PostPosted: Sat Jan 10, 2004 11:02 am Reply with quoteBack to top

Didn't work for me. When I select sort by date joined, the sorting is done alphabetically. Therefore, those that joined in august are listed first. Rolling Eyes

_________________
.::.
http://www.boozebros.ca
Find all posts by gunnerView user's profileSend private messageVisit poster's website
marhoog
Nuke Cadet
Nuke Cadet


Joined: Nov 05, 2003
Posts: 4


PostPosted: Sun Jan 18, 2004 12:39 pm Reply with quoteBack to top

Ok... I have found the problem Very Happy (well It worked for me!!)
In the modules/Members_List/index.php change the following:

Code:
switch( $mode )
{
        case 'joined':
                $order_by = "user_regdate $sort_order LIMIT $start, " . $board_config['topics_per_page'];
                break;
       


Change it to:

Code:
switch( $mode )
{
        case 'joined':
                $order_by = "user_id $sort_order LIMIT $start, " . $board_config['topics_per_page'];
                break;


Hope it also works for you...
Find all posts by marhoogView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.315 Seconds - 158 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::