• MGDel

    (@mgdel)


    Hello, a client asked a site that should be divided in 3 sections, one is the main site about events and artists, editable by the admins.

    another for the “events” users that can add articles regarding their location with photo descriptions, and unregistered users will be able to leave a review with stars and (optional) a comment to these articles.

    another section for the “artists” users where they will be able to add photo, video and description of what they do. no reviews for this category.

    is it possible with existing plugins?

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Should be possible with a combination of custom post type and user roles plugins. Custom post types can have specific unique capabilities required to do various post related tasks — edit, create, delete, etc. A user roles and capabilities plugin can then be used to assign various capabilities of each post type to specific roles or users.

    I cannot recommend any specific plugins. As long as custom post types can have associated custom capabilities, you can accomplish this. If all else fails, bespoke code to create post types with the proper capabilities isn’t all that involved.

Viewing 1 replies (of 1 total)

The topic ‘articles editable by user role + rating system’ is closed to new replies.