Please help me out here.
My client needs to be able to lock certain articles down within the admin screens. So I created a custom status called “Locked”. They can now “lock” any article within that assigned blog.
Here is my article page code:
{exp:weblog:entries weblog="{this_template_group}" status="locked"}
<h1>{title}</h1>
<strong>By {author}</strong>
{entry_date format="%F %d, %Y - %g:%i:%s %A"}
{summary}
{body}
{extended}
{/exp:weblog:entries}To test it, I set the “Locked” status as displaying to everyone but Black members. I logged in as a black member, but I can still see all this information. I tried removing the “...status=“locked”} in the code, but then it doesn’t display the locked article at all.
Please help!