PhpBB Countdown MOD

Miscaleneous modifications from Stoker
Locked
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 »

Look in the contrib folder for update instructions.
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 »

:lol: I did not seen it! Sorry.
I downloaded the previous version and I'm deleting what I added...
Thanks Stoker :D
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 »

I have also the problem :
Surprise ! 00 { COUNT_MONTHS } 20 jours 03 heures 39 minutes 23 secondes
I'm in test mode.
If I add in language/fr/common.php :

Code: Select all

		// BEGIN Countdown years and months
		'COUNT_YEARS'					=> 'années',
		'COUNT_MONTHS'					=> 'mois',
		// BEGIN Countdown years and months
));
my forum desappear and I have a white page :?

In language/fr/mods/countdown.php, I have :

Code: Select all

		// END Countdown settings
		
		// BEGIN Countdown years and months
		'COUNT_YEARS'					=> 'années',
		'COUNT_MONTHS'					=> 'mois',
		// BEGIN Countdown years and months
));

EDIT
I just added in language/fr/common.php :

Code: Select all

'COUNT_YEARS'           => 'Années',
	'COUNT_MONTHS'          => 'Mois',
and it's ok :D
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 »

You shouldnt add this: )); to common.php
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 »

Yes, I understood it, meanwhile I know nothing about all this

Code: Select all

;:))
:D
Now it's online.
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 »

Nully wrote:I have also the problem :
Surprise ! 00 { COUNT_MONTHS } 20 jours 03 heures 39 minutes 23 secondes
I'm in test mode.
If I add in language/fr/common.php :

Code: Select all

		// BEGIN Countdown years and months
		'COUNT_YEARS'					=> 'années',
		'COUNT_MONTHS'					=> 'mois',
		// BEGIN Countdown years and months
));
my forum desappear and I have a white page :?

In language/fr/mods/countdown.php, I have :

Code: Select all

		// END Countdown settings
		
		// BEGIN Countdown years and months
		'COUNT_YEARS'					=> 'années',
		'COUNT_MONTHS'					=> 'mois',
		// BEGIN Countdown years and months
));

EDIT
I just added in language/fr/common.php :

Code: Select all

'COUNT_YEARS'           => 'Années',
	'COUNT_MONTHS'          => 'Mois',
and it's ok :D

Think i'll link this for others to fix above error do this viewtopic.php?f=59&t=1595&start=160#p15162
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 »

Just link what Stoker wrote. All the web know me as the most stupid girl :lol:
Now I have :
Surprise!? Dans 19 jours 23 heures 59 minutes 16 secondes
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 »

Read the install file it tells you what to find and delete and what to add.
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 »

Read my posts :) All is ok, thanks to Stoker.
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

PhpBB Countdown MOD

Post by kevinviet »

Hello Stoker

I just updated from 1.0.2 to 2.0.0 version. Everything looks fine but some how it doesn't support other language than English in ACP, the old version 1.0.2 does. How do I fix it ?
Also the html image code dosen't work too :D
this what I use :

Code: Select all

<img src='http://www.abcd.com/images/announcement.png' style='width:30px; height:30px;' alt='' /> This site will close down :
Thanks
Locked