Travelling News
Category:Programming
Mar 26, 2009
I want to put a news feature on my website, but I want it to be different. I like the scrolling news idea, but not the ticker type. I have a Javascript that will provide the functionality of the scrolling news but I need to integrate it with the News module of the CMS system. Here is what I needed to do:
- Create a Javascript file for the scroller functionality
- Create a new summary template for the News module to use
- Create a User Defined Tag that calls the Javascript file
- Modify the News module to display a Javascript array of news items
- Add a parameter to the News module call to include "summarytemplate='scroller' "
- Call the UDT on the main template



’)