I have a series of documents that are part of my "premium" membership document group on my site and currently if you are not logged in you are redirected to the site_start.
I wish to change this. I would like to achieve both of the following if a "web user" is not logged in:
1. Redirect to a specific page.
2. Instead of redirecting, present a chunk on a specific page.
For part 2 this is the scenario;
// Scenario
A user visits the ’homepage’. A video is displayed on the ’homepage’ for all logged in web users. However, if you are not logged in, a HTML message is shown instead.
Is it possible to change the way MODX treats access to a private page?