Hi all. I need to create one or more blog that can be write from different users. I have see that Similar Wordpress MU blog.
Is this possibile ? how ? Tnx.
Davide Michel 'ZioBudda' Morelli wrote:
Hi all. I need to create one or more blog that can be write from different users. I have see that Similar Wordpress MU blog.
Is this possibile ? how ?
Use the Views module to create a view showing blog entry teasers from whatever users you like.
Fred
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 ?
M.
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
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.
Davide Michel 'ZioBudda' Morelli schrieb:
Hi all. I need to create one or more blog that can be write from different users. I have see that Similar Wordpress MU blog.
Hi :) I'm doing right that on keinsinn.de Just use /blog/ as the startpage, that lists all the blog-entries.
bye, Robert.
bobman ha scritto:
Davide Michel 'ZioBudda' Morelli schrieb:
Hi all. I need to create one or more blog that can be write from different users. I have see that Similar Wordpress MU blog.
Hi :) I'm doing right that on keinsinn.de Just use /blog/ as the startpage, that lists all the blog-entries.
I have see your site (now), but I see that you have 1 blog per 1 user (1-to-1) , I need 1 blog for more users (1-to-N) and N blog for N users (N-to-N).
M.
Wouldn't what you are describing (1-n users) basically become a forum?
On Feb 7, 2008 7:46 AM, Davide Michel 'ZioBudda' Morelli < michel@ziobudda.net> wrote:
bobman ha scritto:
Davide Michel 'ZioBudda' Morelli schrieb:
Hi all. I need to create one or more blog that can be write from different users. I have see that Similar Wordpress MU blog.
Hi :) I'm doing right that on keinsinn.de Just use /blog/ as the startpage, that lists all the blog-entries.
I have see your site (now), but I see that you have 1 blog per 1 user (1-to-1) , I need 1 blog for more users (1-to-N) and N blog for N users (N-to-N).
M.
-- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_buddahttp://www.ajaxblog.it MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com
-- [ Drupal support list | http://lists.drupal.org/ ]
Skip Taylor ha scritto:
Wouldn't what you are describing (1-n users) basically become a forum?
Is not a forum. A forum all user can write and when 1 user write more peopla can "reply". In the blog, only the people with right permission can write (the post) and other can only reply with comments.
M.
Quoting Davide Michel 'ZioBudda' Morelli michel@ziobudda.net:
Skip Taylor ha scritto:
Wouldn't what you are describing (1-n users) basically become a forum?
Is not a forum. A forum all user can write and when 1 user write more peopla can "reply". In the blog, only the people with right permission can write (the post) and other can only reply with comments.
Maybe something like Content Access [1]?
[1] http://drupal.org/project/content_access
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Davide Michel 'ZioBudda' Morelli ha scritto:
Hi all. I need to create one or more blog that can be write from different users. I have see that Similar Wordpress MU blog.
Is this possibile ? how ? Tnx.
Idea: create one content type for each blog that I need to create. For example for "web" blog I can create "new content type web_blog", for "linux" blog I can create "new content type linux_blog", for X blog I can create "new content type X_blog". Afert for each content type I can create a role (so web_role, linux_role, X_role) and assign to this role only the user can write into that content type. And, for end, set "create X_blog content" only for X_role.
Is this correct ???
M.
* Davide Michel 'ZioBudda' Morelli [07/02/08 17:01]:
example for "web" blog I can create "new content type web_blog", for "linux" blog I can create "new content type linux_blog", for X blog I can create "new content type X_blog". Afert for each content type I can create a role (so web_role, linux_role, X_role) and assign to this role only the user can write into that content type. And, for end, set "create X_blog content" only for X_role.
I'm using organic groups for something similar. I only have the main organic group module and the organic forum module. Then, I create a content typa which is article_group with comments. So each group works like a blog for particular users. You can set public groups where anybody can subscribe or private groups which are not seen outside of the group and where only the group admin can accept or make subscriptions. It's not too difficult to set up and works like a blog, plus you get an associated forum if you need it (otherwise it's even simpler, because hiding group forums is harder than hiding group contents).
Walter