View Full Version : Is there a way I can use my vBulletin user table in my own application?
CompiledMonkey
09-22-2008, 12:30 AM
I'm trying to build an application as a supplement to my forum. I'd like to take advantage of the user base I already have. How can I easily integrate my application with the user table from vBulletin? Is there any PHP code laying around I can use for this?
Dismounted
09-22-2008, 05:32 AM
How do you want to use it?
Marco van Herwaarden
09-22-2008, 10:16 AM
See our Articles section.
CompiledMonkey
09-22-2008, 01:07 PM
How do you want to use it?
Ideally, I want to have custom pages that I have my own PHP code on that uses vBulletin's authentication/user system. So if I already have 1,000 users, they should be able to log in to this page with their existing information and do things. Those things would be saved into my own tables. I'd also like to grab their user ID from vBulletin and store that into my own tables as well.
Dismounted
09-22-2008, 01:58 PM
Just include vBulletin's global.php - (basically) everything you need.
Amenadiel
09-25-2008, 03:34 AM
it's easier to add extensions to vbulletin instead of haking into vb's auth system to achieve the same.
Indeed, you will tap into many advantages doing the first, like calling the same header and footer with a single line of code-
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.