I really like the way Vanilla Forums is integrating with WordPress however I am wondering if it is possible to take it one step further?
What i’d like to be able to do is to replace WordPress comments with a Vanilla Forum thread. That way, the conversation can continue and work more in the fashion of a forum thread, as opposed to a point in time comment.
Can this be done?
The downside of using a forum system for comments, is that:
Of course it’s possible pretty much everything is possible. It just might take some work. Being that they are both php apps you should be able to replace your normal comment block in your WordPress theme with a Vanilla forum thread. You would want to run a Vanilla query that creates a new thread for each post (see docs) then just get the tread by title.
Sorry I couldn’t give you a step by step how to but this should at least get you started.
Vanilla recently released an update to their WordPress plugin that enables the comments to be replaced with a Vanilla thread discussion. See here:
http://vanillaforums.com/blog/news/introducing-vanilla-comments/