merk
04-10-2002, 10:00 PM
Requested by Shon/Pitman
Version 1.5
ADDED: Top posters since a specified date. Works with both thread creation and post creation.
Allows you to choose to either search for threads, or posts created since the specified date.
Search by username or userid. [Username uses wildcard searching similar(well the same ;)) to the admin panel for searching for users]
Allows you to open/close, merge, delete, edit (all the things available in the Admin Options drop down on the showthread pages) to each thread returned
NOTE: The method of specifying time uses phps 'strtotime' function. To get examples on how to use this please visit http://www.php.net/manual/en/function.strtotime.php
Also, this hack has only been slightly tested. If you find bugs, please tell me! This hack has limited support, follow the instrutions step by step and it WILL work.
Installation
[list=1]
Upload the time.php file to your admin directory.
Find the following code in admin/index.php (approx line 283 on a new install) :
makenavselect("Users");
above that, add
makenavoption("Time Search","time.php?action=modify");
[/list=1]
Note the change to 'Time Search' in the index.php replacement.
Thats it. Simple hey :)
Screenshots follow (the style in the screenshots in my old admin panel css, it got annoying having that much black :)) NOTE: i didnt update the screenshots, theres another box below the main one :)
Version 1.5
ADDED: Top posters since a specified date. Works with both thread creation and post creation.
Allows you to choose to either search for threads, or posts created since the specified date.
Search by username or userid. [Username uses wildcard searching similar(well the same ;)) to the admin panel for searching for users]
Allows you to open/close, merge, delete, edit (all the things available in the Admin Options drop down on the showthread pages) to each thread returned
NOTE: The method of specifying time uses phps 'strtotime' function. To get examples on how to use this please visit http://www.php.net/manual/en/function.strtotime.php
Also, this hack has only been slightly tested. If you find bugs, please tell me! This hack has limited support, follow the instrutions step by step and it WILL work.
Installation
[list=1]
Upload the time.php file to your admin directory.
Find the following code in admin/index.php (approx line 283 on a new install) :
makenavselect("Users");
above that, add
makenavoption("Time Search","time.php?action=modify");
[/list=1]
Note the change to 'Time Search' in the index.php replacement.
Thats it. Simple hey :)
Screenshots follow (the style in the screenshots in my old admin panel css, it got annoying having that much black :)) NOTE: i didnt update the screenshots, theres another box below the main one :)