FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » User Administration System: max 50 users displayed
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: User Administration System: max 50 users displayed [message #163222 is a reply to message #163209] Sun, 10 October 2010 09:38 Go to previous messageGo to previous message
Ernesto is currently offline  Ernesto   Sweden
Messages: 413
Registered: August 2005
Karma:
Senior Member
I don't know how to post it in "patchmode" - you will have to explain that to me someday.

Anyhow:

finduser.php.t

After (around line 70?)
        } else if (isset($_GET['fl'])) {
                $ord = 'flag_cc ' . ($_GET['fl'] % 2 ? 'DESC' : 'ASC');

insert
        } else if (isset($_GET['lv'])) {
                $ord = 'last_visit ' . ($_GET['lv'] % 2 ? 'DESC' : 'ASC');




around line 85, line that begins with
$find_user_data = '';
        $c = uq('SELECT /*!40000 SQL_CALC_FOUND_ROWS */

insert
last_visit, 




after (around line 106)
                        } else if (isset($_GET['rd'])) {
                                $pg .= (int)$_GET['rd'].'/';

insert
                        } else if (isset($_GET['lv'])) {
                                $pg .= (int)$_GET['lv'].'/';



After (around line 136)
                        if (isset($_GET['rd'])) {
                                $pg .= 'rd='.(int)$_GET['rd'].'&';
                        }

insert
                        if (isset($_GET['lv'])) {
                                $pg .= 'lv='.(int)$_GET['lv'].'&';
                        }




users.inc.t

After (around line 288)
                                                case 1: case 2: $_GET['pc'] = $p[1]; break;
                                                case 3: case 4: $_GET['us'] = $p[1]; break;
                                                case 5: case 6: $_GET['rd'] = $p[1]; break;
                                                case 7: case 8: $_GET['fl'] = $p[1]; break;

insert
                                                case 9: case 10: $_GET['lv'] = $p[1]; break;


[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [SOLVED] Group Manager: Post Editing disabled is being ignored
Next Topic: Search results blank...sometimes??
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 09:54:53 GMT 2024

Total time taken to generate the page: 0.07325 seconds