View Full Version : Admin search improvement
Is it possible to change the search in the admin section to search all links including links not approved yet instead of only active links? This would help me out a lot when managing my directory.
Thanks,
Vasily B.
06-09-2006, 09:09 AM
Sure, please try to do the following mod:
*** open classes/DirAdmin.php ***
*** find the following code in getCause() function ***
$sql .= " AND `t1`.`status` = 'active'";
*** remove it in all three cases ***
*** save changes ***
Now you will be able to search for all links.
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.