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.
Janine - Automatically post to Vanilla from a blog
I have written an extension to automatically post to Vanilla when you write or update a blog post. I call it Janine.
The 1.0.0 release was written to work with WordPress 2.1.X (it may also work with 2.0.X but don't hold me to that). But it should be easy to extend it to work with any blog that can be configured to send an XML-RPC ping whenever an update happens.
Please let me know if you find any bugs or if I did anything wrong. This is my first Vanilla add-on so any guidance is appreciated. If nobody finds any big show-stopper in a week or so I will submit it to the add-ons list.
Thanks!
The 1.0.0 release was written to work with WordPress 2.1.X (it may also work with 2.0.X but don't hold me to that). But it should be easy to extend it to work with any blog that can be configured to send an XML-RPC ping whenever an update happens.
Please let me know if you find any bugs or if I did anything wrong. This is my first Vanilla add-on so any guidance is appreciated. If nobody finds any big show-stopper in a week or so I will submit it to the add-ons list.
Thanks!
0
This discussion has been closed.
Comments
I just have really bad luck with saying "it's finished" right before it explodes.
Take a look at this to see what I'm talking about. The only concern should be the SessionPostBackKey and the FormPostBackKey properties of the PostBackControl class.
Janine doesn't actually use the DiscussionForm control. It creates a Discussion object and a Comment object and populates the data members, then creates a DiscussionManager and calls SaveDiscussion(). Does this method still work?
I could just insert directly into the db but this way feels more "right".
Edit: I lied, Janine doesn't add the discussion link to the WP post like it should.
Edit #2: Well, crap. I'm dumb. Not only does it not work in 2.0.9, it doesn't work at all. I made a change to Janine.Control.WordPress21.php at the last minute and forgot to test it. No time to fix it right now but I'll bump the version and re-post when I get a chance.
Until then, PLEASE DE-ACTIVATE JANINE. Thanks.
janine posted three entries on the forum which corresponded to an existing wordpress post, not the one i had just written.
This version should work with both WordPress 2.0.X and 2.1.X. Please let me know if this fixes your problems, circuit.
http://lussumo.com/addons/index.php?PostBackAction=Search&Keywords=janine
Janine-related comments can be entered there too.