MyBB Community Forums

Full Version: Spider Bots List / Sorta Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The spider-bot list is ordered by last visit of the bot, but after using MyBB for a while I have to say it would be better if it was just sorted by name not last visit. I say this is a bug because if no bot have ever visited it looks like the list has a mind of its own.

module=config/spiders

Line 279(Code Fix):
$query = $db->simple_select("spiders", "*", "", array("order_by" => "name", "order_dir" => "asc"));

Thanks so much, I am a developer myself and working with your code is easy, because it is so well organized, plus you guys do not use as much classes like IPB or VBulletin do, so it is easy to work with.