Username Sort

Mark

Administrator
Staff member
what version are you running? this function has been changed recently when we dropped AJAX data tables due to issues with non UTF-8 characters so it may contain some issues. It is scheduled for update next release so this will be improved for version 0.8.
 

Basti

Administrator
Staff member
You should not have that if you run 0.6 if i recall correctly. think we dropped that in 0.5 You sure you replaced everything?
try replacing sources/admin/members.php again
 

Basti

Administrator
Staff member
Next thing,
did you ever made an update or is 0.6 the first version you installed?
Is it brand free version or regular? ( we might did not removed it it in branding free )

Try opening skins/admin/wrapper.html
Do you properbly still have the following line?
Code:
    $('#man').dataTable( {
If so, change it to
Code:
    $('#man1').dataTable( {
 
I think 0.6 was the first I installed. I have the brand free version. It was showing 'man'

I changed it to 'man1'. It removed the sort function and the search function. I liked the search function.
 

Mark

Administrator
Staff member
Search function and other sort options will be back soon :) The old system was quite nice, but unfortunately suffered from too many bugs for users in other languages so we had no choice but to remove it and start again.
 
Top