Current status of the Ning Platform is always available on the Ning Status Blog.

Hmm bit of a hard title to describe this but let me explain

So far as I can tell we have a list of achievements from 1 to 9 but if you only want certain ones to show you still have to have them all show as you cannot pick and choose which ones you want. For example I may want them all to show except for Polls as I don't use them but to get the others to show after it I still have to have the polls show up.

So here is some css which will allow you to pick the ones you want to show up. So how it works is we are going to target the divs which hold the achievements we want to remove ( NOTE: As there is a div which hold the count of points it counts in the list so we have to add 1 to the div we want to remove

Here is the list of achievements

6594465496?profile=RESIZE_710x

As you can see the Poll One is number six in the list so six + 1 =7 and 7 is the number we add into the line of css like this

.mrs-listAchievement .mrs-listColumn:nth-of-type(7){ display: none }

That will remove that one from our list and the others below will still show up. Now you can pick and choose which you want to display by simply adding more lines into the css. So for example suppose I want to remove the new comment one as well, so we can add into our code that line which is number 3 + 1 =4 so that will look like this in the code ( not the comma at the end of the fist line, we use a comma to add multiple lines to one method of css. You can write each line individually if you want also )

.mrs-listAchievement .mrs-listColumn:nth-of-type(4),
.mrs-listAchievement .mrs-listColumn:nth-of-type(7){
display: none }

or you can write it like this, which ever you prefer

.mrs-listAchievement .mrs-listColumn:nth-of-type(4){ display: none }
.mrs-listAchievement .mrs-listColumn:nth-of-type(7){ display: none }

So there you go, how to display only the ones you want to show up. To have them show up again just remove the line off css for the ones you want to show up again.

 

 

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

⚡JFarrow⌁ replied to ⚡JFarrow⌁'s discussion
Time Saver: Your RSS Feeds for Location Tags on Ning
"Use the feeds inside this awesome RSS Feed tool"
17 hours ago
⚡JFarrow⌁ replied to ⚡JFarrow⌁'s discussion
Amazing Tool to Automate Your Content Discovery, RSS and Sharing Community Content
"It would be Nice if Ning updated this page"
17 hours ago
Ron updated their profile
Wednesday
⚡JFarrow⌁ replied to ⚡JFarrow⌁'s discussion
Style Hack: How to Have Different Backgrounds for Different Groups
"still love this hack"
Wednesday
Alina Langley replied to Suzie Nielsen's discussion
Ning 2.0 For Sale
"Do you atill have a NING 2.0 site? I am looking for one, please DM me :)"
Apr 12
Alina Langley updated their profile photo
Apr 12
Alina Langley updated their profile
Apr 12
LEO Mobile App Builder updated their profile
Mar 26
Aase Lillian replied to Aase Lillian's discussion
Community - activity page
"Ok, thank you. Please send me details as I have no idea on how to do it. "
Mar 19
Aase Lillian and ⚡JFarrow⌁ are now friends
NC for Hire
Mar 19
⚡JFarrow⌁ updated their profile photo
Mar 18
⚡JFarrow⌁ replied to Aase Lillian's discussion
Community - activity page
"Yes you can add emojis to your community pretty much anywhere you like.
If you need some help…"
Mar 18
More…

Meanwhile, you can check our social media channels