plg_system_modovisa-1.0.1.zip
/administrator
)You can install the plugin in any of three ways:
plg_system_modovisa-1.0.1.zip
.https://cdn.modovisa.com/joomla/releases/plg_system_modovisa-1.0.1.zip
Upload the extracted plugin to your server and install from folder:
/home/<account>/joomla_root/tmp/plg_system_modovisa/
Then in Install from Folder, point to that path and click Check & Install.
plg_system_modovisa
) and set Status: Enabled.https://cdn.modovisa.com/modovisa.min.js
<head>
)<script id="modovisa-tracker"
src="https://cdn.modovisa.com/modovisa.min.js"
async defer
data-token="YOUR_TOKEN"></script>
Within a few seconds, the visit should appear in your Modovisa dashboard.
The plugin integrates with Joomla’s update mechanism.
If your site cannot reach the update feed, you can always upload a newer ZIP via Upload Package File and Joomla will upgrade safely.
Go to System → Extensions → Manage, search for System – Modovisa and click Uninstall. This removes the plugin only; it does not affect your Modovisa account or data.
onBeforeCompileHead
on the site application (never admin).<script>
tag in <head>
if needed.async
and optional defer
.modovisa.min.js
already exists.data-token
.cdn.modovisa.com/modovisa.min.js
#modovisa-tracker
(script ID)Not applicable. The plugin injects into the document head; templates don’t need changes.
Modovisa processes typical web analytics metadata (e.g., URL, referrer, user-agent, device hints, IP/geo per your configuration). If your region requires consent (e.g., GDPR/PECR), wire your consent logic so the plugin injects the script only after consent, or use Modovisa’s consent APIs/features as applicable. Update your site’s privacy policy accordingly.
Does it run in the admin backend?
No. It’s explicitly front-end only.
Can I exclude logged-in users?
Yes—choose user groups to exclude in the plugin settings (e.g., Registered, Administrator).
Will enabling Defer delay tracking?
The tag is placed in <head>
with async
and optionally defer
.
Browsers generally prioritize async
; either way, the script loads non-blocking and as early as practical.
Multisite or staging domains?
You can reuse the same token on staging, but data will go to the same Modovisa project.
If you need isolation, create a separate project/token.
defer
If you discover a security issue, please contact [email protected]. Do not disclose publicly until we confirm a fix and a patched release.
# From your Joomla root:
php cli/joomla.php extension:install \
--path="/absolute/path/to/plg_system_modovisa-1.0.1.zip"
Then enable in System → Plugins.
© 2025 Modovisa — Modovisa for Joomla is free software, released under the GPL-2.0-or-later.