Youzify (formerly Youzer)

How to disable wall attachments?

  1. Go to Youzer Panel > General settings > Wall Settings.
  2. Scroll Down and You will find \" Control Wall Posts Visibility\" Section.
  3. Now disable all post types which is require to upload attachments like Photo, Video, Audio etc.

Note: To disable upload button you have to add the following filter hook below inside of \"wp-content/plugins\" and then open \"bp-custom.php\" (If you have not find, create one).
add_filter(\'yz_allow_wall_upload_attachments\', \'__return_false\');

Step One:




Step Two:



Step Three: