View Full Version : VB profiles on another site
MoneyTec.Com
02-06-2003, 08:17 PM
Is there a way to use peaces of our VB in another site on the same server? I need a way to manage profiles on a new site we are building and would like to use the VB profile but customize it to our needs.. Would anyone know of a hack or someone that's don this?
Davey
02-06-2003, 09:47 PM
Well, providing you're gonna make the site yourself, all you need is to require global.php.
Copy global.php to the directory where your index page is, and edit the directories in global.php to get back to the forum directory (adding paths, etc.), then in your php index place:
<?php
include("./global.php");
/* REST OF CODE HERE. */
?>
<!-- REST OF STUFF HERE -->
Dave.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.