The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
RSS Feeds? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Feature Suggestions (https://forums.formtools.org/forumdisplay.php?fid=7) +--- Thread: RSS Feeds? (/showthread.php?tid=712) |
RSS Feeds? - iroast - May 24th, 2010 Would be cool to have an RSS feed of submissions. Possible uses: 1. Events page. Users submit events and those events can be viewed via RSS or a webpage that displays RSS feeds. 2. Instead of being bombarded by email notifications, admins can subscribe to an RSS and see new submissions RE: RSS Feeds? - alexboss - Apr 19th, 2012 Yeah, that's a interesting feature and nice suggestion ! Anything plan in this direction ? RE: RSS Feeds? - michatmaster7 - Apr 23rd, 2012 Actually, something like a calendar of user submitted events using this idea could really work for me, as well. RE: RSS Feeds? - AlacratStore - Sep 11th, 2012 Most of the calendar preferences correspond to a Personal Preference of the same name. Note that in all cases, a Personal Preference will override a calendar preference.If you are a power user and want the RSS feed of the page you're currently looking at in the OSU calendar, you just have to add "/rss20.xml" at the end of the url. RE: RSS Feeds? - mrGarvin - Sep 18th, 2012 It's not that big deal to make it on your own, or? Something like doing a php page which lists submissions from a form in a structured XML-fashion? I have done this my self a couple of times, and managed to pull it off without being a skilled programmer. One example that looks nice is: http://jacharless.hubpages.com/hub/Creating-A-Custom-RSS-Feed-Using-PHP RE: RSS Feeds? - alexh - Sep 26th, 2012 I recently created my own RSS feed from a particular form by using PHP. The PHP script calls the particular fields from the database and displays them in XML format that is required by RSS. I have it set to posts to the form in the last five days. I would be happy to give you the PHP code I used, and you can change it as you wish to make it usable for your particular installation-Just PM me! Alex RE: RSS Feeds? - flip3 - Oct 11th, 2012 I totally agree: A XML feed with the data of each form would be really to automatically import it into other solutions. Having a RSS feed just for events is very specific. Probably better would be a broader approach to get the data into other apps. |