Remove element

Hello it is possible to remove the item selected in red

Hello @slawek247,

You can turn off admin option Allow users to set privacy for their content to prevent users setting privacy.

Please check-out screen-shot here :
http://goo.gl/8Tdm4r

Thank you, Pranali

Hi I would like to remove only in the news

Hello @slawek247,

Unfortunately, there isn’t any option available to remove privacy selection only from BuddyPress activity. You will need to hide it by using custom CSS tricks.

For example :

Try below custom CSS code to CUSTOM CSS SETTINGS under rtMedia admin settings :

  • To hide it from activity meta options :
 .activity-content .activity-meta .rtm-activity-privacy-opt { display:none; }  
  • To hide it from whats-new-content area :
#whats-new-content .rtm-form-select.privacy { display:none; }

I hope it will help you.

Thanks.

Thank you works perfectly

Hi @slawek247,

We are glad to know that your issue has been fixed. I am closing this thread for now, feel free to create new if you need any assistance.

Thank you.