![]() |
Prune users - More options wanted
vBulletin 4.2.1
I'm looking for a MOD that provides for more search options in Prune / Move Users in the Admin CP. The default options don't allow enough finesse. |
I second this request.
I would like to see searches by: -email or part email -ip address or part ip I have to say, I find it very odd that these are missing from the prune area |
in admincp/user.php make the following changes for searching on (partial)email
Code:
if ($_REQUEST['do'] == 'pruneusers') Code:
if ($vbulletin->GPC['minposts']) Code:
if ($vbulletin->GPC['email']) Code:
print_input_row($vbphrase['posts_is_less_than'], 'minposts', iif($vbulletin->GPC['minposts'], $vbulletin->GPC['minposts'], '0')); Code:
print_input_row($vbphrase['email'], 'email', ''); |
All times are GMT. The time now is 05:24 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|