Несколько тегов, разделённых запятой, означают логическое И между ними. Вы также можете использовать точку с запятой в качестве логического ИЛИ. И имеет высший приоритет над ИЛИ. Вы не можете использовать скобки для группировки условий. Звёздочка (*) внутри тега используется в качестве маски для "подстроки".
Разделы: Extensions / Utilities & Tools
Do you often post information on your site from other sites? Parse / grab news?
Probably one of the simple, but often essential functions. Littledev.ru presents the RSS reader, which will take news from any rss feed and place on your website.
Plugin page on russian: http://littledev.ru/news/cotonti/cotontifolio/rssreader.html
Разделы: Extensions / Data Feeds & APIs
Using RSS Reader plugin you can output customized XML-data from RSS feeds on the index page of your Cotonti-powered website. The XML-data output is made similar to that of the News plugin, so that you could use own templates for each feed or common template for the feed where tpl-file is not defined.
The plugin settings are customized via Tools menu item using jQuery, which makes it accessible for even unexperienced users.
For each feed you can define:
Разделы: Documentation (Genoa and older) / Türkçe / Kullanım Klavuzu
RSS Beslemeleri:
rss.php?c=haber haber kategorisindeki yeni sayfalar
rss.php?c=comments&id=XX xx numaralı sayfa için yeni yorumlar
rss.php?c=forums yeni forum konuları
rss.php?c=topics&id=XX xx numaralı konu için yeni mesajlar
rss.php?c=section&id=XX xx numaralı bölüm için yeni konular
Orjinal döküman(ingilizce)
Разделы: Documentation (Genoa and older) / Türkçe / Çeşitli
if ($readmore > 0)
{
$pag_html = mb_substr($pag_html, 0, $readmore);
$pag_html .= " <span class=\"readmore\"><a href=\"".$pag_...
Разделы: Documentation (Genoa and older) / Dutch / Gebruikers handleiding
Разделы: Extensions / Community & Social
Twitti is a Twitter feed reader for Cotonti. It supports both site-defined feeds for your frontpage, but also user-defined feeds for the user profiles and forum signatures.
Features:
- Reads public Twitter RSS feeds
- Display latest Tweets from a specific user or tag (#abc) on index and on a standalone page
- Display user's latest Tweets in his/her profile
- Display user's latest Tweet as his/her forum signature (replaces regular sig)
- Completely skinnable and localisable, includes english and...