My objective:
I am an author of a book in the subject of self development. I will create a book blog and I will present my book entirely on my site. Beside presenting my book blog, I want to encourage users to be able to journal on my site in their own private blogs using the lessons and steps provided in the book. Users must feel safe to do so and know that no body will be able to view their private blogs.
I have no knowledge of coding but I watched several videos on how to create a site with drupal.
Here are the modules I am using so far:
D7
Content Access
Entity API
Token API
Rules
and I am planning on installing VIEWS
Here is what I did:
I created a vocabulary in the taxonomy called "privacy" and I added the terms : "private blog", Public blog", and "All Public blog"
I added a required field to the blog entries so the users must choose between those three options.
If the user chooses private blog, only the user will be able to view the nod. The nod should be completely private and can not be accessed even through the url.
If the user chooses Public blog, authenticated users will be able to view the nod
If the user chooses All public blog, anonymous users will be able to view the blog.