Compatible XF 1.x versions
1.2, 1.3, 1.4, 1.5
Description:
Provides a countdown timer in the sidebar.
(Example of Countdown in sidebar)
(Example of Countdown Admin link)
(Example of Admin page)
(Example of Group Permissions)
Features:
This add-on requires the Sidebar Positions add-on located here:
https://xenforo.com/community/resources/sidebar-positions.3799/
User Group Permissions:
Countdown Show - set the Registered user group to Allow.
Countdown Admin - set the Administrative user group to Allow.
Countdown Labels:
In order to change the labels under each number of the countdown timer, you will need to edit the countdown.js file. Edit the following section as needed:
Questions and Answers:
Q: Can I have more than one countdown at a time?
A: No. Only one countdown entry should be active at a time.
Q: How can I change the colors of the Countdown Timer?
A: Edit the andy_countdown template.
Q: Why is the time I enter is not exact.
A: The time needs to be adjusted to UTC time.
Database table:
This add-on creates a table called xf_countdown in your database.
1.2, 1.3, 1.4, 1.5
Description:
Provides a countdown timer in the sidebar.
(Example of Countdown in sidebar)
(Example of Countdown Admin link)
(Example of Admin page)
(Example of Group Permissions)
Features:
- Easy to use Admin page.
- All phrases start with countdown_ for your convenience.
- Download countdown_v2.4.zip and unzip it.
- Upload the Andy directory to your server, the correct location is library/Andy.
- Upload the countdown.js file to the js/xenforo folder.
- From your Admin Control Panel, go to the Install Add-on page.
- Upload the addon-Countdown_v2.4.xml file.
- Click the Install Add-on button.
This add-on requires the Sidebar Positions add-on located here:
https://xenforo.com/community/resources/sidebar-positions.3799/
User Group Permissions:
Countdown Show - set the Registered user group to Allow.
Countdown Admin - set the Administrative user group to Allow.
Countdown Labels:
In order to change the labels under each number of the countdown timer, you will need to edit the countdown.js file. Edit the following section as needed:
Code:
var CountdownLabelsArray = {
second : "SECONDS",
minute : "MINUTES",
hour : "HOURS",
day : "DAYS",
month : "MONTHS",
year : "YEARS"
};
Q: Can I have more than one countdown at a time?
A: No. Only one countdown entry should be active at a time.
Q: How can I change the colors of the Countdown Timer?
A: Edit the andy_countdown template.
Q: Why is the time I enter is not exact.
A: The time needs to be adjusted to UTC time.
Database table:
This add-on creates a table called xf_countdown in your database.