Hi Tullio, It should be easily possible, but I don't think STK in 4.4.6 has such a component ready. How to implement it depends a bit on your layout, and how many news-items you have to show.
Let's assume you have a reasonable number of news-items, say about 100 or less. In this case you can load them all. If you have more, things get more complicated, as you need to implement some extra code to load the news-items in batches (via AJAX). Next you need to decide how to show them - pick your favourite jQuery slider or animator. Some ideas: http://jquerytools.org/documentation/scrollable/index.html http://www.jquerynewsticker.com/ Then, just create a paragraph which renders your news-items in the structure expected by the jQuery widget, add a bit of javascript initialization code, and your news-ticker should be ready to go! Regards from Vienna, Richard -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Tullio Bettinazzi (via Magnolia Forums) Gesendet: Montag, 17. Dezember 2012 15:53 An: Magnolia User List Betreff: [magnolia-user] Rolling news component I integrated news in my Magnolia 4.4.6 installation. My users want to see news with a rolling component showing, in a small window, all news rolling without human operations. Is it possible ? Is there a specific component doing that kind of news representation ? Tks Tullio -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=10d8d7c5-ca04-40b0-9ca6-0c19662dc53c ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
