how to remove views on images and videos

I'd like to remove the view count on images and videos.  I asked this a long time ago and it got answered but the thread is now gone.  Anyways how do you remove the view counts?

Quote · 17 Aug 2012

Try  modules/boonex/sounds/templates/base/view_unit.html

 

Find:

<div class="fileUnitInfoView">
            <img src="<bx_icon_url:eye.png />" title="<bx_text:_bx_sounds_view_alt_view />"/>
            __viewInfo__
        </div>

Change to:

<!--<div class="fileUnitInfoView">
            <img src="<bx_icon_url:eye.png />" title="<bx_text:_bx_sounds_view_alt_view />"/>
            __viewInfo__
        </div>-->

Do the same for modules/boonex/videos/templates/base/view_unit.html

Quote · 18 Aug 2012

No doesnt seem to work, i've also cleared cache too after I made the change

Quote · 18 Aug 2012

Thats to remove the view when you view an actual video or sound

To remove from home page,etc.  then go to

modules/boonex/sounds/templates/base/browse_unit.html

Find:

<div class="sys_file_search_when">{view} <bx_text:_Views /></div>

Change To:

<!--<div class="sys_file_search_when">{view} <bx_text:_Views /></div>-->

Same for videos

Let me know how that works

Quote · 18 Aug 2012

lol the problem is that you told me to look in sounds and I did, I looked in photos and just deleted the view info code

Quote · 18 Aug 2012

Oh, lol, my bad thought I read "Sound" and "Videos". It would be the same for "Photos"

Quote · 18 Aug 2012

Thanks!!!

Quote · 23 Jan 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.