fbctf icon indicating copy to clipboard operation
fbctf copied to clipboard

Countdown timer to next game

Open swappage opened this issue 9 years ago • 3 comments

Hello, i'm having an hard time in figuring out how to properly set up the countdown page.

I can't seem to find a configuration in the admin panel, but also by editing the value in the configuration table of the database doesn't seem to affect the page behaviour.

It always says "SOON"

I took a quick look at the controller int he source and the genRenderCountdownContent() should render the next date event if the value is set in the database or SOON if it's not set. Maybe i'm using the wrong format for the value? the description of the parameter in the DB says it's a date so i used the format "YYYY-MM-DD hh:mm:ss"

also.. is the countdown timer routine implemented at all? in the index page?

<li><span class="count-number">--</span>_days</li>
<li><span class="count-number">--</span>_hours</li>
 <li><span class="count-number">--</span>_minutes</li>
<li><span class="count-number">--</span>_seconds</li>

thanks for the help.

swappage avatar May 30 '16 08:05 swappage

@swappage Did you get a response on this matter? I would also like to know how I can set a countdown timer for the next CTF we host.

hackmethod avatar Jun 14 '16 15:06 hackmethod

Sorry for not responding, we labelled the issue meaning it's something we need to fix. We don't have an ETA on a fix at the moment.

gsingh93 avatar Jun 14 '16 16:06 gsingh93

@swappage Did you get a response on this matter? I would also like to know how I can set a countdown timer for the next CTF

leobraga96 avatar Sep 06 '17 17:09 leobraga96