You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2020. It is now read-only.
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?