Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

  • Options
    Can you please post the bbclone code you tried to put into themes/head.php?
  • Options
    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);
  • Options
    i solved the problem by putting the snippet into the index one directory higher.
This discussion has been closed.