"Add a Video" - How to disable HELP

Hi,

How can I disable the Add a Video link, shown

on this screen capture http://screencast.com/t/Eca2rlEKsNx9

Please show me w/c file and what codes to look for. ty

Quote · 23 Aug 2013

In modules\boonex\wall\templates\base\post.html

Find :

<div id="wall-ptype-cnt-video" class="wall-ptype-cnt wall_video">__post_wall_video__</div>

Replace with :

<!-- <div id="wall-ptype-cnt-video" class="wall-ptype-cnt wall_video">__post_wall_video__</div>-->

 

Login to your Admin Panel and clear cache.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 23 Aug 2013

@modzz

Thanks a million it worked it's now disabled.

But I realized that the text link "Add a Video"

is still clickable. Is there a way to DELETE the

text link?

Thank you in advance

Quote · 23 Aug 2013

 Please post a new screenshot showing what is appearing now. Everything for video should have disappeared.

@modzz

Thanks a million it worked it's now disabled.

But I realized that the text link "Add a Video"

is still clickable. Is there a way to DELETE the

text link?

Thank you in advance

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 23 Aug 2013

@modzz,

Here is the screen capture.

http://screencast.com/t/og9u1dBVqgC

The text link is still clickable but disabled,

you can't upload a video.

Thanks

Quote · 24 Aug 2013

One solution is to hide it in the CSS; the other is to change the language key to empty; although the icon will probably still show.  Last is to find that in the code and rip it out.

Geeks, making the world a better place
Quote · 24 Aug 2013

@geek_girl

How can I go about it. Please explain in details. ty

Quote · 24 Aug 2013

Another change is needed. In modules\boonex\wall\classes\BxWallModule.php

Find and remove these two lines of code :

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

            $aTopMenu['wall-ptype-video'] = array('href' => 'javascript:void(0)', 'onclick' => 'javascript:' . $this->_sJsPostObject . '.changePostType(this)', 'class' => 'wall-ptype-ctl', 'icon' => 'film', 'title' => _t('_wall_add_video'));

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 24 Aug 2013

@MODZZ

thank a lot it worked. you the man !!!

Quote · 24 Aug 2013

@geek-girl

THANKS for all your help also !!!

Quote · 24 Aug 2013
 
 
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.