|
downloaded the VB3 Photopost Integration Mod and made all the changes.
However, when I go to my forum page it just brings up a blank page now.
I uploaded the /PhotoPost/inc_photopost.php with database modifications as below:
$url_path = "http://www.samsmarine.com/photopost"; // URL of your photo album
$data_dir = "http://www.samsmarine.com/photopost/data/" ; // URL of your photo dir where those jpeg stored (with / at end)
$full_path = "C:\Websites\SamWeb\photopost\data"; // Full path to your data directory
I am not using a seperate database and I left the $pp_headers = "yes";
I made the changes to the forumhome template.
If I comment out the include('./photopost/inc_photopost.php'); in the /forums/index.php the old forum page loads fine... but with it in there, I just get a blank page.
|