I edited vbseo_sm_vbagallery.php, in the addons directory, in order to get the URL paths to be correct in the sitemap addon, and that worked for the addon_sitemap generation (I do think the gallery_url variable would be the right way for this to work, as editing the file manually for the paths could be confusing for some)
The red text in the below shows how I had to edit the file to make the addon sitemap URLs valid for my site.
My problem, now, is that Google keeps stating that this sitemap is a problem:Code:$url = $gallery_url.'/vBforum/gallery/browseimages.php?c='.$mod['catid']; $url = $vbseo_vars['bburl'].'/gallery/showimage.php?i='.$mod['imageid']; $url = $vbseo_vars['bburl'].'/gallery/showimage.php?i='.$mod['imageid'].'&original=1';
Yet, the sitemap component is completely visible, readable, with valid URL links in the format. Any ideas why Google is being finicky about this? I'll give it a couple of days, as all the other sitemap components are downloaded and read fine, it's just this addon, since I included the vBGallery URLs.Code:We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.
Link to sitemap in question: sitemap_addon1.xml.gz <-This is now reflective of the below posted information.


LinkBack URL
About LinkBacks






Reply With Quote
