Ning Developer Docs

If you go to All members page on bottom you see the number of pages is it possible to delete them? If not, is it possible to change it into "NEXT" instead of numbers like in blogs page?

If you don't know what I am talking about look at these images..

I want to turn this..


into this..

Views: 4

Replies to This Discussion

I know it is possiable with Javascript but the only problem is it slows down the load time on your website.
if you know how to do it... can you please tell me :)
I knew the code let me go try and find it I have it on 1 of my 55 networks
Hello AKA,

This will hide everything except (1 ...)

ul.pagination li a {
display:none !important;
}

Add here:


I checked it out in as many places as I could to see if it would hide anything else. Please keep in mind, I am not using all my features. Please verify and let me know if it hides anything else.

You can also use this code instead to hide the border around the numbers.

ul.pagination li a {
border:0 solid !important;
text-decoration:none;
}

Cheers,
"JP" A.K.A. "The Ning Master"
www.skins4ning.com World Wide Website Design!
Hi Ning Master,

It worked but it hides numbering on videos, pictures, groups, forum etc. is it possible just to hide the numbering on members page?

Thanks!!!
Paste this into your Analytics textbox which you'll find by clicking Manage then clicking the Analytics icon:


<script type="text/javascript">

x$(document).ready(function() {

// Hide pagination on Members page only:
if (x$(".xg_widget_profiles_members").length > 0) x$("ul.pagination").remove();

});
</script>
It works great!!! Thanks you so much TJ!!!
You're welcome, always happy to help!

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service