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

Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Please can anyone help my site truebook.site is down for some reason 
trid to contact Ning and even…"
9 hours ago
Truebook posted a discussion
Why is my site down ?
10 hours ago
Truebook posted a discussion
Sunday
Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Hi I am new here 
this is my site 
please give me some ideas 💡 
https://truebook.ning.com"
Friday
Eva liked ⚡JFarrow⌁'s discussion Ning Creators Sound Off: Share Your Network
Friday
Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
Friday
Truebook is now a member of Ning Creators Social Network
Friday
scott claxton updated their profile
Apr 9
Rhonda liked ⚡JFarrow⌁'s discussion Ning Creators Sound Off: Share Your Network
Mar 27
⚡JFarrow⌁ updated their profile photo
Mar 24
Markus Miner and ⚡JFarrow⌁ are now friends
NC for Hire
Mar 19
Markus Miner replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Man I'd love the help I was about just start a new network"
Mar 19
More…

Meanwhile, you can check our social media channels