I have uploaded the latest and greatest copy of the CodeIgniter - vBulletin user integration.  You can find it in SVN, or download it from SourceForge.


9 Responses to “CodeIgniter Integration!”  

  1. 1 Joshua Giese

    this is great! thank you for creating this! who hard would it be to extend this to being able to create new users in the VB database, and to mark them as deleted?

  2. 2 Adrian

    Creating users would be simple, and it’s something I’ll probably do in the future. You could just add a few methods to the vBAuth class to insert new records into user, userfield, usertextfield, (etc.) upon submitting a registration form.

    What do you mean about marking them as deleted?

  3. 3 DBFT

    So is there no way to get the users name or ID from vBulletin with this? the readme doesn’t mention it

  4. 4 Adrian

    In a controller, you would use $this->vbuser->info array, which contains userid, username, usergroupid, membergroupids. You can add more columns by modifying the $select_columns property.

  5. 5 Robert

    What variables are available? for example, can I use the the vb user database for my codeigniter CMS… so if they are needed to be logged in they log in via VB and then returned to where they where previously??

  6. 6 Robert

    Hi Adrian, I uploaded all files and completed the changes from the readme and get an error saying cannot load vbuser class?

    Any ideas?

  7. 7 Perry

    Thanks very much for this, Adrian. Exactly what I need!

  8. 8 Ken Iovino

    @robert, I was able to fix that by changing the file “/hooks/vBUser.php” to lower case letters.

  1. 1 Some CodeIgniter Tutorial links « Afruj’s Weblog

Leave a Reply