Responsive design

Notice: Undefined index: social_google in /home/webroot/www.kusoftas.com/cms/templates_c/demo^7b9c5ab6cf20f7b62a4fced0b8a945dae9af628c_0.file.skin-template-header.tpl.cache.php on line 163

Download

Last stable v 5.2 2024-11-01

    {cms_plugin_news_rss}

    Smarty get news (<cms_plugin_news_rss>) template plugin. Plugin gets news array from news storage defined by id parameter and returns rss xml.

    Attributes:

    Attribute Name Type Required Default Description
    id string Yes n/a news storage (XML file) id
    item_id string No news item id
    topic string No news items filter in following cases:
    • "year=yyyy" - by year
    • "date=yyyy-mm-dd hh:mm:ss" - by date and time
    • "title=text snippet" - by title containing text snippet
    • "description=text snippet" - by description containing text snippet
    • "topic=topic id" - by topic id (only for valid topics by its date against today)

    Sample for using:

    {cms_plugin_news_rss id='eng' topic='topic=act'}

    Above will output:

    <?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[CMS Template Plugins News RSS | CMS Programmers Guide | Documentation]]></title><link>http://www.kusoftas.comhttp://www.kusoftas.com/programming/template-plugins/key-pair-list-cms-plugin-info</link><description><![CDATA[cms_plugin_news_rss: get news array defined by id parameter and return rss xml]]></description><item><title><![CDATA[KUSoftas CMS 5.2]]></title><pubDate><![CDATA[Fri, 01 Nov 2024 00:00:00 +0200]]></pubDate><link>http://www.kusoftas.com/news/item/kusoftas-cms-52</link><guid isPermaLink="true">http://www.kusoftas.com/news/item/kusoftas-cms-52</guid><description><![CDATA[<p> KUSoftas CMS 5.2: </p> <ul> <li>PHP 8.2</li> <li>PHP Smarty 5.4.1</li> <li>PHP SLIM 4.10</li> <li>jQuery 3.6.0</li> <li>jQuery UI 1.12.1</li> <li>jQuery DataTables 2.1.4</li> <li>PostgreSQL, MySQL, SQLite support</li> <li>Apache Solr support</li> <li>Other PHP &amp; jQuery based components</li> </ul>]]></description></item></channel></rss>