Discussions

Tag Filter:
I am trying to build a template that has 3 feeds embedded in it. The reason is I need to be able to show data that is coming from three different tables in a SQL database, however I have initial data in a another three tables, and as new data is added I have the SQL SP choosing the data. I have tried to do this a number of ways but either get Type 'KnowBetter.XModPro.Web.Controls.Template' does no
Hi everybody, I created a small feed returning some html and I need to localize this for the current user. I have searched the docs but failed to find and resources. I already created resx files, but only the neutral language file is used. Is there any way to localize the output of a feed? Andreas
I have some Forms whith I load in a dnnModal popup. Now I want to reload my feed on the mainpage after the dnnModal popup is closed. Is the a jQuery bind option or something? I use: xmp_LoadFeed({xfd:feedname ....... to reload the feed, but I want to trigger it when the dnnModal popup closes... Any tips..?
Hi, My 1st attempt at trying to populate a dropdown list from a view in the database. The view has handled the where statement so its just returning fields categoryID & Name 1st question is should I use a Feed or a <ControlDatasource>? Ive tried using both but can't seem to get it to work although thanks to various articles here, I have got closer to getting it right. I can't seem to find an artic
Hi, I have a couple of custom tables in the db & a view called show categories. The idea is to only show categories based on the logged in users country. Those results will appear in a dropdown for a form Ive created a feed below which relies on a user token. When I run the feed in preview I get a blank area in the screen. When I attempt to run the feed by going to http://mywebsite.net/DesktopModu
Hi all, everyone know if it's possible to use Output parameter of a stored procedure in a FEED? Basically i need to put 2 values on the HeaderTemplate and a GranTotal on the FooterTemplate. This value are the Output Parameter of the stored procedure that is the ListDataSource of the feed. Using [[FeedId_List@OutputParameter]] return a blank string. Thanks for your help. Alessandro
I am currently using a Feed to input data into the DB, but the following characters are being stripped out of the text parameter 1 '&' 2 ';' 3 '--' (two negative signs) Since I am trying to save some html escaped test ( which contains lots of & and ;) I am stuck Is there a way around it?
Howdy... I noticed that all available tokens are not listed on the Token dropdown for the Feed interface: I was able to use the User:Id token here, so I'm assuming that it and it's brothers are just missing from the list.
I realize that Feeds were designed as a method for public information to be downloaded - but is there any method to require someone to be a logged-in DNN user before they would be allowed access to a feed? My current application requires a user to be an admin before they can access an Xmod report with some confidential information, and I also wanted to provide that data as an Excel download. The F
Can I use <xmod:Select> in Feed?