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.
Posting from outside vanilla.
Hi,
I want to integrate vanilla and my wordpress blog. I want to replace the comments feature with vanilla threads.
Can i trigger a PHP function that starts a thread in vanilla what files do i need to include? E.g.
require('vanillaConfig.php') ;
post2vanilla('threadTitle', 'threadContent') ;
Once this is complete i might ask for more help but that'll do me for now :P
0
This discussion has been closed.
Comments
Taking it a step further and having a separate "forum" that treats every blog entry as a discussion title/first post is not a very big deal.
One of the ideas I got over the weekend (while playing guitar, strangely enough) was to add an "extension.php" file to the root of Vanilla that extension authors can use to add entirely new pages. Swell will have this ability also.