Closed (fixed)
Project:
Private
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 16:07 UTC
Updated:
26 Apr 2009 at 00:10 UTC
I got a nodetype -> "myspace". I would need a settings page where the admin can select, which nodetypes are private and which aren't. So it's not the user creating the node that decides if the node is private, but the admin.
Was that clear? :S
What do you guys think about that?
Comments
Comment #1
portaporpoise commentedI want the same thing-- nodetype "Journal" so the users can create private journal entries. Admin would define journal as private; it would be exactly the same as a blog entry, but only the node creator and admins can read it.
Comment #2
gregglesUpdating title.
I'm not sure this makes complete sense to do in the private module. It could be done with a small form_alter (to set the value and mark the field as disabled).
Comment #3
eaton commentedThis is now part of the D6 version - default privacy status can be controlled on a per-node-type basis, and users with the 'make nodes private' permission can override that default.
Comment #4
-Anti- commented> default privacy status can be controlled on a per-node-type basis
How? When I go to the 'blog' content-type, for instance, I don't see any default setting for the 'private' module.
I do see the tick box when creating a blog post, but by default it is unchecked (ie. public)
I need it to work the other way - everything is private by default with a few nodes specifically marked 'public' by the authors.
Thanks.