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.
Vanilla ProxyConnect

Comments
I have to check this out!
http://area51.bluehaze.org/forum/error.html
It's a static page.
@Mark - that's what I did: clear cookies and close the browser. Does it matter where vanilla is installed? Currently I have a folder 'wpdev' (so on my machine, wordpress is at 'http://localhost/wpdev'), and within a sub folder, vanilla2 is installed ('http://localhost/wpdev/vanilla').
Oh, and it should really work with WP 2.8.x also...
http://github.com/lussumo/Garden/blob/master/library/core/class.handshakeauthenticator.php#L119
You can see I've got some debugging code there to spit out the headers being sent and the response received...
Very nice module. I didn't know what CMS to choose for my new site but know vanilla/wordpress is a lot more appealing.
Keep up the good work !
http://xblreview.com <- blog
http://xblreview.com <- forum
This addon integrates the forum's login into the blog's login... so the blog's login is the only interface.
from conf/config.php
$Configuration['Garden']['Authenticator']['AuthenticateUrl'] = 'http://tivocentral.co.nz/wp-login.php';
$Configuration['Garden']['Authenticator']['SignInUrl'] = 'http://tivocentral.co.nz/wp-login.php';
$Configuration['Garden']['Authenticator']['SignOutUrl'] = 'http://tivocentral.co.nz/wp-login.php?action=logout&_wpnonce=b8247aca7e';
$Configuration['Garden']['Authenticator']['RegisterUrl'] = 'http://tivocentral.co.nz/wp-login.php?action=register';
http://tivocentral.co.nz/vanilla/
using WP 2.8.4 .... doesn't seem to work
I've tried different combinations of URLs etc.
IS it that I am not using WP 2.9 perhaps?
2 questions:
1.
I have it working
once logged in the "edit my account" and "change my password" links are incorrect.
I've found this in the source:
applications/garden/controllers/profile.php: $SideMenu->AddLink('Options', 'Edit My Account', '/profile/edit', FALSE, array('class' => 'Popup'));
Is there a way to over write these without tampering with the source files?
2.
How do I "administer" the forum? I'm logged in as an admin in wordpress, but don't have access to the admin of vanilla.
and slightly relate, has anyone messed about with theme integration?