Hi Chris
I’d like to add a wrinkle to the above question. I’m running a public and a private blog. I can get the permissions tags (for members only) working fine when I login on the public page and then go “direct” (ie., in Safari - keying in the private page’s URL) to the private page. It will display the private info.
However, when I try to go from my login page (after the “you are logged in” messages page) to a page created outside of pmachine using a link statement in the messages page, the page where I should have unrestricted access now says I need to login.
I’ve included the*** <?php include(“pm_inc.php”); ?>*** statement at the top (and also added the permissions tags) to this restricted page (that is in the same directory as the other pmachine generated pages), this new page doesn’t recognize the login and tells me I’m restricted.
So—after that convoluted description—if one creates php pages outside of pmachine, adds the “include” statement at the top, and restrictions tags (if one wants) and places them in the same directory as the pmachine pages on their server, will those pages interact properly with the pmachine generated pages. - ie., properly show that one is logged in or allow one access to the full page if they have the proper admin. privileges, etc.? (My pblocks, etc. work fine on these pages but the access privileges don’t. Even though I logged in earlier, the login information seems to be ignored or reset when I get to a ‘non-pmachine page’).
Is there something I could be doing or adding or missing that is causing this problem?