Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Plugin development

The documentation is very lacking when it comes to plugin development. Without digging through all the code, is there a cheat sheet available? It should list all the hooks. The Documentation button above didn't provide this info, but I encourage developers to read this blog entry.
http://vanillaforums.com/blog/developers/writing-plugins-for-vanilla-2-part-1/
http://vanillaforums.com/blog/developers/writing-plugins-for-vanilla-2-part-1/
Tagged:
0
Comments
http://www.vanillaforums.org/addon/example-plugin
Vanilla Forums COO [GitHub, Twitter, About.me]
I tried using the GetResource() but kept getting the BONK page for some reason. Have you seen this before or have an idea why it would trigger that page?
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
to your config, and
define('DEBUG', TRUE);
to the top of your index.php if you plan to do Vanilla dev.Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
How would I let the admin choose to display his share links at the end of the discussion page, after the comment panel, or to do it in a panel box?