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.
Vanilla API
Everyone will probably yell EXTENSION!, but is there a way to create a new discussion programatically (easily)?
Someone mentioned that they use Vanilla as a Blog comment system. This is simply brilliant. I'd love to be able to include a php file and call a function that takes a few paramaters (title, date?, blog body? (summary?)) and spits back the URL of the discussion that was created with the same title (or Title [comments] or something to tag it as "related to some other thing on the site"). That way, this could be included at the bottom of a blog entry.
Really smart functions might also take the permanent URL of the blog entry and stuff that in the discussion body to link back to the blog.
Taking it REEEEEEEEEEELY far, some freak of nature might use an API to build a completely different UI, say a native application that interacts with Vanilla like webservice. Freaky.
0
This discussion has been closed.
Comments
me want
API good
Hm...this is fun.
I made a page with just this in it:
It actually worked. Probably because it was in my browser and the session was still active. Dunno how this would work from another script.