ich habe ja nur beschrieben, wie die Daten vom ChCounter ohne Probleme in phpBB3 eingebunden werden können, damit es für jeden Style machbar ist.
Damit der Counter auch zählt, musst du diesen Teil noch in die functions.php einbinden:
Öffne die functions.php und finde darin
Code: Alles auswählen
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
Code: Alles auswählen
//chCounter
ob_start();
$chCounter_force_new_db_connection = FALSE;
$chCounter_page_title = $page_title;
include( '/usr/local/httpd/htdocs/***/***/forum/chcounter/counter.php' ); //Hier den absoluten Pfad angeben!
$chCounter = ob_get_contents();
ob_end_clean();
//------------------------
Wichtig
Einloggen im ChCounter unter
http://www.deinforum.de/pfad_zum_chcoun ... /index.php
und dann zu > [Einstellungen] > Statistiken > • Einstellungen > Seitenstatistik: Query-String-Bereinigung..
Dort in die Textbox folgende Strings eingeben (ggf. vorhandene überschreiben)
Code: Alles auswählen
latest; top; sort_by; sort_order; distr_type; distr_of; d_day; d_month; d_year; d_type; m_month; m_year; m_type; w_month; w_year; w_type; y_year; y_type; l_last; l_type; lang; type; clh; homepage_id; kp; month; p_month; d_month; h_month; ref_month; refdom_month; kp_month; se_month; b_month; os_month; r_month; clh_month; res_month; PHPSESSID; sid; search_author; highlight; folder; logout; search_id; mark; view; agreed; vote; watch; unwatch; redirect; topicdays; coppa; order; is_robot; c;
Gruß Helmut
