Hi Bruce,
Thanks for sharing your DNN modules!
I tried really hard to get the Google sitemap provider to work, but keep ending up with this error in the GoogleSiteMap.axd:
<?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- <!--
An Exception has occured : Method not found: 'System.String DotNetNuke.Common.Globals.NavigateURL(Int32, Boolean, DotNetNuke.Entities.Portals.PortalSettings, System.String, System.String, System.String[])'. at iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider.GetTabUrl(TabInfo ti, String language)
at iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider.GetSitePages(String siteUrl)
at iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapProvider.GetGoogleSiteMap(String siteURL)
-->
</urlset>
Is anything wrong with the added line in <system.web> (underneath) or is the language trouble I read about in this forum?
<!-- Google SiteMap Provider HttpHandler. This is a separate HttpHandler object which is also loaded into the base SiteMap Provider Assembly the path value isn't set - it can be changed to any value. -->
<add verb="*" path="GoogleSiteMap.axd" type="iFinity.DNN.Modules.GoogleSiteMap.GoogleSiteMapHandler,
iFinity.DNN.GoogleSiteMapProvider" />
</httpHandlers>
DNN 482 ; Module 01.02.05
Thank you for your time.
Regards.