By alraben on
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
up
up
=-=
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 : )
How can I make that? When I
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
If I create a new content
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 ...
Did you ever work this one
Did you ever work this one out please as I'd like to do the same?
four blogs
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.