Hello,
I have tried this module on a 4.8.2 fresh install, and the result is weird:
2/ I only have pages in us-US (not the one in fr-FR) for "normal pages" (I am not talking about Ventrian news articles)
2/ only some Ventrian news articles are shown, not all (I did not put any restrictions (*) ).
I FOUND WHY ! All Articles without "details" are not shown (in some cases, we have articles without details, but only with summary)... You should include both.
3/ in those Ventrian news articles shown, they are in french and in english (so this is correct).
4/ The "last mod" date is not taken into account (not correct, if I modify an article, today date is not written in it, but still the old one)
(for information, I am using Ventrian NA 00.06.01)
Anybody experiment this behavior ????
DV FXPS: For the standard Sitemap.aspx, I have either french or english sitemap, depending the locale currently selected in my portal.
(*) <googlesitemaps defaultProvider="BaseGoogleSitemapProvider">
<providers>
<add name="BaseGoogleSiteMapProvider" type="iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider" defaultPagePriority="0.5" defaultPageUpdateFrequency="daily" includeHiddenPages="false"/>
<add name="DnnForge - NewsArticles.GoogleSiteMapProvider" type="iFinity.DNN.Modules.GoogleSiteMap.ArticlesGoogleSiteMapProvider, iFinity.DNN.ArticlesSitemapProvider" defaultPagePriority="0.5" defaultPageUpdateFrequency="daily" includeHiddenPages="false"/>
</providers>
</googlesitemaps>