Huh ? its solved and has been for months.JasonRain wrote:Open the file and search: jquery
PhpBB Countdown MOD
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB3 Countdown MOD
- Blackwolf
- BBCoder IV
- Posts: 272
- Joined: 04 Dec 2010, 12:36
- BBCodes: 101
- Favourite BBCode: Dropcap
- Favourite MOD: mchat
- Location: Melbourne Australia
PhpBB3 Countdown MOD
Ultimate Edition, Ultimate Edition Oz, Oz Unity
“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
-
- BBCoder I
- Posts: 4
- Joined: 16 Mar 2010, 11:52
- Location: Netherlands
- Contact:
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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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.
Board rules! No PM support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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
Board rules! No PM support
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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
Board rules! No PM support
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
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)
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB Countdown MOD
True, needs to be added to common.php
Will fix in next version thanks
Will fix in next version thanks
Board rules! No PM support
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
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 ?