phpBB Countdown

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
Post Reply
User avatar

ThE KuKa
Translators
Translators
Posts: 60
Joined: 30 Dec 2014, 18:30

Re: PhpBB Countdown

Post by ThE KuKa »

atessa_61 wrote:The letter "ñ" writes me as "??" in the Spanish language.
3.jpg
4.jpg
I think this is fixed in new version...
countdown/countdown_module.php at master · dmzx/countdown · GitHub

dmzx, For the text and text complete, ACP says you can use HTML, but does not support HTML... :???:
Translator (Spanish - Spain) - International Support Team
Jr. Extension Validator, Jr. Styles Validator
Style Customisations Team phpBB.
Webmaster phpBB Spain.


Appreciate my support or translations? Then buy me a beer please. ;)
:beers:

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25

Re: PhpBB Countdown

Post by Jaantje »

when the countdown is counting by 9,8,7,6,5,4,3,2,1,0 seconds, there is no extra 0
I want 09,08,07,06,05,04,03,02,01,00 seconds
I have seen this on the board by Martin :whistl: but i can't found the solution.
I think I must look in the jquery.jcountdown.min but I can't find it.
Martin when you have time, will you look how I can fixed the small problem :buigen:
Grreeetttttzzzzz, Jaantje

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12

Re: PhpBB Countdown

Post by martin »

open /ext/dmzx/countdown/styles/prosilver/template/event/overall_footer_after.html
Find This may be a partial find and not the whole line

Code: Select all

leadingZero: false,
Replace with Replace the preceding lines with the following

Code: Select all

leadingZero: true,
count.png
You do not have the required permissions to view the files attached to this post.
Image

User avatar

Jaantje
Users
Users
Posts: 356
Joined: 02 Nov 2014, 21:25

Re: PhpBB Countdown

Post by Jaantje »

martin Thanx U very much :tumbsyes:
Have a nice sunday, and keep up the good work.
Grreeetttttzzzzz, Jaantje

User avatar

Grapefruit
Users
Users
Posts: 3
Joined: 30 Oct 2015, 18:17

Re: PhpBB Countdown

Post by Grapefruit »

Is there a trick to using the timezone option? Enabling Timezone, and then setting what timezone to use makes the counter blank.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6429
Joined: 13 Jan 2014, 21:45

Re: PhpBB Countdown

Post by dmzx »

Grapefruit wrote:Is there a trick to using the timezone option? Enabling Timezone, and then setting what timezone to use makes the counter blank.
What version do you use?

User avatar

Grapefruit
Users
Users
Posts: 3
Joined: 30 Oct 2015, 18:17

Re: PhpBB Countdown

Post by Grapefruit »

1.0.2

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6429
Joined: 13 Jan 2014, 21:45

Re: PhpBB Countdown

Post by dmzx »

Install latest version Update version 1.0.3 · dmzx/countdown@304e0e2 · GitHub :wink:

User avatar

Grapefruit
Users
Users
Posts: 3
Joined: 30 Oct 2015, 18:17

Re: PhpBB Countdown

Post by Grapefruit »

Ah, thank you. Did not see there was a newer one. I will try it.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6429
Joined: 13 Jan 2014, 21:45

Re: PhpBB Countdown

Post by dmzx »

Grapefruit wrote:Ah, thank you. Did not see there was a newer one. I will try it.
:thumbup:

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03

Re: PhpBB Countdown

Post by Null »

Portuguese-Brazil translation:
You do not have the required permissions to view the files attached to this post.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6429
Joined: 13 Jan 2014, 21:45

Re: PhpBB Countdown

Post by dmzx »

Null wrote:Portuguese-Brazil translation:
Added :thumbup:

User avatar

tamarin
Users
Users
Posts: 72
Joined: 15 Mar 2015, 01:07

Re: PhpBB Countdown

Post by tamarin »

We have a multilingual forum.
Can you make messages appear in the language of the user?
And also: in Russian time value for "Year", "Month", "Day" and "Hour" each have three different ways of saying them, ie, plural and singular.
For example: 1 year 1 month 1 day 1 hour
2-4 years 2-4 months 2-4 days 2-4 hours
5-... year(s) 5-... month(s) 5-... day(s) 5-... hour(s)

User avatar

ninowebs
Users
Users
Posts: 29
Joined: 04 Jun 2015, 23:44

Re: PhpBB Countdown

Post by ninowebs »

it appears that this extension can not work together with the extension units , I am active when I can not see them both.
I have an active or active the other.
maybe it's just my problem ?

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12

Re: PhpBB Countdown

Post by martin »

Link to the extension units pls.
Image

Post Reply