pepe22
Forum Replies Created
-
Tobias,
Thank you so much!! I don’t have much experience with html yet if I could have looked past the tree I might have seen the forrest. Your solution is so evident i will be kicking myself doe a few more days.I implemented this on all 4 of my sites and the results are exactly what I am looking for:
This should contain statistics from Site 1 either as a report or as an attachment
Visitors online: 1
Visitor today: 4
Page views today: 5
Visitors yesterday: 14
Page views yesterday: 23
Visitors total: 5433
Page views total: 12035
End ReportCheers,
Ron…Toibias,
I had posted a question on emailing of statistics a year ago and only got one reply, from someone with the same issue.My issue is on formatting of the statistics in the sent email. I run 3 sites where I have the statics report emailed to me. I get two different styles of formatting even though the notifications tab is configured identically on all three sites. I get the today, yesterday and total visitor numbers which show up as below:
Today’s Visitors: 19 Yesterday’s Visitors: 12 Total Visitors: 7650 End Report
or
This is the statistics report from mynameispepe.com 2 5 5234
My preference is to have each number displayed on a separate line. So far I have seen little interest in people helping with this so if you can assist I would be very grateful. The documentation does not seem to address this.
Thanks,
Ron…I did a little more research and found that what I want (an email containing the statistics from the Overview page either as an attachment or part of the report) is not possible at this time. To get any sort of statistics from the site emailed to you from the plugin you need to have correctly configured your SMTP settings (I use the Easy WP SMTP plugin, which has a neat test feature to confirm you have configured it correctly) and included all the provided short codes in the Reports area under the Notification tab.
After adding the following (see below) I was able to get some limited statistics emailed to me. It is not much but it is something. Knowing this I would prefer to have the statistics attached as a .CSV file so it can include all the information that the plugin provides. This way I can import it into a spreadsheet and parse it as needed.
These are the short codes:
Online User: [wpstatistics stat=usersonline]
Today’s Visitors: [wpstatistics stat=visitors time=today]
Today’s Visits: [wpstatistics stat=visits time=today]
Yesterday’s Visitors: [wpstatistics stat=visitors time=yesterday]
Yesterday’s Visits: [wpstatistics stat=visits time=yesterday]
Total Visitors: [wpstatistics stat=visitors time=total]
Total Visits: [wpstatistics stat=visits time=total]There is a note in the Reports area indicating the documentation has a listing of all available short codes but I do not find it. At any rate, this is the output that can be expected from the above:
Online User: 0| Today’s Visitors: |6| Today’s Visits: |19|
Yesterday’s Visitors: |5| Yesterday’s Visits: |35| Total Visitors: |1017| Total
Visits: |1857|I left a note for the developer on this and am hoping they can find time to add it to the plugin.
Daniel2han, Yep, will do. Was your experience same as mine when reading documentation? I did not find any reference in how to make report or have report attached to email. The only reference was to ensure that smtp was correctly setup and to check cron jobs (with no information as to what cron jobs to look for or what arguments should be included).
Funny thing is, in the report text body I added the following:
—
This should contain some statistics from the site either as a report or as an attachment[wpstatistics stat=visitors time=today]
—
When I get a report email to me there is a number that increments with each report and resets each day, like this:
—
This should contain some statistics from the site either as a report or as an
attachment 0
—
So is bug or the documentation needs to be augmented with further instructions.Anyway, will see what they have to say.
Thanks,
Ron…Forum: Plugins
In reply to: [Maintenance] Warning getimagesize() on SSL websiteAdditionally:
This was noticed after attempting to load a retina background image in errorForum: Plugins
In reply to: [Maintenance] Warning getimagesize() on SSL websiteI am receiving a similar error though an not behind ssl
Warning: getimagesize(http://handsoflifeworshipcenter.org/wp-content/uploads/2017/02/COG-Logo-tranparent.png): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home2/mynamei1/public_html/handsoflifeworshipcenter.org/wp-content/plugins/maintenance/load/index.php on line 20when is the update expected to be released?
Was this issue also addressed?Thanks