
There are still too many of us that have been searching for a solution that will remove or hide the member count (Member:) for our group page(s). This should be a simple fix. I spent 8 hours, tried every code found on this site, placed them a the top, bottom, and middle of the design studio. And not a damn one one them works!! We have just started using groups, so our number is 2!
A few off us here have a problem advertising (displaying) a puny member number. So everyone knows what I am referring to her it is:
The page is INFORMATION. Members: 2
Latest Activity: Yesterday
Can any wise hacker spend a moment or two and come up with a workable hack to hide, remove, delete, or get rid of this very unnecessary information that is no one's business that is not a member? Why oh why has Ning saddled their clients down with these numbers that are flashed all over the world, that they absolutely hate and have no use for??
On behalf of myself and others we thank you in advance for your kind hack and wise brains!!
Tags:
Permalink Reply by Chris Herzig on November 12, 2012 at 10:29am Found this through search.... Hope it helps..
Hide numbers of members
.xg_widget_profiles_members .xg_headline .count {display:none !important;}
Hide numbers of your friends
.xg_widget_profiles_friend .xg_headline .count {display:none !important;}
Permalink Reply by Chris Herzig on November 12, 2012 at 11:31am Hmm, not sure.... this code removes it from the sign-up page.. Ill keep looking though:
div.module_user_summary li a.xg_sprite-add {display:none;}
Permalink Reply by Mat on November 12, 2012 at 12:15pm Try this
div.pad5.group_details strong {display:none!important; }
Let me know so i can hook you with a next try code too
Good Luck
Permalink Reply by Mat on November 12, 2012 at 2:07pm You welcome mate,
let me know if you wanna remove those too, i can come up with other trick.
Good Luck!
Permalink Reply by Mat on November 12, 2012 at 2:35pm Ok, this is how we going to do this:
First, Go to your Language Editor and search "Members" then replace it with this code:
<a class="bb_group_out">Members</a>
here is a screenshot to show you how
Then after you did this, hit save,
Now add this code inside your css "Advanced" box:
div.pad5.group_details .bb_group_out {display:none!important; }
Good Luck!
redo this trick for the "latest activity", but if i were you i will keep the "latest activity".
Permalink Reply by Mat on November 12, 2012 at 4:15pm Sure thing bra! Glad i helped,
You know you can remove those by dong this too,
Replace the word "Member:" by "Members Group"
and place this code inside your Custom box:
<script type="text/javascript">
x$("a:contains('Members Group')").parent().remove();
</script>
Peace
Mandy P. replied to Mandy P.'s discussion 'Remove unwanted space-Header'
Aaron replied to Aaron's discussion 'Ning Spring Cleaning Begins This Week'


Fire-Tech replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
Kos replied to Kos's discussion '3.0 My Thoughts From A Non-Coder (edited 5/20/13)' in the group The Sandbox
Allison Leahy replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox© 2013 Created by Ning.
