Actions
Feature #434
closed
DC
DC
Adding a Piwik Tracking Code to Redmine
Feature #434:
Adding a Piwik Tracking Code to Redmine
Description
Redmine by itself does not have any support for Piwik Analytics yet. Until then the tracking code provided by Piwik can be inserted directly into Redmine base code.
- To add the Piwik code, edit the following file:
vi /path/to/redmine/app/views/layouts/base.html.erb
- Add it in the
<div id="footer">tag:
- Add it in the
...
DC Updated by Daniel Curtis over 11 years ago
- Project changed from 24 to 25
DC Updated by Daniel Curtis over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
DC Updated by Daniel Curtis about 11 years ago
- Project changed from 25 to Website Hosting
- Subject changed from Adding Piwik Analytics to Redmine to Adding a Piwik Tracking Code to Redmine
Actions