Ning Developer Docs

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?

Thanks!!!!

Views: 5

Replies to This Discussion

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>
Hi Tj James, I tried this code but it didn't work...
Sorry, I left out something...

Change the second to last line from

}

to

});

and see if that does it!
Thanks Tj!!! it works great !!
You're welcome, always glad to help!

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service