Einige durch Komma getrennte Tags werden mit logischem AND zwischen ihnen behandelt. Du kannst auch das Semikolon als logischen OR-Interpreter benutzen. AND hat Priorität über OR und du kannst keine Einklammerungen für logische Gruppierungen nutzen. Stern (*) wird als Maske für "Jede Zeichenkette" genutzt.
Sektionen: 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
Sektionen: 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:
Sektionen: 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)
Sektionen: 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_...
Sektionen: Documentation (Genoa and older) / Dutch / Gebruikers handleiding
Sektionen: 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...