Aricie.DigitalDisplays is a DotNetNuke module compatible with DNN 10 that displays numeric counters based on database tables.
Overview
This module lets you define a set of counters that count rows in your database tables, apply optional simple filters, and display the results in a configurable way.
Modes
The module supports two modes: "Counter" and "Countdown".
- Counter: Counts the number of rows in the selected table using the optional condition and approximation settings.
- Countdown: Displays a timer counting down to a target date. The target date is selected using a calendar control in the counter's settings. The module shows the time remaining until that date (days, hours, minutes, seconds according to configuration).
Key features
- Define multiple counters: choose a table, give a label and an icon.
- Optional conditions per counter to limit what is counted (SQL WHERE clauses).
- Approximation mode to show rounded or tiered values for a cleaner display.
- Optional Font Awesome support for richer icons.
Quick installation
- Deploy the module to your DNN instance by installing it as an extension.
- Add the module to a page.
- Open the settings and configure your counters.
Configuration notes
- For each counter, select the target table and optionally set a simple condition (for example: "Status = 'Active'").
- Use the approximation option if you prefer rounded or simplified numbers instead of exact counts.
- Enable Font Awesome in settings to use its icon set.
Contributing
Contributions are welcome. Please open issues for bugs or suggestions and provide brief details about your DNN setup when reporting problems.