I see this and since this use Flash, i don't want it.How to delete that.?
See picture, thank you.
I see this and since this use Flash, i don't want it.How to delete that.? See picture, thank you.
http://www.busimatch.club ( The most exclusive business club) |
Chrome and Firefox block flash apps by default so the link probably doesn't work. It doesn't show up on my site, but I don't know how I got rid of it. Have a look at this link. Nathan's suggestion is probably the best, but you could also try the last one which changes the Dolphin core. https://www.boonex.com/forums/topic/remove-Record-a-video-comment.htm#129773
|
Just go to the flash video comments module here - Admin > Modules > Flash apps https://www.deanbassett.com |
Was not able to find a video player to disable it.
So I did this....
templates/base/css/cmts.css
(Below was Copied and pasted from = td.cmt-head-m a.cmt-post-reply-video) td.cmt-head-m a.cmt-post-reply-text, { height: 16px; margin: 10px 0px; float: left; background-repeat: no-repeat; background-position: 0px center; line-height: 16px; }
(Cut all and paste to above and then add = display:none;) td.cmt-head-m a.cmt-post-reply-video {
display:none; }
(See attached Image, when I make a change I always justify to the right so I can find it easily) |