dmzx / forumcountdown
Forum Countdown extension display a countdown in your forums, just below the navbar. It can be configured in ACP.
Package info
github.com/dmzx/Forum-Countdown
Language:JavaScript
Type:phpbb-extension
pkg:composer/dmzx/forumcountdown
1.0.0
2019-06-07 00:00 UTC
Requires
- php: >=5.3.3
- composer/installers: ~1.0
Requires (Dev)
- phpbb/epv: dev-master
This package is auto-updated.
Last update: 2026-03-12 01:34:08 UTC
README
Install
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
forumcountdown. - In the
extdirectory of your phpBB board, create a new directory nameddmzx(if it does not already exist). - Copy the
forumcountdownfolder to/ext/dmzx/(if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/forumcountdown/composer.json). - Navigate in the ACP to
Customise -> Manage extensions. - Look for
Forum Countdownunder the Disabled Extensions list, and click itsEnablelink.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions. - Look for
Forum Countdownunder the Enabled Extensions list, and click itsDisablelink. - To permanently uninstall, click
Delete Dataand then delete the/ext/dmzx/forumcountdownfolder.