Welcome! Log In Create A New Profile

Advanced

'Site name' sort order

Posted by GFP63 
'Site name' sort order
June 06, 2012 01:27PM
What is the default sort order of the 'Sites' list in the admin tools? Can it be changed? If so, how?
I have scripts (Mac, Automator) which are contingent on the order of the sites in the 'Site name' column to index the correct site.

Thank you!
Tec
Re: 'Site name' sort order
June 06, 2012 03:07PM
Sites in Admin backend are sorted by
1. indexdate
2. title
In order to alter this default selection, open the script
…/admin/admin.php and modify the row
$result = mysql_query("SELECT site_id, url, title, indexdate from ".$mysql_table_prefix."sites ORDER By indexdate, title"winking smiley;
with respect to your requirements.

Tec
Sorry, only registered users may post in this forum.

Click here to login