I am adding a knowlege base (KB) to our website and I want to restrict comments to KB articles to only our aMember members (all active and expired) , while allowing the public to view all the articles. I don't want to protect the entire KB script directory just the commenting function .php page. The two KBs that I'm looking at are: Lore and phpKB but I'm open to other solutions. Both scripts include the full php source and it apears the the commenting functionality is restriced to a single page, comment.php. So I figure I should be able include a aMember include file (check.inc.php? ) to the comment.php page to force the view to be logged in to aMember. I'm using 2.4.1PRO at the moment but hope to upgrade to v3 soon. Does this seem doable? Could this approach work without heavy modifications? Any suggestions on how to accomplish this? Thanks! Jason