I have: amember installed on site A amember remote plugin installed on site B PHPbb installed on site B PHPbb plugin installed on site site A The phpbb plugin does add new amember users to the phpbb database. What it doesn't do is automatically login users to the phpbb forum (site B) when they log into amember on site B. I have modified profile.php on site A so that $phpbb_root_path points to the phpbb installation on site B but it is still not working Any feedback/tips/tricks is appreciated.
Such setup can be done as customization only. Currently when you login into site B amember_remote does not execute plugins code. It just check user login/password and subscriptions on site A and allow/deny login.
Thank you I didn't even think about the fact that the remote plugin needs to be changed. In what file should I call the phpbb plugin within the remote plugin?