A few things...
- The install instructions have the mod_rewrite going to sitemap.(txt|xml).(gz) but I could only get it to work by going to sitemap
_index.(txt|xml).(gz), and iojam's thread above this one says to point to sitemap_index as well. Am I supposed to be seeing a "sitemap.xml.gz" file somewhere or are the instructions supposed to be saying "sitemap_index. ...."?
- In vbseo_sm_vba.php I had to change the value of $vba_url to be blank to get the vBa page links working correctly. If I left it at the default, and uncommented out the next line per the instructions, I was ending up with links like "http://www.coolscifi.com/forumshttp://www.coolscifi.com/index.php?page={pagename}". My guess is that it's because the script is assuming that vBadvanced CMPS URL is set to just "/index.php" but the user is actually instructed to place the full URL in that value but either the truncated version or the full URL works fine for most people.
- Also in vbseo_sm_vba.php, any chance of having the permissions of the page looked at instead of just the inactive flag? I have several pages on some of my sites that are active but are turned off to guests (for example, games & downloads that are only available to registered members) but right now the default script would pick up those pages anyway and submit them to Google/Yahoo only to get hit with a CMPS 'no permissions' error.
Thanks.