View Single Post
Old April 12th, 2005, 05:03 PM   #4 (permalink)
MortysTW
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 33
As for the vb_ database prefix name, how do I edit it now that PhotoPost is already installed?

And here is my config-int

Quote:
// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/virtual/mortystwistedworld.com/var/www/html/forums";
$pppath = "/home/virtual/mortystwistedworld.com/var/www/html/gallery";

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://www.mortystwistedworld.com/gallery";
$vb_urlpath = "http://www.mortystwistedworld.com/forums";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.mortystwistedworld.com/gallery/data/";

// If your PhotoPost tables have a prefix, put it here
// Example:
// pp_ = "pp_";
$pp_db_prefix = "pp_";

// If you use the mobile phone integration, set this variable to the CatID for the gallery
define( MOBILE_CAT, -1 );
Any other ideas?
MortysTW is offline   Reply With Quote