|
Your users are always going to have to login separately to the forum and photopost if they are hosted on different domains
Try running in phpmyadmin for photopost this
UPDATE pp_settings SET setting='/' WHERE id=171;
UPDATE pp_settings SET setting='phpbb_scrapnook' WHERE id=172;
UPDATE pp_settings SET setting='' WHERE id=173;
|