contao-ticker
Einbindung von einem Laufschrift-Ticker in eine Webseite, (*1)
Dieses Modul erweitert den Inhalte-Bereich im Backend. Es können mehrere Ticker angelegt und jeweils mit mehreren Texten befĂŒllt werden. Die veröffentlichten Texte des Tickers werden nacheinander dargestellt, wobei die Parameter jeden Tickers individuell angepasst werden können.
Jedem Tickertext kann eine Weiterleitungsadresse zugeordnet werden. Bei Klick auf dessen Tickerbereich wird der entsprechende Link aufgerufen. Der Ticker kann als Modul dem Seitenlayout hinzugefĂŒgt werden oder ĂŒber das Content-Element "Modul" verwendet werden., (*2)
FĂŒr den Betrieb muss jQuery im Layout aktiviert sein, (*3)
Das Tickermodul unterstĂŒtzt InsertTags in den Tickermeldungen., (*4)
FĂŒr einen Ticker mit Eventdaten bringt das Modul eigene InsertTags mit:
(ID ist jeweils die ID des Newsarchivs)
* {{ticker::next_event::ID}} wird durch Datum und Eventteaser des nÀchsten Termins ersetzt
* {{ticker::next_event2::ID}} wird durch Datum und Eventteaser des 2. Termins ersetzt
* {{ticker::next_eventN::ID}} wird durch Datum und Eventteaser des 2. bis 9. Termins (N = 2...9) ersetzt
* {{ticker::next_event_title::ID}} wird durch Datum und Titel des nÀchsten Termins ersetzt
* {{ticker::next_event_titleN::ID}} wird durch Datum und Titel des 2. bis 9. Termins (N = 2...9) ersetzt, (*5)
Das Tickerscript basiert auf dem Projekt https://github.com/sjaakp/telex, (*6)
Version:
* 2.0.0 stable - 2024-08-21
- Bundle fĂŒr Contao ab 5.3
- Update sjaakp/telex von 2.0.4 auf 2.0.7, (*7)
-
1.2.1 stable - 2020-05-20
- Update sjaakp/telex von 2.0.1 auf 2.0.4, (*8)
-
1.2.0 stable - 2019-04-18
- EinschrÀnkung auf ausgewÀhlte Kategorien möglich, (*9)
-
1.1.0 stable - 2019-03-08
- Probleme mit Contao 4.7 beseitigt,
- Die Geschwindigkeit hat eine neue Skalierung,
- Das Startdelay ist entfallen, wird von sjaakp/telex nicht mehr unterstĂŒtzt, (*10)
-
1.0.0 stable - 2017-08-12
- Version fĂŒr Contao ab Version 4.4 LTS, (*11)
contao-ticker
Integration of a ticker line into a web page, (*12)
This module extends the content area in the backend. Several tickers can be created and each filled with several texts. The published ticker texts are displayed one after the other, whereby the parameters of each ticker can be customised individually.
A forwarding address can be assigned to each ticker text. Clicking on its ticker area calls up the corresponding link. The ticker can be added to the page layout as a module or used via the âModuleâ content element., (*13)
JQuery must be enabled in the layout, (*14)
The module has its own insert tags for a ticker with event data:
(ID is the ID of the news archive in each case)
* {{ticker::next_event::ID}} is replaced by the date and event teaser of the next event
* {{ticker::next_event2::ID}} will be replaced by date and event teaser of the 2nd event
* {{ticker::next_eventN::ID}} is replaced by the date and event teaser of the 2nd to 9th event (N = 2...9)
* {{ticker::next_event_title::ID}} is replaced by the date and title of the next event
* {{ticker::next_event_titleN::ID}} is replaced by the date and title of the 2nd to 9th event (N = 2...9), (*15)
The ticker script is based on project https://github.com/sjaakp/telex, (*16)
Problem melden | Report Problem:
https://github.com/do-while/contao-ticker/issues, (*17)
Softleister - 2024-08-23, (*18)