de 2012 >> Navigation Top >> Forum >> Forum

Forum

DynPG Forum

Foren

Login

Suchen

Forenübersicht - Allgemeines Forum - Countdown: Einbau in PHP-Seite

fspwerbetech

Beiträge: 7

Countdown: Einbau in PHP-Seite
Gibt es irgendwo eine Doku über den Einbau des Countdown-Plugin? Wenn ja, wo finde ich das?

UND: Läuft das Plugin auf Dynpg 453?

Vielen Dank für eure Antwort und Unterstützung.

02.06.2014 15:00

ZITIEREN | ANTWORTEN

Chris

Beiträge: 510

hoi marlies,

ja das müsste laufen habe es schnell bei dynpg.org ausprobiert und geht super :) eine doku gibt es dazu nicht, aber in diesem Thread stehen schon viele infos:

http://www.dynpg.org/index.php?t=Forum&read_group=138&thread_id=462

Generell kann das Plugin ohne Parameter eingebunden werden und zählt dann einfach runter. Die verwendeten Texte werden über die local-Files des Plugins gesetzt. Design kann via CSS angepasst werden.

folgende parameter können zusätzlich via plugin gesetzt werden:

// until or since
'countdown_mode' => 'until',

// Uppercase mandatory, lowercase optional
// 'Y' for years, 'O' for months, 'W' for weeks, 'D' for days, 'H' for hours, 'M' for minutes, 'S' for seconds.
'countdown_format' => 'dHMS',

// true or false
// Indicate whether or not the countdown should be displayed in a compact format.
'countdown_compact_mode' => false,

// id of the div to fill with the countdown
'countdown_div_id' => 'dynpg_default_countdown',

// set to true if target time should be servertime
'countdown_use_servertime' => false,

// shows after countdown ends
'countdown_expiry_text' => false

mfg
chris.w.
*************************************
Christoph Würsch
Urbanización Aranjuez
Asturianas No° 23
Asuncion / Paraguay
-------------------------------------
Tel: +595 (0)21 332 984
-------------------------------------
http://www.chriswuersch.com
*************************************

02.06.2014 18:14

ZITIEREN | ANTWORTEN