In Dotnetnuke you can create RSS for almost all the modules by selecting the "Allow Syndicate" in the module setting. This will generate RSS feed for the module.
The important thing to know about Dotnetnuke Syndicate is that except Forums and Blogs modules all other modules depends on the Dotnetnuke's Search Indexer. Because of this the module should have "Is Search" checked in module definition and items in the RSS feed will depend on when search index was last run.
Few related issues has been discussed at Dotnetnuke forum:
Allow Syndicate: Slow or No Update to RSS Feed
I've Syndicate XML Feed but i dont see me entries
ISSUE: Recently I faced this issue that when I try to deploy my WebPart. Unable to add selected web part(s). WebPartName: Cannon unregister UpdatePanel with ID ‘ctl00RTMPanel’ since it was not registerd with the ScripManager. This might occure if the UpdatePanel was removed from the control tree and later added again, which is not supported. Parameter name: updatePanel. I faced this issue twice and both the time the issue was not what display here. This could be sure to any error in the WebPart. Following are list resolution from multiple instances. RESOLUTION: 1. Check the WebPartName.webpart file. Check whether you have a proper PublicKeyToken value. When I face the issue the value was PublicKeyToken=$PublicKeyToken$. If you have used WSP builder then in the Visual Studio you will find this file at \WebPartsProject\12\TEMPLATE\FEATURES\WebPartName\WebPartName.webpart. Sometime when you create a new WebPart using WSP builder then ...
Comments
Post a Comment