vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Memberlist Sort order keep search properties (https://vborg.vbsupport.ru/showthread.php?t=67059)

mtha 07-10-2004 10:00 PM

Memberlist Sort order keep search properties
 
This bug (mod) was marked fixed in vBulletin.com bug list.
http://www.vbulletin.com/forum/bugs....iew&bugid=3163

If you have version later than 3.0.3, you dont need to install this one.

When you use Member Seach or Advanced Members Search, with some criteria, you will get a result members list.

If you want to resort the list, the new result will discard all searching criteria.

This fix is to re-order the list only within resulted search



in memberlist.php

search for:
PHP Code:

         $sorturl "memberlist.php?$session[sessionurl]$usergrouplink"

replace by

PHP Code:

 $sorturl "memberlist.php?$session[sessionurl]"postslower=$postslower&postsupper=$postsupper&ause  rname=" urlencode($ausername) . "&homepage=" urlencode($homepage) . "&icq=" urlencode($icq) . "&aim=" urlencode($aim) . "&yahoo=" urlencode($yahoo) . "&msn=" urlencode($msn) . "&joindateafter=" urlencode($joindateafter) . "&joindatebefore=" urlencode($joindatebefore) . "&lastpostafter=" urlencode($lastpostafter) . "&lastpostbefore=" urlencode($lastpostbefore) . iif($usergroupid"&usergroupid=$usergroupid") . iif(isset($urladd), $urladd); 


Merjawy 07-11-2004 11:09 AM

nice ... specialy for someone lazy like me :)

thnx

nexialys 07-11-2004 12:16 PM

this looks like a debug, would be good to provide this correction to vBulletin.com ...

Boofo 07-11-2004 02:31 PM

Quote:

Originally Posted by nexialys
this looks like a debug, would be good to provide this correction to vBulletin.com ...

He already did in the bug report. ;)

mtha 07-12-2004 04:26 AM

just think that it'd be helpful for alot of people, so I post the fix AND report to vBulletin.com

It'd be long till next release (if fixed) :D

Natch 07-12-2004 04:37 AM

Nice job!


All times are GMT. The time now is 11:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01042 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete