• Hello, i don’t understand if only admin can post via frontend or user also?
    Because in my site only admin can post and in frontend only admin can see the link articles in buddypress user menu.. I hope user can post, because this is a very good plugin..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Broobe

    (@broobe_dev)

    Hi!

    This is an expected behavior. All roles can insert posts except subscribers. The reason is that subscribers can’t add posts from backend. Social Articles works with the same role capabilities than WP backend. So, the minimun role is author.

    Thanks for using social articles!

    It would be better to use the new roles to manage this.

    if ( user_can('edit_post') || user_can('your_custom_role') )

    That way, if an administrator wants to give subscribers or other roles the ability to post social articles, they can.

    • This reply was modified 5 years, 3 months ago by leewells.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User posting..’ is closed to new replies.