For me Piwik integration did not work with this extension. _paq.push(['setSiteId', '1']);
gets included with ##piwik_options##
and not at its appropriate place after _paq.push(['setTrackerUrl', u+'piwik.php']);
, so nothing got tracked.
I don’t know if this was also responsible for the iframe only giving a 500 error in the Flarum admin interface, but possibly?
I have now manually included the correct tracking code in core/views/app.blade.php
and tracking works.
But it only tracks initial visits and when you refresh a page. So not pages visited via the forum navigation (until refreshed). Is there a setting to change this behaviour or is it just due to how Flarum is built?