User created content-some public, some private- how do I accomplish?

Here is my scenario:
- the user creates meetings
- some details of the meeting are private: budget, guestlist, etc
- some are public: location, details of meeting

How can I accomplish this?

Different nodes

duggoff@drupal.org - October 12, 2006 - 17:34

You'd have to make different nodes for the private and public info, and use some kind of security system, such as Taxonomy Access Lite. Assuming you want to use the Events module, you'd create the event, give it the public security, and then in the body of the event, embed a link to the node containing the private info, which you've already created and assigned private security to.

That's the only way that I can see.

duggoff

I ran the Microsoft Malicious Software Removal tool, but Internet Explorer is still installed on my computer.

Restricted Text

drubeedoo - October 12, 2006 - 18:24

I haven't used it yet, but the Restricted Text module may be of help.

Taxonomy Access is based on Roles

davea - October 14, 2006 - 12:05

I have different Content Types but the access modules I have looked at are all based on roles. Meaning that if you and I are in the same role, we can see each others content. ;(

Thanks for your ideas though.

I'm in the same situation.

EHA - October 22, 2009 - 03:02

I'm in the same situation. Right now I'm using "nodeprivacy by role". Although for our use case, access is restricted by default then we simply assign a user to a "temporary role" with access rights to the node.

Content Access with ACL can perform per-user and per-node access of nodes. It worked well on my test but its too bloated for my present environment. You may want to take a look at that.

Daily Dotventures - Adventures and misadventures in a Dot-com World.
http://dotventures.blogspot.com

 
 

Drupal is a registered trademark of Dries Buytaert.