Installation went fine, but I cannot log into photopost. It authenticates me as a user but I show up as unregistered when I get in. It sounds like a cookie problem, so here is my setup:
// Cookie variables
// This should be set to match the path/domain for your cookies,
// / = "/"; sets the cookie to be usable throughout the site.
// = ".domain.com"; sets the cookie to be usable across the domain
// If your BB system has a different setting, then you need to put that path here as well.
$cookie_path = "/";
$cookie_domain = ".shutupandfly.com";
// Cookie Prefix
// Default vB3:
// = "bb";
// Default phpBB2:
// = "phpbb2mysql";
// Default Threads:
// = "w3t_";
$cookieprefix="";
----
Cookies are set to / and the domain is .shutupandfly.com on
VB setup.
VBP -
www.shutupandfly.com VB -
www.shutupandfly.com/forums
PP -
www.shutupandfly.com/photopost
Photopost: v4.8.2
vbulletin v3.0.3
VBPortal 3beta6
PHP is sufficient