
Current version Simple Stats (data collection, Dashboard and separate Hit Counter) Issues: • Count goes up on each page refresh • Collection fixed at 7 days needing code change to alter Functionality: • Only collects daily results (fixed 7 days) • Hit counter only shows current days hit rate. Enhanced version Simple Stats (data collection, Dashboard and separate Hit Counter) Fixed: • A session for each page is started preventing constant page refreshing artificially increasing count • Collection Periods are all parametrised and configurable in settings Functionality: • Enhanced – Daily stats retention now has variable data retention(able to independently turn off) • New – Weekly stats captured for x weeks (able to independently turn off) • New – Monthly stats captured for x months (able to independently turn off) • New – Page session with configurable timeout • New – Running total of all page hits captured • All existing Languages expanded for all changes plus some added • Dashboard - Can change the displayed chart type within plugin settings • New – Dashboard now also shows total page count • Total Page count can be set via combination of admin settings and visiting page to trigger. • Enhanced - Hit Counter: sidebar independently displays all current collection data as configured in settings Not done yet • Display all charts within Tab Navigation without having to change settings • Individual rolling page count
23 lines
876 B
JSON
23 lines
876 B
JSON
{
|
|
"plugin-data":
|
|
{
|
|
"name": "Zähler schlagen",
|
|
"description": "Abhängig von einfachen Statistiken - Zeigt die Anzahl der Seitenzugriffe oder eindeutigen Besucher pro Tag in der Seitenleiste an."
|
|
},
|
|
|
|
"plugin-depends-on-warning": "Dieses Plugin hängt von den folgenden Plugins ab.",
|
|
"sidebar-label": "Seitenleiste Etikette",
|
|
"sidebar-label-tip": "Dieser Titel wird fast immer in der Seitenleiste der Site verwendet.",
|
|
|
|
"show-running-total-lable": "Gesamtlaufzeit",
|
|
"show-daily-value-label": "Seite Schlagen Heute",
|
|
"show-daily-unique-value-label": "Heutige Besucher",
|
|
"show-weekly-value-label": "Seitenaufrufe Diese Woche",
|
|
"show-weekly-unique-value-label": "Diese Wochen Besucher",
|
|
"show-monthly-value-label": "Seitenzugriffe diesen Monat",
|
|
"show-monthly-unique-value-label": "Besucher dieses Monats",
|
|
|
|
"Enabled": "aktiviert",
|
|
"Disabled": "Deaktiviert"
|
|
}
|