Roundcube Webmail piwik analytics plugin
Easy setup for piwik analytics in Roundcube Webmail.
This is a fork of roundcube_google_analytics.
Installation

- Copy the contents of the extracted directory to plugins/piwik_analytics
- Add piwik_analytics to $rcmail_config['plugins'] in config/main.inc.php
Configuration
- Copy plugins/piwik_analytics/config/config.inc.php.dist to plugins/piwik_analytics/config/config.inc.php
- Edit the new file and fill in all the appropriate settings.
Download

Download
Date: March 29 2011
Version: 1.0
about 1 year ago
Vielen Dank für das Plugin! Mir ist bei der Installation auf einer SSL-verschlüsselten Seite aufgefallen, dass beim Piwik-Code ein kleiner Fehler enthalten ist.
So stimmt “pkBaseURL” für SSL-verschlüsselte Seiten nicht, die Zeile sollte:
var pkBaseURL = ((“https:” == document.location.protocol) ? “https://’ . $rcmail->config->get(‘piwik_analytics_domain’) . ‘/” : “http://’ . $rcmail->config->get(‘piwik_analytics_domain’) . ‘/”);
lauten, also eigentlich nur das ersten “http://” durch “https://” ersetzen.
Nachdem ich das erledigt hatte, lief es bei mir auch über die SSL-Vershclüsselung.
Schönen Gruß!
about 1 year ago
Vielen Dank für das Entdecken und Ausbessern des Fehlers!
Ich habe das Plugin nun korrigiert und werde gleich eine neue Version hochladen.
http://tracking.42dev.eu/projects/piwik-analytics