If you have both free users and paid subscribers on your site, you might want to protect some of the pages so that they are only available to paid users. Here is how to do that:
1. Create a new file called "layout/disabled.html" and have a message like "This page is only available to subscribers".
2. Go to Application Manager -> Menu -> System Events and add this event:
When user is on page.html, if user is a subscriber, then show different layout.
3. Publish
You can add a system event for each page you would like to protect.
Tags:
subscriptions events protection
Related Articles:
Add a new comment
|
Send Comment