Adding a view to the RSS block.
Permalink
I would like to add a view to the RSS block that comes with C5. It seems like this would be an easy task with the MVC architecture.
What I want to do is create a second view that strips out the date and all the <div> and displays the links as unordered lists.
Shouldn't I be able to create a new view and somehow specify it?
I could just modify the the view.php to make this happen but I use the RSS feeds in other parts of my site and want to keep the date and summary functions.
Any ideas?
What I want to do is create a second view that strips out the date and all the <div> and displays the links as unordered lists.
Shouldn't I be able to create a new view and somehow specify it?
I could just modify the the view.php to make this happen but I use the RSS feeds in other parts of my site and want to keep the date and summary functions.
Any ideas?
http://www.concrete5.org/documentation/general-topics/custom-templa...
http://www.concrete5.org/documentation/how-tos/customize-a-block-s-...