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?
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? |
Try modules/boonex/sounds/templates/base/view_unit.html
Find: <div class="fileUnitInfoView"> Change to: <!--<div class="fileUnitInfoView"> Do the same for modules/boonex/videos/templates/base/view_unit.html |
No doesnt seem to work, i've also cleared cache too after I made the change |
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 |
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 |
Oh, lol, my bad thought I read "Sound" and "Videos". It would be the same for "Photos" |
Thanks!!! |