Hi, I was wondering how I would go about limiting access to this 'private' check box by the Node type? Is there anyway to do this in the configuration? I couldn't figure it out. I would want, for example, my users only to be able to tag 'event' nodes with the 'private' box and not other nodes...

Thanks in advance for any help.

CommentFileSizeAuthor
#4 private.module.patch13.86 KBdiego_miola

Comments

finex’s picture

This should be useful!

Lanny-1’s picture

There is a fork on this project which does exactly what you need

finex’s picture

Which module?

diego_miola’s picture

StatusFileSize
new13.86 KB

With this patch you can select a content type to apply "Private Module".

Christefano-oldaccount’s picture

Category: support » feature
Status: Active » Needs work

This patch no longer applies.

eaton’s picture

Status: Needs work » Fixed

fixed in the D6 dev version.

finex’s picture

Good to know.

ashiwebi’s picture

Where is the option of setting the

Private box only shows on certain node types?

I am not able to figure out in drupal 6.

define('PRIVATE_DISABLED', 0);
define('PRIVATE_ALLOWED', 1);
define('PRIVSTE_AUTOMATIC', 2);

I think the above define value must be PRIVATE and not PRIVSTE

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.