-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize Email report text #3723
Comments
That would be a great idea for a plugin or contribution, please submit a patch if you can! |
@pokoli, this could be done by a plugin. The PDFReports plugin would then use system hooks to see if there are custom texts available. I think the best solution however is to make changes to PDFReports directly. Be careful however on who on change the report text (every user with admin access? only superadmin?). You can submit a pull request on Github (http://github.com/piwik/piwik) once you're finished. Don't forget to add tests! |
See PR: #23 |
This would be an awesome feature! |
As this feature hasn't received further requests I'm closing it for now. |
Add the avility to customize the email text reports when sending and report email. That should be also aplicable for scheduled repots.
Ideally there should be two levels of customization:
If you wan't i can't write this code, but before starting to write anything I would like to discuss a little bit about the implementation.
One of my big doubts is "Can this code written as a module and activated only by the users that wan't it or has to be in the PDFRecopots module"?
Any comments about it?
The text was updated successfully, but these errors were encountered: