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
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 |
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 |
@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 |
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 |
@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 |
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 |
@geek_girl How can I go about it. Please explain in details. ty |
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 |
@MODZZ thank a lot it worked. you the man !!! |
@geek-girl THANKS for all your help also !!! |