Please, i want to desactivate attachment button photo and video in plugin newsfeed,
how to ?
Thanks
body .ow_attachments a.image { border-radius: 0 0 0 0; display: none; margin: 0;}body .ow_attachments a.video { border-radius: 0 0 0 0; display: none; margin: 0;}
this is CSS which can be placed here http://www.yoursite.com/admin/theme/cssHi Kieron
body .ow_attachments a.image { border-radius: 0 0 0 0; display: none; margin: 0;}body .ow_attachments a.video { border-radius: 0 0 0 0; display: none; margin: 0;}
This way the attachments buttons disappears in the forum plugins too.
Do you have any idea how to disable only newsfeed?
Thanks.