On 20/02/05 16:49 -0500, Christian Smith wrote: > On Saturday, February 19, 2005, Brian Ingerson uttered: > > >Create an alternate config file (config2.yaml for instance) in the admin view > >directory and add this line: > > > > privacy_group: admin > > Ahh, got it. Is there any reason not to simply include this in > the parent config.yaml file?
Then the parent view would be able to set privacy, which is probably not what you want ;) > 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. > Sorry if the solution to this should be obvious, but there > doesn't seem to be much in the way of documentation for this > plugin... Doc (for all of Kwiki) coming soon....
