Re: Paid Membership Pro Wordpress & PHPBB Roles & Groups Integration.
Posted: Tue Oct 17, 2023 12:25 am
Any advice?
integration and scripts forums
https://www.axew3.com/w3/forums/
Code: Select all
Warning: Undefined variable $uid in /home/u711450871/domains/suicidekingscarclub.com/public_html/wp-content/plugins/wp-w3all-custom/wpRoles_phpbbGroups.php on line 142
Warning: Undefined variable $uid in /home/u711450871/domains/suicidekingscarclub.com/public_html/wp-content/plugins/wp-w3all-custom/wpRoles_phpbbGroups.php on line 143
Warning: Undefined variable $ugid in /home/u711450871/domains/suicidekingscarclub.com/public_html/wp-content/plugins/wp-w3all-custom/wpRoles_phpbbGroups.php on line 143
Warning: Undefined variable $uid in /home/u711450871/domains/suicidekingscarclub.com/public_html/wp-content/plugins/wp-w3all-custom/wpRoles_phpbbGroups.php on line 144
Code: Select all
$ugid = $phpbb_user_session[0]->group_id;
$uid = $phpbb_user_session[0]->user_id;
Code: Select all
if( isset($w3all_roles_to_groups_on_verify_credentials) && !isset($w3all_roles_to_groups_on_wpupdate_profile) )
{
....
}
viewtopic.php?p=5944#p5944Note that redirects options DO NOT need to be activated if the phpBB display as iframed into a WP page by using the template integration options. As result (and obvious) you'll get a WP iframe loaded into a WP page when a redirect happen.
This will be easily fixed on next versions, detecting if the phpBB is loaded into an iframe.