Skip to:
Content
Pages
Categories
Search
Top
Bottom

Make posts public but you must sign-in to reply/add

  • @iamsickofusernames

    Participant

    I’m sorry – I tried to find this topic and I couldn’t. I am assuming someone has asked this!

    What we want on our site is to show all the Activity publically, and then require people to register/login to actually participate. So, read only until people have created a sign-in.

    I’m assuming there’s a way to do this. We just added BuddyPress, so we’re on the current version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @danbp

    Participant

    Hi @iamsickofusernames

    Check first WordPress Settings: Dashboard > Settings > Comments
    then BuddyPress Settings. Dashboard > Settings > BuddyPress > Options tab > Activity Option

    If you need more specific settings, you could add more conditionnals to this snippet. Eg.
    if( !is_user_logged_in() ) | if($can_comment == true) etc

    https://buddypress.org/support/topic/blog-forum-comments/

    @sharmavishal

    Participant

    its the way activity works…non logged in users can see activity but need to register to comment on it…you want it some other way?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make posts public but you must sign-in to reply/add’ is closed to new replies.
Skip to toolbar