How to delete the "add video comment" in 7.1.0?

I know this has been answered many times with working solutions for 7.0.9, I am looking for a solution for 7.0.1

How to delete the "add video comment" in 7.1.0 - Comments and leave just post text?

I have disabled Admin Panel/Modules/Flash Apps/Comments Video Player (by Boonex)

Now I want want to get rid of the Record a video comment from the comments box

Quote · 8 Nov 2012

It is the same as it was in 7.0.9:

 

Locate & edit cmts.css within your current template (/templates/tmpl_name/css/cmts.css)

Around line 279, find:

 

td.cmt-head-m a.cmt-post-reply-video {
    height: 16px;
    margin: 10px 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px center;
    line-height: 16px;
}

Change to:

td.cmt-head-m a.cmt-post-reply-video {
    height: 16px;
    margin: 10px 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px center;
    line-height: 16px;
    display: none;
}

Skype: shawn.nelson
Quote · 8 Nov 2012

I was looking in wrong place - templates/base/scripts/BxBaseCmtsView.php

This Works Perfect - Thank You

Quote · 9 Nov 2012

It is much easier in Dolphin 7.1 - just uninstall Video Comments module from Dolphin Admin Panel -> Modules -> Flash Apps 

Rules → http://www.boonex.com/terms
Quote · 11 Nov 2012

 Good to know....  thanks

It is much easier in Dolphin 7.1 - just uninstall Video Comments module from Dolphin Admin Panel -> Modules -> Flash Apps 

 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 11 Nov 2012
 
 
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.