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.
Options

Intregrated Wordpress, Vanilla and Custom users

edited April 2009 in Vanilla 1.0 Help
I just combined three parts of my site using the Vanilla sign in process. It works great but the only problem is users don't have any place to view all of their posts. Also there are a couple of weird stylesheet differences between the different installs. Otherwise it works great, and the vanilla login page will automatically link the person back to the page they were last on. I turned off registrations on Wordpress and use only Vanilla. http://www.ifyoumakeit.com http://www.ifyoumakeit.com/video/defiance-ohio/hair-pool/ http://www.ifyoumakeit.com/blog http://www.ifyoumakeit.com/forum It's based loosely on this code, by Squirrel. $full_path_to_vanilla = '/full/path/to/vanilla/here'; ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . $full_path_to_vanilla); error_reporting(E_ALL); include('appg/settings.php'); include('appg/init_vanilla.php'); echo "UserID = " . $Context->Session->User->UserID;

Comments

  • Options
    Looks great! I'm sure you'll track down those pesky CSS issues soon ;) Congratulations!
Sign In or Register to comment.