This plugin makes “private blog” which is accessible only to the members.
Unzip the file
Upload the 'NP_AccessControl.php' and 'accesscontrol' directory to your plugin directory
Upload the 'loginform' to your skin directory
Install the plugin
Install the skin
Open blog setting from admin panel and configure protection.
Blog protection. If someone tries to access the protected blog, it shows login form. If login is successful, the user can browse the blog.
Skin restriction. It prevents unintended skin use using skinid=xx in the url.
Blog option 'Protect this blog': protect this blog or not. you can restrict to all loggedin users (Only to Loggedin users) or only to team members(Only to Team members). default is 'Don't protect'.
Blog option 'Skin for login form' : skin to show when non logged in user accessed the blog. the skin must have 'index' part which has the login form, and 'error' part. default is 'loginform' which is included in this plugin.
Blog option 'Maximum iteration for login failure' :set how many times it shows the login form. must be 1 or over. default is 1.
Blog option 'Use skin restriction' : use skin restriction feature. it works independently from protect feature.
Blog option 'Allowed skins(except the default skin for the blog)': allowed skins to use for the blog. default skin is automatically allowed. use comma to separate.
Item option (3.2 only) 'protect this item': this option make it possible to use protect feature per item.
[Version 1.0, released 2005-05-10]
[Version 1.1, released 2005-08-29]
NP_AccessControl version 1.3 works with Nucleus CMS 3.31 - 2007-10-26 kg