PhpBB3 Countdown MOD
Posted: 13 May 2012, 11:44
Is it necessary to run the installer ?Save files, upload all files and run the installer
Is it'nt it enough just to modify and upload the files ?
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Is it necessary to run the installer ?Save files, upload all files and run the installer
Code: Select all
htmlTemplate: "<span class='cd-time'>{COUNTDOWN_TEXT}</span><!-- IF COUNTDOWN_YEAR and COUNTDOWN_MONTH --> %y <span class=\"cd-time\">{L_COUNT_YEARS}</span><!-- ENDIF --><!-- IF COUNTDOWN_YEAR or COUNTDOWN_MONTH --> %m <span class=\"cd-time\">{L_COUNT_MONTHS}</span><!-- ENDIF --> %d <span class=\"cd-time\">{L_DAYS}</span> %h <span class=\"cd-time\">{L_HOURS}</span> %i <span class=\"cd-time\">{L_MINUTES}</span> %s <span class=\"cd-time\">{L_SECONDS}</span>",
direction: "<!-- IF COUNTDOWN_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->"
Code: Select all
htmlTemplate: "<span class='cd-time'>{COUNTDOWN_TEXT}</span> %{d} <span class=\"cd-time\">{L_DAYS}</span> %{h} <span class=\"cd-time\">{L_HOURS}</span> %{m} <span class=\"cd-time\">{L_MINUTES}</span> %{s} <span class=\"cd-time\">{L_SECONDS}</span>",
direction: "<!-- IF COUNTDOWN_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->"
No, no. NeverStoker wrote:Do I use to lie to you guys Nully?
You might have forgotten to uploaded the new included js countdown file.kevinviet wrote:Hello Stoker
Can you please check this code? I think there might be something wrong in it. Because when I use it, it doesn't display the time right its display this %
This code is original from the install .xmlIf I replaced the code above with the old code from version 1.0.0 then the time is display right.Code: Select all
htmlTemplate: "<span class='cd-time'>{COUNTDOWN_TEXT}</span><!-- IF COUNTDOWN_YEAR and COUNTDOWN_MONTH --> %y <span class=\"cd-time\">{L_COUNT_YEARS}</span><!-- ENDIF --><!-- IF COUNTDOWN_YEAR or COUNTDOWN_MONTH --> %m <span class=\"cd-time\">{L_COUNT_MONTHS}</span><!-- ENDIF --> %d <span class=\"cd-time\">{L_DAYS}</span> %h <span class=\"cd-time\">{L_HOURS}</span> %i <span class=\"cd-time\">{L_MINUTES}</span> %s <span class=\"cd-time\">{L_SECONDS}</span>", direction: "<!-- IF COUNTDOWN_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->"
Well, but the old code, there is no display countdown year or monthCode: Select all
htmlTemplate: "<span class='cd-time'>{COUNTDOWN_TEXT}</span> %{d} <span class=\"cd-time\">{L_DAYS}</span> %{h} <span class=\"cd-time\">{L_HOURS}</span> %{m} <span class=\"cd-time\">{L_MINUTES}</span> %{s} <span class=\"cd-time\">{L_SECONDS}</span>", direction: "<!-- IF COUNTDOWN_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->"
mikef35 wrote:I am also having trouble, the timezone option does not seem to work. It should display the same countdown to all no matter what timezone you are in, if it is enabled. When I enabled the timezone users still see different times according to what time zone they are in.
Weird, check your edits. Or as usual, post a link so I can have a look.mikef35 wrote:I am also having trouble, the timezone option does not seem to work. It should display the same countdown to all no matter what timezone you are in, if it is enabled. When I enabled the timezone users still see different times according to what time zone they are in.
Code: Select all
ERREUR : la variable de configuration countdown_testmode existe déjà. (already exist)
ERREUR : la variable de configuration countdown_offset_enable existe déjà.
ERREUR : la variable de configuration countdown_offset existe déjà
Code: Select all
<script src="{ROOT_PATH}script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>