i have a lot of records and nearly always go to the last page.
can we have this sort DESC instead of ASC by date so the newest is first?
This is a discussion on sort DESC within the Sitemap Features Archive forums, part of the vBulletin Links & Resources category; i have a lot of records and nearly always go to the last page. can we have this sort DESC ...
i have a lot of records and nearly always go to the last page.
can we have this sort DESC instead of ASC by date so the newest is first?
Hmm. I requested this a long time ago, and I'm sure Oleg added it, but i can't seem to find it now.
Yes, in vbseo_sitemap_config.php file
FIND:
REPLACE WITH:PHP Code:define('VBSEO_SORT_ORDER', 'asc');
PHP Code:define('VBSEO_SORT_ORDER', 'desc');
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Nice, thanks.
i should really learn to look at these things before asking
thanks oleg![]()