choosing what people can post on timeline.

I need to disable people posting photos to the timeline. I highlighted the "add photo" in Admin to hide photos from showing up.

 

I deleted this from "boonex/wall/templates/base/post.html", but it doesn't take away the "photos" option in the drop down menu on the "post to timeline":

 

 <!-- Post Photo -->

    <div id="wall-ptype-cnt-photo" class="wall-ptype-cnt wall_photo">__post_wall_photo__</div>

Quote · 12 Dec 2015

I think I got it, but will this mess anything else up?

 

I deleted this from "modules/boonex/wall/classes/BxWallModule.php"

 

if($this->_oDb->isModule('photos'))

            $aTopMenu['wall-ptype-photo'] = array('href' => 'javascript:void(0)', 'onclick' => 'javascript:' . $sJsObject . '.changePostType(this)', 'class' => 'wall-ptype-ctl', 'icon' => 'picture-o', 'title' => _t('_wall_add_photo'));

Quote · 12 Dec 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.