View Full Version : vbulletin integration??
xpguy
03-26-2003, 04:28 PM
how do i integrate other scripts with my vbulletin member database?? as i really need to know where to start with this
well, start with requrie(./forumdirectory/global.php); then go from there
Serge
03-31-2003, 12:11 AM
Well this is totaly from readying other peoples code to to intigrate temeplets all you would need to do is at the beginning of your scirpt add something like
$templatesused =
and then you add the lines like
eval("\$headinclude = \"".gettemplate('headinclude')."\";");
as for the members database that is all just a matter or query the database for the right fields which you can figuare out by looking at other peoples code or by looking at the database layout.
EDIT: don't forget the require gobal line. but I believe if all you are using is the members database all you need to do is query the right information but you would have to add the database information and then the connect codes.
Dark_Wizard
04-01-2003, 10:43 AM
Hmmm...first off this can be very difficult to get working correctly. The reason I say this is because it depends on how the code is written by the other author. You may have to make code changes in the other script to get it to work correctly with vbulletin and making changes to adapt it to vb's template system.
Can you provide us with info as to what script you want to integrate? We can help you further or at least let you know what your in for if we see it...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.