OK.
All on the integration seemed to be working fine.
I had an issue where I have an Admin acct. on the BB and a test account on the BB.
I log out of the BB as Admin and login as my test account, click on the Gallery Link but it has me logged in as the Admin Account and not the test account.
Well, I think I goofed big...I went into the config of CPG and changed the cookie name (different from that of the CPG Default and different from the BB). Now I can't even get logged into the gallery to put all back to normal. I do think I figured out my original problem; however, I can't get the gallery back to 'normal' so I can fix that issue (the bridge file had the wrong cookie name after I changed it on the forums).
thebittentail.org/forumsthebittentail.org/thepackphpBB Info
Cookie domain thebittentail.org
Cookie name bittentailforums
Cookie path /forums/
CPG Info
All I can do is post the phpbb.inc.php file as I can no longer access the CPG Config page
// database configuration
define('PHPBB_DB_NAME', 'thebitt_thebarking'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'thebitt_wonderdo'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', 'REMOVED'); // The password to use to connect to the database
// The web path to your phpBB directory
// If your URL to your board is for example '
http://yoursite_name.com/phpBB2/',
// you'll have to set the below var to '/phpBB2/'.
define('PHPBB_WEB_PATH', '/forums/');
// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'bittentailforums'); // The prefix used for board cookies