Is it possible to stop showing how many videos and pictures are on my network? It says All VIdeo (10) or All Photos (10), I want to stop showing the number. Can I do that?
If you add this to the Analytics box that you'll find by clicking the Analytics icon on the Manage menu page, it will remove all counts from your site:
<script type="text/javascript">
x$(document).ready(function() {
// Remove all Counts:
x$(".count").remove();
}
</script>
Permalink Reply by AKA on January 27, 2009 at 12:01pm
Hi Tj James, I tried this code but it didn't work...