Re: Page Privacy
[email protected] (Christian Smith) Mon, 21 Feb 2005 06:48:34 -0500
| Newsgroups | perl.kwiki |
|---|---|
| Message-ID | <r02010100-1038-846F9B5A83FE11D98A41000D93556AA6@[192.168.1.33]> |
On Monday, February 21, 2005, Brian Ingerson uttered: >> Ok, so I can now set the privacy bit for pages through the >> /admin/ view, but this has no affect on anything in the normal >> view. > >It should! You need to add K::PagePrivacy to the plugins file >of the normal view (and any other view). Of course if you do it >in the root view it will propagate to the sub views. Ahh, now I understand. The AdminViews page had talked about adding the appropriate plugin to the admin view, not to the parent, but I can see now that it would make sense for a plugin such as PagePrivacy to be installed in the parent. Other plugins such as PageDelete need only be added to the admin view. Chris