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.

SmartyPants

TiggrTiggr
edited January 2007 in Vanilla 1.0 Help
SmartyPants

Comments

  • Extension didn't work on my server. Common "mistake" I would advice you to fix:

    Get the extension directory:
    define('SMARTY_PANTS_DIR', dirname(__FILE__) . '/'); // insert in line 22

    And use it to require (rather than include to ensure it's really working!):
    require_once(SMARTY_PANTS_DIR . "smartypants.php");

    However, now it works like a charm :D
This discussion has been closed.