integragte bbclone with vanilla?

edited October 2008 in Vanilla 1.0 Help
hi, is there a way to count visits to my vanilla-based forum with bbclone? i tried to put the standard snipped into themes/head.php but that did not do anything. im sure i got the "path to bbclone dir" right. greets, Sihan

Comments

  • Can you please post the bbclone code you tried to put into themes/head.php?
  • sure, here it is: //define("_BBC_PAGE_NAME", get_bloginfo("name") . wp_title("/", false)); define("_BBC_PAGE_NAME", $_SERVER['REQUEST_URI']); define("_BBCLONE_DIR", "../webseiten/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER);
  • i solved the problem by putting the snippet into the index one directory higher.
This discussion has been closed.