There are 3 pre-defined access levels that can be manually used for accessing certain pages:
-
- auth for Members Only
- all for Everyone
- paid for Paid Members Only (be sure to select the paid membership level(s) above that you want to allow)
-
- In the .php file for the page that you want to use a pre-defined access level, add or change the LAST line as shown below:
-
- require 'includes/common.inc.php';
- require _BASEPATH_.'/includes/user_functions.inc.php';
- check_login_member('all');
(in the last line above you can use all, auth or paid)
Click Here for more info about using the paid access level.