Page 17 of 31

PhpBB3 Countdown MOD

Posted: 05 Mar 2013, 12:34
by martin123456
JasonRain wrote:Open the file and search: jquery
Huh ? its solved and has been for months.

PhpBB3 Countdown MOD

Posted: 05 Mar 2013, 12:41
by Blackwolf
http://www.stopforumspam.com/search JasonRain

Nice knowing you Jason. :achmed:

PhpBB3 Countdown MOD

Posted: 09 Mar 2013, 14:07
by John Leeuwis
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
Countdown old.JPG

PhpBB3 Countdown MOD

Posted: 09 Mar 2013, 17:51
by Stoker
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.

PhpBB3 Countdown MOD

Posted: 10 Mar 2013, 08:45
by Stoker
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

PhpBB3 Countdown MOD

Posted: 10 Mar 2013, 21:44
by martin123456
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',
Now it will show as

Xmass in 00 Years 09 Months 15 Days 04 Hours 03 Minutes 33

PhpBB Countdown MOD

Posted: 10 Mar 2013, 22:03
by Stoker
That is present at the bottom of the language file:

Code: Select all

// BEGIN Countdown years and months
		'COUNT_YEARS'					=> 'Years',
		'COUNT_MONTHS'					=> 'Months',
		// BEGIN Countdown years and months
So im not really sure why you encountered that issue?

PhpBB Countdown MOD

Posted: 10 Mar 2013, 22:08
by martin123456
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

Posted: 10 Mar 2013, 22:14
by Stoker
True, needs to be added to common.php
Will fix in next version thanks :thumb:

PhpBB Countdown MOD

Posted: 11 Mar 2013, 16:48
by Nully
Hi,
Version:2.0.0

Installation level:Easy
Not easy for me :?
For root files it's easy, but, about the modifications in files, how can I find what to delete before adding the modifications ?