Introduction
Module to display the last modification date, based on the article (create/modified) dates in your site. In the Joomla 5 + 6 version you can also select the published_up date. Note that it does not display any other changes, e.g. in Category or Modules.
db8 Site Last Modified
Versions
- Joomla 5+6 version: mod_db8sitelastmodified-5.0.0.zip
- Joomla 4 version: mod_db8sitelastmodified-j4-v4.1.0.zip
- Joomla 3 version: mod_db8sitelastmodified-j3-v3.0.1.zip
- Joomla 2.5, 1.5 and 1.0 versions are no longer available
Usage
Text before Date: Put here any text that should be displayed before the date.
Date/time format: Use the PHP date format to format the date/time.
Text after Date: Put here any text that should be displayed after the date.
Note: HTML tags are allowed, so you can use and around your text to get bold characters.
Example
- Text before Date: This site was last < b > modified on:
- Date/time format: l d F Y, H:i:s
- Text after Date: < /b > !!! will display: This site was last modified on: Thursday 17 April 2014, 18:30:59 !!!
Changelog
- 26-Jun-2026 : v5.0.0
- Joomla 5 and 6 compatible build under
src/modules/mod_db8sitelastmodified, rebuilt on the modern service-provider + dispatcher architecture. - "Published" option for the "Use Date from" setting (
publish_up), alongside Created and Modified. Only articles whose publish date is now or in the past — and that have not expired throughpublish_down— are considered, and that date is also factored into the "Most Recent" calculation. - Helper rewritten as an instantiable class resolved through the HelperFactory, with the application injected and the database accessed via
DatabaseInterface. - "Use Date from" never selected Modified or Created, because the parameter (a string) was compared strictly against an integer; it is now cast to
int.
- Joomla 5 and 6 compatible build under
- 26-Jun-2026 : v4.1.0
- Aligned the Joomla 4 build with the Joomla Coding Standards (PSR-12) — blank line after
defined('_JEXEC'),usestatements before the access guard, same-line braces in layouts, refreshed docblocks, and LF line endings.
- Aligned the Joomla 4 build with the Joomla Coding Standards (PSR-12) — blank line after
- 15-Mar-2022 : v3.0.2 (Joomla 3 version)
- Fixed some errors with J4 code in the J3 Module
- 7-Mar-2022 : v4.0.1 (Joomla 4 version)
- Increased the version number to force Joomla 4 websites to use the new Joomla 4 version
- Replaced old J3 helper.php with empty placeholder (new J4 helper is now located in /src/Helper/DateHelper.php)
- 7-Mar-2022 : v3.0.1 (Joomla 3 version)
- Fixed issue with missing files in .zip package
- 6-Mar-2022 : v3.0.0
- Refactored Joomla 3 version to namespacing (used since Joomla 3.8)
- Added Joomla 4 version
- 28-Jan-2015 : v2.6.0
- Added filter="raw" to mod_db8sitelastmodified.xml to make it possible to add HTML code to "Text before/after Date" fields.
- 17-Apr-2014 : v2.5.0
- Changed date format from PHP strftime to PHP date to display weekday & month in other languages. Updated the module to Joomla 3.x and added for automatic future update notifications and one-click-update functionality
Thanks to
- Chris Gelauff - for Translation of fr-FR language pack.
- Markus Wortmann - for Translation of de-DE language pack.
db8 Site Last Modified
- Version:
- 5.0.0
- Developer:
- Peter Martin
- Last updated:
-
Jun 26 2026
2 days ago - Date added:
- Nov 30 2006
- License:
- GPLv2 or later
- Type:
- Free download
- Includes:
- m
- Compatibility:
- J3 J4 J5 J6
Share