Skip to content
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

Weekday Plugin: compare visits per weekday over several periods #779

Closed
anonymous-matomo-user opened this issue Jun 10, 2009 · 9 comments
Closed
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@anonymous-matomo-user
Copy link

Weekday Plugin

Average visits per Weekday are displayed in a evolution graph for

  • last week (7 days from selected date)
  • last month (4 weeks from selected date)
  • last quarter (13 weeks from selected date)
  • last halfyear (26 weeks from selected date)
  • last year (52 weeks from selected date)
    Except for the last week, lines are drawn only, when at least 92.5% of data (!= 0) is available

Translated to

  • English
  • German

Requirements

tested on Piwik 0.2.37 and 0.4

How to install

  • Download the attached zip-file
  • Unpack the zip file into the plugins directoy (piwik/plugins/)
  • Activate Weekday plugin on Settings->Plugins
  • Add a new Widget Weekday->Average visits per Weekday to your dashboard
@anonymous-matomo-user
Copy link
Author

Attachment: the weekday plugin
Plugin_Weekday.zip

@anonymous-matomo-user
Copy link
Author

Attachment: that's what the widget looks like
Plugin_Weekday_preview.png

@anonymous-matomo-user
Copy link
Author

Hallo,
I have tried to implement this plugin in version and it reveals the code of the plugin instead of the graph.
Does anyone know how to fix this?

@anonymous-matomo-user
Copy link
Author

Attachment: Revealed code instead of the graph
weekday.jpg

@anonymous-matomo-user
Copy link
Author

this code problem can be solved with changing the first line in the Controller.php of this plugin from <? to <?php

@anonymous-matomo-user
Copy link
Author

Am getting the following error when selecting the widget:

Piwik # web analytics

Date format must be: YYYY-MM-DD, or 'today' or 'yesterday' or any keyword supported by the strtotime function (see http://php.net/strtotime for more information)

Can the plugin not adjust to my locally set date format?

@anonymous-matomo-user
Copy link
Author

Ich wrde das PLugin auch gern mal testen, aber wie vor mir schon geschrieben wurde:

Das Datumsformat muss YYYY-MM-DD, or 'today' or 'yesterday' oder eine andere, von der Funktion strtotime untersttzte Zeichenkette sein. (Besuchen Sie http://php.net/strtotime fr nhere Informationen)

What can i do (without php-know-how)?

@anonymous-matomo-user
Copy link
Author

Replying to oputz:
The solution is: don't choose a day-range.
Only today, weekly, monthly and yearly works like it should.

@mattab
Copy link
Member

mattab commented Aug 18, 2012

Thank you for building this plugin. now the feature is included in core as per 1.8.3: http://piwik.org/blog/2012/08/new-piwik-release-v1-8-3-features-overview-w-screenshots/

@anonymous-matomo-user anonymous-matomo-user added this to the Future releases milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants