Loading...
Skip navigation
Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.

Translations

Following you'll find an overview about all translations for the frontend of this extension and a description on how to customize them.

Override translation values

The translation values can be easily overwritten by the following Setup-TypoScript:

plugin.tx_viewstatistics._LOCAL_LANG {
    default {
        tx_viewstatistics_label.example_key = Example value
    }
    en {
        tx_viewstatistics_label.example_key = Example value
    }
    de {
        tx_viewstatistics_label.example_key = Beispiel-Wert
    }
}

For the label of the pro extension it must be like this:

plugin.tx_viewstatisticspro._LOCAL_LANG {
    default {
        tx_viewstatistics_label.example_key = Example value
    }
    en {
        tx_viewstatistics_label.example_key = Example value
    }
    de {
        tx_viewstatistics_label.example_key = Beispiel-Wert
    }
}

Translation overview

BackendModulemenu

Key Extension en de
tx_viewstatistics_label.module_menu_list view_statistics Overview Übersicht
tx_viewstatistics_label.module_menu_list_for_user view_statistics Listing for user Auflistung für Benutzer
tx_viewstatistics_label.module_menu_list_for_page view_statistics Listing for page Auflistung für Seite
tx_viewstatistics_label.module_menu_list_for_object view_statistics Listing for object Auflistung für Objekt
tx_viewstatistics_label.list_viewstatistics_refresh view_statistics Refresh Aktualisieren
tx_viewstatistics_label.list_viewstatistics_bookmark view_statistics Tracking list Tracking-Liste

BackendModuleheadlines

Key Extension en de
tx_viewstatistics_label.module_headline_list view_statistics Overview Übersicht
tx_viewstatistics_label.module_headline_list_for_user view_statistics Listing for user Auflistung für Benutzer
tx_viewstatistics_label.module_headline_list_for_page view_statistics Listing for page Auflistung für Seite
tx_viewstatistics_label.module_headline_view_summary view_statistics View summary Zusammenfassung anzeigen
tx_viewstatistics_label.module_headline_list_for_object view_statistics Listing for object Auflistung für Objekt

BackendModulesubheadlines

Key Extension en de
tx_viewstatistics_label.headline_statistic_by_user view_statistics Statistics by frontend user (%1$s entries) Statistiken nach Frontend-Benutzer (%1$s Einträge)
tx_viewstatistics_label.headline_statistic_by_date view_statistics Statistics by date (%1$s date entries) Statistiken nach Datum (%1$s Datumseinträge)
tx_viewstatistics_label.headline_statistic_for_user view_statistics Statistics for frontend user (%1$s entries) Statistiken für Frontend-Benutzer (%1$s Einträge)
tx_viewstatistics_label.headline_statistic view_statistics Statistics (%1$s entries) Statistiken (%1$s Einträge)

Tracktypes

Key Extension en de
tx_viewstatistics_label.track_type_default view_statistics [all] [alle]
tx_viewstatistics_label.track_type_pageview view_statistics Page view Seitenaufruf
tx_viewstatistics_label.track_type_login view_statistics Login Login

Frontend-Usertypes

Key Extension en de
tx_viewstatistics_label.frontend_user_type_default view_statistics [all] [alle]
tx_viewstatistics_label.frontend_user_type_logged_in view_statistics Logged in Eingeloggt
tx_viewstatistics_label.frontend_user_type_anonym view_statistics Non logged in Nicht eingeloggt
tx_viewstatistics_label.frontend_user view_statistics Frontend user Frontend-Benutzer
tx_viewstatistics_label.type view_statistics Type Typ
tx_viewstatistics_label.title view_statistics Title Titel
tx_viewstatistics_label.ip_address view_statistics IP address IP-Adresse
tx_viewstatistics_label.page view_statistics Page Seite
tx_viewstatistics_label.action view_statistics Action Aktion
tx_viewstatistics_label.object view_statistics Object Objekt
tx_viewstatistics_label.email view_statistics E-Mail E-Mail
tx_viewstatistics_label.name view_statistics Name Name
tx_viewstatistics_label.login_duration view_statistics Login duration Login-Dauer
tx_viewstatistics_label.breadcrumb view_statistics Page breadcrumb Seitenpfad
tx_viewstatistics_label.username view_statistics Username Benutzername
tx_viewstatistics_label.creation_date view_statistics Creation date Erstellungsdatum
tx_viewstatistics_label.date view_statistics Date Datum
tx_viewstatistics_label.referrer view_statistics Referrer Referrer
tx_viewstatistics_label.user_agent view_statistics User-Agent User-Agent
tx_viewstatistics_label.unique_id view_statistics Uid Uid
tx_viewstatistics_label.page_view_summary view_statistics Page view summary Seitenaufruf-Zusammenfassung
tx_viewstatistics_label.page_view_by_date view_statistics Page views by date Seitenaufrufe nach Datum
tx_viewstatistics_label.page_view_by_frontend_user view_statistics Page views by frontend user Seitenaufrufe nach Frontend-Benutzer
tx_viewstatistics_label.date_from view_statistics From Von
tx_viewstatistics_label.date_to view_statistics To Bis
tx_viewstatistics_label.anonym_or_deleted view_statistics [anonymous or deleted] [anonym oder gelöscht]

Filter

Key Extension en de
tx_viewstatistics_label.filter_headline view_statistics Filter Filter
tx_viewstatistics_label.filter_reset view_statistics Reset Zurücksetzen
tx_viewstatistics_label.filter_submit_filter view_statistics Filter Filtern
tx_viewstatistics_label.filter_submit_search view_statistics Search Suchen

Placeholder

Key Extension en de
tx_viewstatistics_label.placeholder_email view_statistics E-Mail E-Mail
tx_viewstatistics_label.placeholder_name view_statistics Name Name
tx_viewstatistics_label.placeholder_uid view_statistics Uid Uid
tx_viewstatistics_label.placeholder_title view_statistics Title Titel

BackendModuleButtons

Key Extension en de
tx_viewstatistics_label.csv_export view_statistics CSV-Export CSV-Export
tx_viewstatistics_label.show_list_for_user view_statistics Show listing for user Auflistung für Benutzer anzeigen
tx_viewstatistics_label.back_to_search view_statistics Back to search Zurück zur Suche

Overviewlist

Key Extension en de
tx_modules_label.list_viewstatistics_header view_statistics View Statistics Statistiken anzeigen
tx_modules_label.list_viewstatistics_col_creation_date view_statistics Date Datum
tx_modules_label.list_viewstatistics_col_action view_statistics Type Typ
tx_modules_label.list_viewstatistics_col_ip_address view_statistics IP address IP-Adresse
tx_modules_label.list_viewstatistics_col_frontend_user view_statistics Frontend user Frontend-Benutzer
tx_modules_label.list_viewstatistics_col_login_duration view_statistics Login duration Login-Dauer
tx_modules_label.list_viewstatistics_col_page view_statistics Page Seite
tx_modules_label.list_viewstatistics_col_referrer view_statistics Referrer Referrer
tx_modules_label.list_viewstatistics_col_user_agent view_statistics User Agent User-Agent
tx_modules_label.list_viewstatistics_col_object_uid view_statistics Object Objekt
tx_modules_label.list_viewstatistics_no_entries view_statistics No view statistics found Keine Statistiken gefunden
tx_viewstatistics_label.list_overview_viewstatistics_refresh view_statistics Refresh view statistics Statistiken aktualisieren
tx_viewstatistics_label.list_overview_viewstatistics_bookmark view_statistics View statistics list Statistik-Liste

Frontendusertableheadercolumns

Key Extension en de
tx_modules_label.list_frontend_user_header view_statistics Frontend user Frontend-Benutzer
tx_modules_label.list_frontend_user_col_username view_statistics Username Benutzername
tx_modules_label.list_frontend_user_col_name view_statistics Name Name
tx_modules_label.list_frontend_user_col_email view_statistics Email E-Mail
tx_modules_label.list_frontend_user_no_entries view_statistics No frontend users found Keine Frontend-Benutzer gefunden

listpagetableheadercolumns

Key Extension en de
tx_modules_label.list_page_header view_statistics Page Seite
tx_modules_label.list_page_col_uid view_statistics Uid Uid
tx_modules_label.list_page_col_title view_statistics Title Titel
tx_modules_label.list_page_col_breadcrumb view_statistics Breadcrumb Breadcrumb
tx_modules_label.list_page_no_entries view_statistics No pages available Keine Seiten verfügbar

listpageviewsummaryheadercolumns

Key Extension en de
tx_modules_label.list_viewsummary_header view_statistics Page summary Seitenzusammenfassung
tx_modules_label.list_viewsummary_col_creation_date view_statistics Date Datum
tx_modules_label.list_viewsummary_col_total view_statistics Page views Seitenaufrufe
tx_modules_label.list_viewsummary_col_frontend_user_total view_statistics Frontend user views Frontend-Benutzer-Aufrufe
tx_modules_label.list_viewsummary_no_entries view_statistics No summaries available Keine Zusammenfassungen verfügbar

listviewsummaryheadercolumns

Key Extension en de
tx_modules_label.list_object_header view_statistics Objects Objekte
tx_modules_label.list_object_no_entries view_statistics No objects found Keine Objekte gefunden
tx_modules_label.list_object_col_uid view_statistics Uid Uid
tx_modules_label.list_object_col_title view_statistics Title Titel
tx_modules_label.list_object_col_crdate view_statistics Date Datum
Documentation
TYPO3 View-Statistics Extension

TYPO3 View-Statistics by coding.ms

Logs frontend actions in TYPO3 and displays them in a backend module. It tracks page views, news, downloads, and objects such as products or real estate, while custom objects can be configured via TypoScript. Frontend logins, login duration, user ID, IP address, and user agent can be tracked optionally. By default, the extension works without cookies and without tracking personal data.

Menu

Contact request

You can contact us at any time

Stop! Playing in the meantime?
Stop! Playing in the meantime?
Stop! Playing in the meantime?

Stop! Playing in the meantime?

Break the highscore

Press Start
Contact request
Screenreader label
Security question
XF8_________FER______
Y_A____F____X_____4AR
GOG___U6E___58W______
H_U____X____P_9___83E
QJ3_________FAG______