Huh ? its solved and has been for months.JasonRain wrote:Open the file and search: jquery
PhpBB Countdown MOD
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
PhpBB3 Countdown MOD
PhpBB3 Countdown MOD
Hello all,
I want to update the countdown on my forum.
What is the easiest way to do that?
I even don't know what versionnumber I curently use
Maybe u can see the version in the attachment?
Kind regards,
John
I want to update the countdown on my forum.
What is the easiest way to do that?
I even don't know what versionnumber I curently use

Maybe u can see the version in the attachment?
Kind regards,
John
You do not have the required permissions to view the files attached to this post.
PhpBB3 Countdown MOD
Download the newest version.
Check you have the correct edits. Theres no update instructions.
Upload files and run the installer.
You are not running the most recent version.
Check you have the correct edits. Theres no update instructions.
Upload files and run the installer.
You are not running the most recent version.
PhpBB3 Countdown MOD
Updated to version 2.0.0
New in this version is that Countdown config has its own page under the .MOD tab in acp instead of using Board features
New in this version is that Countdown config has its own page under the .MOD tab in acp instead of using Board features
PhpBB3 Countdown MOD
Stoker wrote:Updated to version 2.0.0
New in this version is that Countdown config has its own page under the .MOD tab in acp instead of using Board features
Did an update not fresh install and it shows as
Xmass in 00 { COUNT_YEARS } 09 { COUNT_MONTHS } 15 Days 04 Hours 13

You need to add this to the lang file
Code: Select all
'COUNT_YEARS' => 'Years',
'COUNT_MONTHS' => 'Months',
Xmass in 00 Years 09 Months 15 Days 04 Hours 03 Minutes 33
PhpBB Countdown MOD
That is present at the bottom of the language file:
So im not really sure why you encountered that issue?
Code: Select all
// BEGIN Countdown years and months
'COUNT_YEARS' => 'Years',
'COUNT_MONTHS' => 'Months',
// BEGIN Countdown years and months
PhpBB Countdown MOD
Same here i just checked and it is there but i had to add it to lang /en/common.php (worked on 1.0.2 ok)
PhpBB Countdown MOD
Hi,
For root files it's easy, but, about the modifications in files, how can I find what to delete before adding the modifications ?
Not easy for meVersion:2.0.0
Installation level:Easy

For root files it's easy, but, about the modifications in files, how can I find what to delete before adding the modifications ?