Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 13 of 13
But I'd like to better understand why you're not just allowing users to register through the vanilla interface themselvesgood question -- i'd rather make a seamless 1 signup process that gets people into the blog and the forum too. 1 signup is always better than 2.
My guess is that if it's not the cookie issue, then Vanilla is possibly looking for the extra info required when you sign up. First/Last name/Email address and everything else you fill out at signupin my manual insert, i enter all the needed info that allows my users to never even see the Vanilla registration form. we can enter the username/pass into the login page and get straight in. the cookies Vanilla is dropping look just the same as the ones i'm manually setting during the WordPress login too.
Hope that's at least a little bit helpful :)indeed! thanks for the reply.
If WordPress integration is the most important feature, then you might try bbPress, which integrates out-of-box.Two things:
lech, i'm not sure you're quite getting what sarahw is trying to achieve here. As i understand it she's not having the old vanilla/wordpress dont like each others cookies problem, she's trying to make wordpress create a vanilla cookie aswell as its own so it logs in together.this is exactly what i'm trying to do. my code, so far, inserts the LUM_user record and drops the correct cookies but when the user tries to go to a vaniila page, they are kicked back to login.
Hi all, I noticed this post a few days back, but have been too lazy to register here before now. Strangely, we needed almost exactly the same thing: A single point of login to a member area that bypasses the Vanilla login (at least I think that's what you were after Sarah?)
In addition to updating the LUM_User table, store LUM_User.UserID as a foreign key in your main member table and add it to your session variable on login i.e.
$_SESSION['UserID'] = $UserID;
Works here... :D
Cheers
Rob
1 to 13 of 13