Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1835

Extensions in Development • Re: [3.3][RC] phpBB Countdown Prime

$
0
0
So we need to put in fa fa-icon. Normal we got used to just writing the name without any FA tags. I know a countdown might used only one time a year, but shouldn't 2024 / 2025 days extension use a modern time and date picker?
You sure have some valid points.

My thoughts on that in general are its a countdown that probably only will be used on events and only used by admins.
The config wont be used much
Fa icon as it is allows you to add a class for better styling. A drop-down with options to chose an icon would be a lot of work.
In the FA icon settings I have this: icon fa-birthday-cake fa-fw fa-gradient fa-gradient-bday
This means you have to manually add the following to your css:

Code:

i.fa-gradient {background-clip: text;text-fill-color: transparent;-moz-background-clip: text;-moz-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.fa-gradient-bday { background: linear-gradient(orange 4px, white 5px, brown 11px); }
A date picker. I can understand that and might be something I want to do.
But to me honest, "my way" is much faster. Copy the code from the example and edit it to your needs.

You can call me lazy or geeky, Im all in for optimized solutions. This also means to much work for a little gain just isnt me :D

Statistics: Posted by Stoker 4.0 — Sat Jan 11, 2025 12:40 pm



Viewing all articles
Browse latest Browse all 1835

Trending Articles