Stand alone blogs

tkeneipp - June 11, 2008 - 22:09

I understand how the included blog module works in Drupal, but it won't work for me. I need to have several stand alone blogs on my site that will allow selected/multiple users to contribute posts and everyone else to comment. Does anyone have any suggestions?

permissions

reikiman - June 11, 2008 - 22:21

The thing to do is a) set up a "blogger" role, and b) in the Access Control permit the blogger role the "create blog" permission. If you leave other roles out of "create blog" permissions then all they can do is make comments.

- David Herron - http://7gen.com/

Not quite

tkeneipp - June 11, 2008 - 22:32

I already have a role called "contributor" that is the only one that has permission to create blog entries (which is what creates a blog, under that user). What I need to do is create "blog x" and then allow contributors to create new blog posts on that blog and everyone else to comment. I do not want the blogs created under the individuals login.

I could create a user specifically to create each blog and then not use that user for anything else, but that would be a bit inelegant. Any other thoughts?

=-=

VeryMisunderstood - June 11, 2008 - 22:38

sounds to me like you want to create your own blog content type, then set up a taxonomy for it and use the taxonomy access module to control permissions.

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

don't know enough

tkeneipp - June 11, 2008 - 23:01

It is obvious that I don't know enough to do it that way. I will have to wait and figure it out latter since I can not see how that would work like a regular blog. Unless I am missing something.

I did it the way you suggested and all the taxonomy did was basically allow me to create a link on the bottom of the post so I could see other pages with the same link/taxonomy attached to it. That worked, but that does not come close to giving me the functionality of a blog software such as Wordpress within my site. I have a feeling that I am going to have to learn how to create a custom module. Yikes!

Any other ideas?

Are each of the stand-alone

Nepherim - June 12, 2008 - 03:20

Are each of the stand-alone blogs accessed through the same URL? If so, you need a way of separating the content for each blog. I think you could use the taxonomy idea to assign each blog a tag; then assign persmissions based on the tag allowing only a single contributor access to create blog nodes with a given tag.

 
 

Drupal is a registered trademark of Dries Buytaert.