Looking though all the threads on vBSEO, there is a wealth of information on how to make things more user friendly, I feel it is worthy of making a note of these in one place. For ease of finding this information.
Q. Can I change the default display of the Sitemap as I have 17 odd pages of text, and I have to click on 17 all the time to see today's activity.
A. Yes you can!
Open - vbseo_sitemap/vbseo_sitemap_config.php
find:
and replace with:PHP Code:define('VBSEO_SORT_ORDER', 'asc');
Q. Is there a way of automatically deleting older results, so that I don't have 17 pages of results?PHP Code:define('VBSEO_SORT_ORDER', 'desc');
A. Yes there is!
Open - vbseo_sitemap/vbseo_sitemap_config.php
find:
And then change the 0 to the number of days you wish to prune after they are recorded.PHP Code:define('VBSEO_SM_PRUNE', 0); // logs age in days to prune
I will add to this thread, as and when I come across further options. If you know of any customisations, let us know in this thread.



LinkBack URL
About LinkBacks





Reply With Quote


