Hey everybody!

Well, I am trying to create permissions for drupal, but a just cant do it do way I need it to...

Here is what I need

A role or permission for a user to create, modify and delete only blog entries from an especific blog. He can not create new blogs or add content to any other area of the site instead of his own blog...

How can I do that?!

Is there a module that I can use to say : The user x can only access the blog/page x???

Thanks a lot for your help!

Comments

WorldFallz’s picture

Isn't that what the 'edit own blog' and 'delete own blog' permissions are for? What am i missing?

robertem’s picture

I'm not sure I fully understand what you are trying to accomplish, I'm guessing you have some blogs but want certain users to have the ability to add content to just one.

If I understand correctly, you could create a new content type based on the blog type (and role if necessary,) create the new blog using the new content type then set the permissions for the role.

An example would be
1) a new content type of "Blog2"
2) a new role of "Blog Editor" with the proper permissions set to create the new type
3) assign the appropriate users to the new role

HTH,
Rob