Results 1 to 5 of 5
-
12-07-2012, 09:09 #1
-= TeamSpeak User =-
- Join Date
- Apr 2011
- Location
- [BY] (Belarus)
- Posts
- 15
Clientlist does not show the last added members
In "List All Clients" does not sort ALL clients, but only the first 10 by a database. I want to sort the list of clients which came recently [Last]
-
12-07-2012, 09:10 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,763
You have to load them first, so you have to use the "more" button until all users are loaded.
moved
Had nothing to do with our beta client.Last edited by dante696; 26-07-2012 at 07:18.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
12-07-2012, 10:06 #3
-= TeamSpeak User =-
- Join Date
- Apr 2011
- Location
- [BY] (Belarus)
- Posts
- 15
OMG, I have posted that, because there was a feature "Save Last Sort" (3.0.8 beta)
When I open "List All Clients" at once I look, who visited the server recently. Having pressed "More" I want to see, who visited even earlier instead of the following by DB of clients
I don't want that button "More" caused the following message in Server Chat: "Action currently not possible due to spam protection."
-
12-07-2012, 10:09 #4
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,763
There was nothing changed in "loading the list."
- 10 Users are loaded on start > More > Adds 10 users > More > Adds 10 users
- Search does search and show max. 40 clients in the list.
Only the option to change the sort order for the tables. The rest is the same behavior as it was build in before.Last edited by dante696; 16-07-2012 at 14:46.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
12-07-2012, 16:55 #5
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
The Problem he is having is that now that the Sort Order is saved once you close the dialog and then the next day open it up again it will still sort for client last visit / created (or whatever) but due to the fact only the first 10 Clients are loaded the display is wrong / sorting not correctly.
It will sort the first 10 clients in the database for this virtual server just fine, but that doesn't make any sense if I am sorting for Client Created/Last visited descending to see which clients came last... Having to hit the More button like crazy 50++ times to load all clients (which will take ages due to spam protection) just to be able to see what I was looking for (last 10 clients created / joined) is just ridiculous...
Especially so seeing that it is the easiest thing in the world to let the Database Engine do the sorting and just return those top 10 which match the sorting...
So instead of repeatedly doing a SELECT name, last_ip, ... FROM clients WHERE server_id = x LIMIT y, 15 and then sort in the CLient doing extra work coding the sort you could've just done SELECT name, last_ip, ... FROM clients WHERE server_id = x ORDER BY z (ASC | DESC) LIMIT y, 10
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[no bug] Query group and clientlist
By florian_fr40 in forum Bug ReportsReplies: 2Last Post: 02-12-2010, 14:56 -
[Not possible] Get clientlist from not subscribed channel
By banane in forum PluginsReplies: 1Last Post: 04-11-2010, 15:44 -
clientlist only return 1-2 users?
By MojoDK in forum Server SupportReplies: 0Last Post: 06-08-2010, 19:42 -
Members can move/kick other members/guests
By k69random in forum Permission SystemReplies: 1Last Post: 19-01-2010, 21:20 -
Channels with members in, yet not showing members in the channel.
By Jambone in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 19-02-2009, 13:48


Reply With Quote