phpBB Countdown

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

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

Re: phpBB Countdown

Post by dmzx »

Thanks for the translations :thumbup:

User avatar

Pulaski
Users
Users
Posts: 8
Joined: 01 Aug 2017, 19:23

Re: phpBB Countdown

Post by Pulaski »

I'm unable to download, I was able to download other extensions, just not this one.

Says Failed - Network error
Image

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04

Re: phpBB Countdown

Post by ivailo95 »

Pulaski wrote: 10 Feb 2021, 17:01 I'm unable to download, I was able to download other extensions, just not this one.

Says Failed - Network error
try again from my post :thumbup:
You do not have the required permissions to view the files attached to this post.
Feed like a disease
And bring them to their knees
They'll pay for their deceit

User avatar

Pulaski
Users
Users
Posts: 8
Joined: 01 Aug 2017, 19:23

Re: phpBB Countdown

Post by Pulaski »

That worked Thanks.
Image

User avatar

Ashley.S.
New user
New user
Posts: 1
Joined: 07 Nov 2022, 11:54

Re: phpBB Countdown

Post by Ashley.S. »

A client I work with noticed the countdown timer wasn't displaying. I noticed that there's been little support/updates over at phpBB. After re-installing the extension with the latest version from the OP, all is well again, so thanks :)

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04

Re: phpBB Countdown

Post by ivailo95 »

is this extension count the day of the end?
for example: My birtthay is in april 20th and i put 2024/04/20 <-- this date
and it show 4 days to this day
изображение_2024-04-15_143527276.png
You do not have the required permissions to view the files attached to this post.
Feed like a disease
And bring them to their knees
They'll pay for their deceit

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01

Re: phpBB Countdown

Post by Sniper_E »

In the ext/dmzx/countdown/styles/prosilver/template/event/overall_header_page_body_before.html

Code: Select all

	  <link href="https://fonts.googleapis.com/css?family=Great Vibes" rel="stylesheet">
	  <span id="time" style="font-family:Great Vibes;font-size:1.7em"></span>
You can changed that <span id-"time"></span> line to the above codes to show a fancy font in your countdown.
You can change that to any google font you like. I'm using the 'Great Vibes' font myself and I think it looks much nicer!
Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

SpIdErPiGgY
Users
Users
Posts: 116
Joined: 04 Feb 2021, 23:54

Re: phpBB Countdown

Post by SpIdErPiGgY »

Code: Select all

		<link href="https://fonts.googleapis.com/css2?family=Mountains+of+Christmas" rel="stylesheet">
		<span id="time" style="font-family:Mountains of Christmas;font-size:1.2em"></span>
2024-12-19 07 41 44.jpg
You do not have the required permissions to view the files attached to this post.
Image

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34

Re: phpBB Countdown

Post by moffacostanzo »

Hi
how can i add the images near the countdown time?
thx in advance.
Screenshot 2024-12-20 111049.png
You do not have the required permissions to view the files attached to this post.

User avatar

SpIdErPiGgY
Users
Users
Posts: 116
Joined: 04 Feb 2021, 23:54

Re: phpBB Countdown

Post by SpIdErPiGgY »

moffacostanzo wrote: 20 Dec 2024, 11:14 Hi
how can i add the images near the countdown time?
/ext/dmzx/countdown/styles/prosilver/template/event/overall_header_page_body_before.html

Code: Select all

	<div class="inner">
		<img alt="" id="Santa" src="https://www.yoururl.be/ext/dmzx/imageupload/img-files/2/ccae125/0f24a6c/e6599c34ecaf6aea2eafffe7c66ee473.png" style="width: 32px; height: 32px;" />
		<link href="https://fonts.googleapis.com/css2?family=Mountains+of+Christmas" rel="stylesheet">
		<span id="time" style="font-family:Mountains of Christmas;font-size:1.2em"></span>
		<img alt="" id="Santabell" src="https://www.yoururl.be/ext/dmzx/imageupload/img-files/2/8f3a0c9/bd9bca1/b981e5d5725034d38a21fb029a569754.png" style="width: 32px; height: 32px;" />
	</div>
Image

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34

Re: phpBB Countdown

Post by moffacostanzo »

Thx very much!!!

User avatar

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

Re: phpBB Countdown

Post by martin »

First post updated with a test version for xmas and new year.

This was done by Sniper-E so not a dmzx official release but is being used here.
Image

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01

Re: phpBB Countdown

Post by Sniper_E »

Image

Images can be selected in countdown acp settings. Note: Martin added the xmas switch in first and started this madness / this countdown update. It's his fault.
Last edited by Sniper_E on 21 Dec 2024, 00:32, edited 1 time in total.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

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

Re: phpBB Countdown

Post by dmzx »

Nice work both :thumbup:

User avatar

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

Re: phpBB Countdown

Post by martin »

Xmas and new year edition updated with better spacing by sniper_E.
Image

Post Reply