Yes, you can. This is one of the best cases for using events feature.
Let's see this with an example. Let's say you have a site for Math classes. Math 101, Math 102 and Math 201. You want your users to be able to access: Math 101 (m101.html) after registration. Math 102 (m102.html) one month after registration. Math 201 (m201.html) two month after registration.
1. Create pages for each class, such as m101.html and m102.html. 2. Go to Application Manager main menu and select "System Events" option. 3. Click on "Add New Event". 4. Create event: When user is on math102.html, If 30 days not yet passed since registration, then redirect profile/permission_failed.html. 5. Do similar events for each class, 6. Save events and publish.
Tags:
events content
Related Articles:
Add a new comment
|
Send Comment