do-while/contao-ticker-bundle

Integration of a ticker line into a web page

Installs: 1 416

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 1

Type:contao-bundle

2.0.0 2024-08-23 15:55 UTC

This package is auto-updated.

Last update: 2024-10-23 16:18:01 UTC


README

Einbindung von einem Laufschrift-Ticker in eine Webseite

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.

Für den Betrieb muss jQuery im Layout aktiviert sein

Das Tickermodul unterstützt InsertTags in den Tickermeldungen.

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

Das Tickerscript basiert auf dem Projekt https://github.com/sjaakp/telex

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

  • 1.2.1 stable - 2020-05-20
    - Update sjaakp/telex von 2.0.1 auf 2.0.4

  • 1.2.0 stable - 2019-04-18
    - Einschränkung auf ausgewählte Kategorien möglich

  • 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

  • 1.0.0 stable - 2017-08-12
    - Version für Contao ab Version 4.4 LTS

contao-ticker

Integration of a ticker line into a web page

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.

JQuery must be enabled in the layout

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)

The ticker script is based on project https://github.com/sjaakp/telex

Problem melden | Report Problem:
https://github.com/do-while/contao-ticker/issues

Softleister - 2024-08-23