PHP Scripting Forums » PHP Classes Support Forum » Access_user Class Support forum

Integrated vbulletin 3.6.6 login with Access_User Class (autologin)

(6 posts)
Great offers not only for geeks!
Your Ad Here

  1. Hi olaf..
    I am sory to bother you again..
    I hope you not boring with me
    i have another problem..
    please help me ..
    i cant integrated vbulletin login with access_user class.
    whats i mean, how i can have single login just in au class,
    so the member not to login again from vbulletin login? (autologin i think)

    best thanks.

    Posted 6 months ago #
  2. why not using the login function from vbulletin?

    I use the login function from bbpress for the rest of the site.

    require_once('forums/bb-load.php');
    
    if (bb_is_user_logged_in()) {
      // do something
    }
    Posted 6 months ago #
  3. okey olaf, but i am still newbie after all,
    cry with lack of my skill..
    btw,
    How i using login function from vbulletin?
    which file i must modified?
    would explain me step by step..?
    or maybe you have some link for me to study it?
    some bridge script for vbulletin to au class..

    thanks.

    Posted 6 months ago #
  4. Sorry I can't, never touched that software

    But I'm sure you get this answer from their support forum, I found this 6 year old thread, hehe:

    Posted 6 months ago #
  5. 6 year old thread

    thanks.. i will check it out.
    by the way, maybe i will try using bbpress too

    seem it not to complecated "for the rest of the site" i hope..

    thanks a lot.

    Posted 6 months ago #
  6. I started this forum using bbpress because I know a little about Wordpress too.

    bbpress is good to begin a new forum and very easy to integrate.

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.