@elm: Yeah, I wanted the same functionality. You can tweak one line of default.php (in the extension's folder) to make it work.
Change:
$Word = '->link
@elm: Yeah, I wanted the same functionality. You can tweak one line of default.php (in the extension's folder) to make it work.
Change:
$Word = '->link
I know this isn't any help, but I just wanted to say that I've had similar problems, elorg. I've done probably half a dozen fresh installs, and I get different results every time. Obviously, I'm making small errors along the way, but figuring out wh…
Man, I'd pay $50 to someone who writes some kind of a plugin or something that makes this whole Vanilla/WP integration work. Seems like we're all close, but not quite there...
(I'm serious about the $50, by the way.) :-)
It sounds like maybe your cookie path is incorrect for Vanilla. Open your conf/settings.php and look for this line:
$Configuration['COOKIE_DOMAIN'] = ''";
My cookie domain is set to blank because I'm testing locally. Normally, it would be .mysite.c…
Right, my secret keys all match. I cleared out my cache and started over, and here's what's happening now. (It's slightly different, but maybe it sheds light on things):
1) I hit the front page of your site - /wordpress/ and are currently not logge…
@mafro: Thanks for the clarification on the placement of the redirect code. The problem I'm having is that I still can't seem to directly access my WP admin. If I go /wordpress/wp-admin.php, I'm redirected to the Vanilla login as expected, but then …
OMG hooray! It works. I've only tested locally, but it seems to be pretty solid. I'm not using the login re-direct; I'll have to try that, too.
Thank you mafro, micz, and everyone else.
UPDATE: I can't get the login redirect to work reliably.…
Did anyone get this to work? I haven't had any luck, but I'm thinking of starting over with a fresh install...
Okay. I did a fresh install, and this is what's happening. I can sign in to Vanilla, but if I go to WP, I lose my logged in status. Whe…
Just a friendly heads up: If you're running WP 2.5.1, you're going to run into this issue:
http://lussumo.com/community/discussion/8056/wordpress-25-bridge/#Item_18
If you come across a solution or workaround, please add it to that discussion.…