Page 18 of 31

PhpBB Countdown MOD

Posted: 11 Mar 2013, 16:50
by Stoker
Look in the contrib folder for update instructions.

PhpBB Countdown MOD

Posted: 11 Mar 2013, 17:05
by Nully
:lol: I did not seen it! Sorry.
I downloaded the previous version and I'm deleting what I added...
Thanks Stoker :D

PhpBB Countdown MOD

Posted: 11 Mar 2013, 20:23
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

PhpBB Countdown MOD

Posted: 11 Mar 2013, 20:37
by Stoker
You shouldnt add this: )); to common.php

PhpBB Countdown MOD

Posted: 11 Mar 2013, 20:44
by Nully
Yes, I understood it, meanwhile I know nothing about all this

Code: Select all

;:))
:D
Now it's online.

PhpBB Countdown MOD

Posted: 11 Mar 2013, 22:39
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

PhpBB Countdown MOD

Posted: 11 Mar 2013, 23:54
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

PhpBB Countdown MOD

Posted: 12 Mar 2013, 00:01
by martin123456
Read the install file it tells you what to find and delete and what to add.

PhpBB Countdown MOD

Posted: 12 Mar 2013, 22:06
by Nully
Read my posts :) All is ok, thanks to Stoker.

PhpBB Countdown MOD

Posted: 13 Mar 2013, 07:03
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