We are using CB Subs to offer monthly subscriptions. If a user does not have any subscriptions then when they log into the site we would like to only offer them access to a single landing page with a list of available subscription upgrades.
My thought to do this is assign a CB Auto Action trigger to fire and check if the user’s ‘cb_subscriptionquantity’ is equal to zero. If the value is equal to zero then I want to send them to ‘../index.php/options-to-subscribe’ landing page. This is no problem.
The problem is that we need to redirect them back to this page if they navigate away from it. So, if they have a link that takes them to the member portal and they try to load it then they will be redirected back. No matter what they try to do (other than resubscribe), once logging in this is the only page available until they add a subscription. How can I go about limiting access in this manner?
I don't see a way to delete a post, so I will reply to say that I found a solution. Ultimately I am making use of the ACL User Group list for restricted access.