We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Newsfeed how to deactivate attachment ? (resolved) | Forum

Topic location: Forum home » Support » General Questions
raphael
raphael Mar 12 '14
Please, i want to desactivate attachment button photo and video in plugin newsfeed,
how to ?
Thanks
The Forum post is edited by raphael Mar 15 '14
ross Team
ross Mar 12 '14
You can do that for the comments to posts in newsfeed but not to the original post. This is considered as a custom code modification
Kieron H Leader
Kieron H Mar 14 '14
this is CSS which can be placed here http://www.yoursite.com/admin/theme/css


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;}

The Forum post is edited by Kieron H Mar 14 '14
raphael
raphael Mar 15 '14
it is good,
thank you very much ;)
Kieron H Leader
Kieron H Mar 15 '14
you're very welcome :-)
The Forum post is edited by Kieron H Mar 15 '14
Aprillos
Aprillos Mar 15 '14
spam
Kieron H Leader
Kieron H Mar 16 '14
what is spam?
tammy harris
tammy harris Mar 17 '14
Quote from Kieron what is spam?

spam is meat in a tin lol
Pedro Machado
Pedro Machado Jun 8 '14

Quote from Kieron this is CSS which can be placed here http://www.yoursite.com/admin/theme/css


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;}

Hi Kieron


This way the attachments buttons disappears in the forum plugins too.

Do you have any idea how to disable only newsfeed?


Thanks.

The Forum post is edited by Pedro Machado Jun 8 '14
ross Team
ross Jun 8 '14

#nfa-feed1

{

display: none;

}

Pedro Machado
Pedro Machado Jun 10 '14
Ok. Thanks!
ross Team
ross Jun 10 '14
My pleasure