PhpBB Countdown MOD

Miscaleneous modifications from Stoker
Locked
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post by martin123456 »

JasonRain wrote:Open the file and search: jquery
Huh ? its solved and has been for months.
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

PhpBB3 Countdown MOD

Post by Blackwolf »

http://www.stopforumspam.com/search JasonRain

Nice knowing you Jason. :achmed:
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
John Leeuwis
BBCoder I
BBCoder I
Posts: 4
Joined: 16 Mar 2010, 11:52
Location: Netherlands
Contact:

PhpBB3 Countdown MOD

Post 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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB3 Countdown MOD

Post 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.
Board rules! No PM support
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB3 Countdown MOD

Post 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
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post 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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post 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?
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB Countdown MOD

Post 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)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

True, needs to be added to common.php
Will fix in next version thanks :thumb:
Board rules! No PM support
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB Countdown MOD

Post 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 ?
Locked