What is it ?
Aricie.DigitalDisplays is a DotNetNuke module compatible with DNN 10 designed to display numeric indicators on your site.
This module allows you to define a set of counters based on your data or events. It supports two main modes:
- Counter: Counts rows in your database tables based on your criteria.
- Countdown: Displays a timer counting down to a specific target date.
With features like approximation (rounding) and Font Awesome icon support, you can display your key metrics (e.g., "Registered Users", "Days until Event") in a clean and configurable way.
Features
- Two Modes: Counter (Database rows) and Countdown (Timer).
- Multiple Counters: Define as many counters as needed with custom labels and icons.
- Database Integration: Select any table and apply SQL WHERE clauses to filter results.
- Countdown Timer: Select a target date via a calendar and show days/hours/minutes/seconds remaining.
- Approximation: Display rounded for better readability.
- Design: Font Awesome support for rich icons.
- Easy configuration interface.
Required
What's New ?
- [1.1.1 Release]
- Fix: Replaced variable initialization with a static path value + cleaned code
- [1.1.0 Release]
- Enhancement: Replaced the integer input field for setting the display mode with a user-friendly DropDownList
- Enhancement: Replaced the input field for the SQL table name with a DropDownList
- Enhancement: Added an optional checkbox to include FontAwesome if needed
- Enhancement: Combined the "ShowPlus" and "RoundValue" options into a single checkbox
- Enhancement: The "Animated Counter" functionality now works with all DNN Skins
- [1.0.1 Release]
- Fix: Remove unwanted css class which force white font
- Fix: Updated html and css for Bootstrap 5 display
- [1.0.0 Release]
- Initial Release
- Counter mode: SQL-based row counting
- Countdown mode: Date-based timer