Installation and Configuration To include the counter to your website add the following line to your template(s), somewhere in the first block; include (WB_PATH.'/modules/wbstats/count.php'); ############################# german ################### Installation und Einrichtung Um den Zähler in deine Webseite einzubinden, füge nachfolgene Codezeile in dein(e) Template(s) irgendwo in den ersten PHP-abschnitt zwischen ein include (WB_PATH.'/modules/wbstats/count.php'); ***************************** End ********************** Enabling referer information in WB2.8.3 and later To enable referer and searchkey detection in WebsiteBaker version 2.8.3 and later, add the following line to the config.php in the root of your website, just before the line: require_once(WB_PATH.'/framework/initialize.php'); $referer = $_SERVER['HTTP_REFERER']; ############################# german ################### Referer-Informationen in WB 2.8.3 und neuer Für die WebsiteBaker Versionen 2.8.3 und neuer ist es notwendig, unten stehene Codezeile in die Datei config.php im WB-Hauptverzeichnis unmittelbar vor dieser Zeile hier einzufügen: require_once(WB_PATH.'/framework/initialize.php'); $referer = $_SERVER['HTTP_REFERER']; ****************************** End ********************** jQuery problems In older WebsiteBaker Admin themes (version 2.8.1 and 2.7) jQuery is not loaded correctly in the head section of the theme. You must change this by moving the lines starting with