Is there a way to let the user fill in the max of rss items that are showen? Something like this: https://www.agrifirm.com/agrifirm-plant/nieuws-zoe... maxitems=5 Rss link like it is now: http://www.agrifirm.com/DesktopModules/XModPro/Fee... Code: <xmod:Feed ContentType="text/xml"> <ListDataSource CommandText="XXX Database Query removed" /> <headerTemplate><?xml version="1.0" encoding="utf-8"?>
Is there a way to let the user fill in the max of rss items that are showen? Something like this: https://www.agrifirm.com/agrifirm-plant/nieuws-zoe... maxitems=5 Rss link like it is now: http://www.agrifirm.com/DesktopModules/XModPro/Fee... Code: <xmod:Feed ContentType="text/xml"> <ListDataSource CommandText="XXX Database Query removed" /> <headerTemplate><?xml version="1.0" encoding="utf-8"?
Hi We are exporting a large SQL query to Excel, and are having problems with Scandinavian Characters in the export. All special Norwegian characters like øæå are encoded wrong. DNN: 7.3.4 XMOD Pro: 4.6.5
So I'm kind of new to Xmod Pro and I need to make a RSS feed showing some news items from a list out of the database. But what every i do the RSS feed shows up empty. But if i look at the source is does show the correct items. So here is what i have made: --------------------------------- <xmod:Feed ContentType="text/xml"> <ListDataSource CommandText="SELECT ListId,ListItemId,PropertyId,Value F