I cannot get the sitemap to generate. I keep trying to generate one, but i keep getting this note:
Cannot run sitemap generator directly: you should set "Run from vB Scheduled Tasks Manager ONLY" to "No" in admincp to allow this.
I changed the line here
PHP Code:
// Run from vB Scheduled Tasks Manager ONLY
'vbseo_sm_crononly' => '2',
to 2, since the default was 1, which i assumed it to be yes
also maybe I am just stupid but it seems like you did not close out you ending php tag two files
vbseo_sm_config30x.php
&
vbseo_getsitemap.php
your missing the end tag
Help me out here?