membership infinite loop on top level site
-
Continuing conversation with David from email:
Working to setup a system to protect network blogs with members:
#1 because I had network activated members prior to finding out about the setting in wp-config, I did go through and clean the database of all references. (yeah I’m comfortable doing that stuff)
#2 I added define( ‘MEMBERSHIP_GLOBAL_TABLES’, true); to the wp-config.php
#3 I then go in and network activate members plugin
#4 I want to protect blog id#4 ‘support’
With that out of the way, now it’s just a matter of figuring out what to do next.
I will list what I am doing below just in case anyone can spot any mistakes.
I start by creating 2 levels ‘members, visitors’
Members level page: https://screensnapr.com/v/j2uBne.png
Visitor level page: https://screensnapr.com/v/NNMza9.pngI then add in a url rule
URL group support: https://screensnapr.com/v/1PAQW1.pngcontinuing:
Options stranger settings – visitor: https://screensnapr.com/v/I0L2h8.pngOptions registration/account/protected pages: https://screensnapr.com/v/dwygJV.png
Login welcome page: https://screensnapr.com/v/hDCIVN.png
Account information page: https://screensnapr.com/v/2RnRgZ.png
Membership options page used to tell people that content is protected https://screensnapr.com/v/HpcJ50.png
This is causing an infinite loop on my primary site if not logged in.
- The topic ‘membership infinite loop on top level site’ is closed to new replies.