CodeIgniter Integration!
21Feb08
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.
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.
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?
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?
So is there no way to get the users name or ID from vBulletin with this? the readme doesn’t mention it
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.
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??
Hi Adrian, I uploaded all files and completed the changes from the readme and get an error saying cannot load vbuser class?
Any ideas?
Thanks very much for this, Adrian. Exactly what I need!
@robert, I was able to fix that by changing the file “/hooks/vBUser.php” to lower case letters.