Provides a countdown timer in the sidebar. Features:All phrases start with countdown_ for your convenience.Installation:Download Andy-Countdown-1.2.zip and unzip it.Copy the src/addons/Andy/Countdown directory to your server.Copy the countdown.js file to the js/xf directory.From the Admin Control Panel Install the add-on.Widget setup:From the Admin Control Panel select the Widgets under the Appearance tab.Click the Add widgets button.Select the Countdown widget.Select the "Forum list: Sidebar" option.Click Save.Options page: Here you will enter the time of the event. When the event expires you can uncheck the Active checkbox to hide the countdown. 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" };Questions and Answers: Q: Can I have more than one countdown at a time? A: No.