Search code examples
membership

Membership Level issue in NationBuilder


I have a website built in NationBuilder. There I needed to make another Membership level. I have done that. But the issue is that it is not showing in "Who can view this page" dropdown in page settings. Anyone has any idea how to do that.?

Thanks in advance


Solution

  • It seems you can't control who can view this page via membership levels.

    From a NationBuilder FAQ, How do I set up a five-tier membership site:

    In NationBuilder... being a member is a binary state: you either are or you are not a member. While NationBuilder allows you to sell various membership levels, the database doesn't recognize those various levels as distinct and different from a permissions level. That means that if you make a page viewable to "Members" it will be viewable to all members, equally.

    There's really no good workaround for this that's based on membership level of which I am aware. You can, however, use conditional liquid tags to display different content on a given page to logged-in users depending on what tags their NationBuilder profile has. Since each membership level can be configured to automatically tag people, this method could be employed to display different content to individuals who have different membership levels (or none at all).