Hi,

I need to make 4 blogs in my site, but They must accessed by one user... Can I create for blog with one user in Drupal? or is there one blog per user? must I create 4 users? create blogs and then with other user give permissions to the four groups?

Thanks,
Álvaro

Comments

alraben’s picture

up

vm’s picture

why not create 4 content types and make them blogs ?

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

alraben’s picture

How can I make that?

When I create a content type, there is not an option to specify blogs ... no? Where Can I put it?

Thanks,
Álvaro

alraben’s picture

If I create a new content type and fill in field type "blog", Drupal says me that the type is yet assigment ...
How can I create four blogs? without using 4 users?

Regards ...

Anonymous’s picture

Did you ever work this one out please as I'd like to do the same?

jtjones23’s picture

Make four content types (blog1, blog2, etc) , turn on comments for each one.

Then make four views, one for each content type (filter view by content type). If you only want one person to post new blog posts, make a role for that user and assign them to the blog content types.

BTW, Don't use and turn off the core blog module in this case.