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

How to disable image post from newsfeed wall | Forum

senaka
senaka Dec 9 '15

I want know how to disable images post from newsfeed wall and comment.





The Forum post is edited by senaka Dec 9 '15
Dnyan
Dnyan Dec 9 '15
Check the code in newfeed plugin view file and change the code.
You will find your plugin in c panel 
In ow_plugins
Newsfeed
Inside it in view folder
Edit required php file

Darryl B Leader
Darryl B Dec 10 '15
Try putting this in your custom css for your theme. This should cause the camera icon to not display.

.ow_comments_input .ow_attachments a {
    display: none;
}
senaka
senaka Dec 11 '15
Not working custom css but working this way-- 


http://localhost/siteFolder/admin/settings/content


then select Disable rich media

senaka
senaka Dec 11 '15

Quote from Dnyan Check the code in newfeed plugin view file and change the code.You will find your plugin in c panel In ow_pluginsNewsfeedInside it in view folderEdit required php file
I think this way correct. I'll try it.