Fred Jones wrote:
Davide Michel 'ZioBudda' Morelli wrote:
Fred Jones ha scritto:
Use the Views module to create a view showing blog entry teasers from whatever users you like.
And for write ???
How can I set which blog a user can write ?
You could maybe use taxonomy but I don't think you can set user permissions on taxonomies. If you don't have too many different blogs, then make each one use a unique content type like blog_dogs and blog_cats and then give each user rights only to those blog types which should access. He can then create entries in whichever he likes.
Fred
Taxonomy Access Control module (http://drupal.org/project/taxonomy_access) or Taxonomy Access Control lite module (http://drupal.org/project/tac_lite) will let you set access based on taxonomy if that is what you want to do.