Changelog - SimpleDown - English
Enviado: 06 Jan 2026, 14:35
# Changelog - SimpleDown (mundophpbb/simpledown)
## [Unreleased] / Active Development
### Added
## [Unreleased] / Active Development
### Added
- Shortened download counters (e.g., 1.2k, 1M) on the frontend (list and details views).
- Customizable message for private files (configurable in ACP → displayed in the login modal for guests).
- Tab system in the ACP panel to organize sections:
- General Settings
- Automatic Ads
- Categories
- Add File
- Upload Thumbnail - Grid layout in the "Tools" tab:
- Thumbnails and Orphan Files in 2 columns (side by side).
- Associated Files in full width (below). - New language keys to support tabs and custom messages.
- Moved "Save Settings" button to the end of "General Settings" and "Automatic Ads" tabs (more intuitive).
- Complete reorganization of the ACP template (acp_simpledown_settings.html) to support tabs and grid.
- CSS updates (acp_simpledown.css):
- Dedicated tab styles (compatible with the flat/minimalist theme).
- Responsive grid for the Tools tab. - ACP JavaScript improvements (tab control, thumbnails/orphans preview, message modal).
- Twig parsing errors caused by HTML comments with incorrect accents/encoding.
- Visual issues (buttons, inputs, BBCode toolbar) when implementing tabs (the main #acp_simpledown container now wraps everything).
- More specific JS selectors to prevent conflicts within tabs.
- Minor fixes in Twig loops and template variables.
- All changes maintained full compatibility with phpBB 3.3+ and the existing flat/minimalist theme.
- Cache clearing recommended after each update (ACP → General → Purge the cache).
- Suggested next steps: cleanup of unused language keys and orphan CSS selectors.