UBB.Dev
Posted By: Datal Photopost 5.3 Intergration - 05/02/2006 5:11 AM
OK does anyone have a mod or steps to take to have the Photopost 5.3 pages do the layout and look of the UBBT system???
Posted By: Datal Re: Photopost 5.3 Intergration - 05/02/2006 1:37 PM
Nevermind... Found a way... Added the following to the header-inc.php under the photopost directory:

//////////////////////////////////
$ubbt_PATH = "/home/mysite/www/forums";

// Require the library
require ("$ubbt_PATH/includes/main.inc.php");

// -------------
// Get the input
$Cat = get_input("Cat","get");

// -----------------
// Get the user info
$userob = new user;
$user = $userob -> authenticate();
$html = new html;

// ---------------------
// Send the page to them
$html = new html;
$html -> send_header("PhotoPost",$Cat,0,0,0,0,"");
///////////////////////////////
Posted By: AllenAyres Re: Photopost 5.3 Intergration - 05/03/2006 3:21 AM
that probably gives you 2 headers, eh?
© UBB.Developers