muzio71
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SlimStat Shortcodes] Counting and datesI added a parameter that returns the visit duration.
[slimstat f=’visit’ w=’*’ lf=’time x’]
x ranges from 1 to 7 for the various intervals and 0 for time average.
Visible result to the upper link.
Not great as a code. Sufficient for me.
Where do I send the changes I made for future deployments?
ThanksForum: Plugins
In reply to: [WP SlimStat Shortcodes] Counting and datesI solved it by changing the code of the index.php file.
I adapted to my problem.
Thanks for the support.Forum: Plugins
In reply to: [WP SlimStat Shortcodes] Counting and datesThank you for your response.
But the problem remains …
I made two tables, one for the page views and another for visitors.
Each cell in the table corresponds to one day of the year and contains the short-codes
[slimstat f=’count’ w=’*’ lf=’day equals 1&&&month equals 1&&&year equals 2014′]
for page views
[slimstat f=’count’ w=’ip’ lf=’day equals 1&&&month equals 1&&&year equals 2014′]
for visitors.
The day and month change in each cell.
The values returned are correct up to the present, but for the later dates return the total of the current month … I was expecting him to return zero.
I hope I explained.
This is the page where you use the short-codes: http://www.itcgmaggiolini.gov.it/web/statistiche/
Thank you in advance!Translation by google. Sorry if there are imperfections.