0 Additional Features 5 Don Smallman posted 10 Years Ago Does anyone know if there will be an Calendar/Event module and a Media/Sermon module added anytime soon? We want to go live, but we are missing some items that our current system has. Thanks!
Trey Hendon III 10 years ago I'll try to get something documented on it for a more detailed step-by-step. It's one of those things that the pieces all exist, but not the blueprint yet. :)If you're feeling brave with a little guidance and no pictures, what you do is:Make a new Content Channel Type. (ie: Podcast)Add attributes to the new Content Channel Type that will hold the URL values to the files you're podcasting. (We CDN our video files from Vimeo Pro. If you didn't mind the bandwidth coming all back to your server, you could setup a file uploader module and host it on your own web server. )Create a new Liquid Template for the feed (General Settings > Defined Types > Liquid Templates) that focuses on the attribute you want to "enclose" in the XML.Use the GetChannelFeed handler to view XML. ( http://myrocksite.com/GetChannelFeed.ashx?ChannelId=1&TemplateId=526&Count=9999 Note that the GetChannelFeed by default only shows the last 10 items, so that's why I set the count to 9999. Additionally, I'd run this XML feed through something like FeedBurner for end-user consumption.)Additionally, I've got multiple attributes setup and can run my audio and video podcast from the same library of information. I just use two different Liquid Templates to filter the audio and video attributes to an "enclosure" node in my XML.
Don Smallman 9 years ago Hi Trey! Have you had time to create a document yet? Do you have something that you have created on your Rock website that I can look at?