View Single Post
Old March 27th, 2006, 02:48 PM   #1 (permalink)
eric
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
problem with VB and PP integration --

I am feeling pretty stupid --

-- my forum is here -- www.pbsmiles.com -- vBulletin Version 3.0.3


-- I read this below -- and have the following problems --

(A) - the files inc_features and inc_photopost.php are not in a "photopost" directory -- they're in "gallery" -- when i try to re-route them, and run them as php files, nothing comes up --

I paid for the PP $60 install, and I don't know HOW to make these files work -- though I found them -- I don't know if the databases are at the same location, though I think they are -- this is very frustrating --

-- then, problem 2 --

(B) these first two are not in my VB code --

To include the PhotoPost "features" box, add the variable $photopostfeature to your template:

$header
$navbar
$photopostfeature

What am I supposed to do here?

This is an awfully difficult install, considering I paid the "install" price --

eric


3) In your vB index.php file, you will need to add two lines under under these four:

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once('./includes/functions_bigthree.php');
require_once('./includes/functions_forumlist.php');
include('./photopost/inc_features.php');
include('./photopost/inc_photopost.php');

vB TEMPLATE ADDITIONS
=====================

1) In your vB templates, select Forum Home Templates and edit the FORUMHOME template.

To include the PhotoPost "features" box, add the variable $photopostfeature to your template:

$header
$navbar
$photopostfeature

This places the feature at the top of the forum (as done on our site).

TYPE 1
------
1) Down lower, to add your gallery section, add the $photopostcats variable under your Main section:

<!-- /main -->
<br />
$photopostcats
<br />
eric is offline   Reply With Quote