PDA

View Full Version : Admin search improvement


Ryan
06-08-2006, 11:25 PM
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.

Ryan
06-09-2006, 11:25 AM
Perfect, thanks :)