phpBB logon not logging into Simple Membership paywall
Posted: Sun Apr 27, 2025 8:58 pm
Hi again.
OK this isn't really a problem with WP_w3all, more a plugin compatibility issue.
I have some paywalled content on a subsite (arena) which is protected by the Simple Membership plugin. I use Simple Membership as the registration gateway for all members of my site, free or paid. Until recently, if a paid member logged in via phpBB, they were also automatically logged into the paid content. Sadly something changed and paid members have to log in via one of the WP subsites. Logging in via phpBB still logs into WP as expected.
It also stopped working from other WP subsites, so I guess something in the SM plugin changed. To fix that, I updated my modal login code from action=<?php echo site_url('wp-login.php'); ?> to action="<?php echo esc_url($arena_login_url); ?>.
I appreciate as this is a plugin compatibility issue, this may be asking too much for a support question
Regards,
David
OK this isn't really a problem with WP_w3all, more a plugin compatibility issue.
I have some paywalled content on a subsite (arena) which is protected by the Simple Membership plugin. I use Simple Membership as the registration gateway for all members of my site, free or paid. Until recently, if a paid member logged in via phpBB, they were also automatically logged into the paid content. Sadly something changed and paid members have to log in via one of the WP subsites. Logging in via phpBB still logs into WP as expected.
It also stopped working from other WP subsites, so I guess something in the SM plugin changed. To fix that, I updated my modal login code from action=<?php echo site_url('wp-login.php'); ?> to action="<?php echo esc_url($arena_login_url); ?>.
I appreciate as this is a plugin compatibility issue, this may be asking too much for a support question
Regards,
David