p.s https/http settings you need to check for are:
into js code you added, overall_footer and overall_header, and into wp_w3all plugin admin URL to phpBB option.
Beside these check, check that also phpBB is forced to https if on https, and set wp url the same (http/s), on general wp admin page.
Setup phpBB on ACP to be under https if wp is https.
P.s note that the javascript v3 overall_footer.html code has been patched today where this line:
Code: Select all
//parent.w3all_ajaxup_from_phpbb(w3appendevents);
that i leaved in this state for error, so resulting disabled, while it need to be:
Code: Select all
parent.w3all_ajaxup_from_phpbb(w3appendevents);
or when user login or logout in phpBB iframe the wp page will not reload (and something else)