Ning Developer Docs

?How do we remove the new link for Badges to prevent our videos etc going to other sites like MySpace?

I am having concern about this. We have members on our Photo Slide show, and other members which have posted personal one of a kind race videos on our site and we would not feel comfortable having our members and group shared videos showing up on MySpace etc especially without their permission. This whole problem could quickly be resolved for us if there is away to disable this new permanent link in the right column where it says Diana created this network on NING..or could remove it using the features option. (I do not have it as active in feature.) Also the language editor does not fix things in this box without causing problems with script on this site. (have tried this before with create your own social network link andI had to put everything to default and retype all of the language changes I had made...like forums was changed to the word discussion etc). The Badge link (which we do not need) takes them right to these other things too. Any advise is extremely valued! Sincerely, ~Diana

Views: 2

Replies to This Discussion

Wasn't it possible using the 'Features' page, by dragging and dropping 'Get badges' into the box labeled "Drag here to remove feature"? If not, then adding this CSS in Appearance > Advanced box will hide it:

.module_badge { display:none !important; }

Not sure if it helps.
I have Badges already removed in feature. There is a permanent link now on the right column where it says "(avator) Diana created this network on NING" then there is a link under that which says "Get a (networkname is here) Badge I'm like Oh no! lol. I did try the code you gave me but it didnt work. I couldnt find the badge link in Language editor to trick it but I have learned that when you try to change something in that particular box by using the language editor, it causes scripts to not run correctly on the site. You have to go to default and retype in all of the language changes you had chosen. Do you have this link in your created on NING box? I'm still on a free site status perhaps premium doesn't have this? Thank you soooo much for trying to help me! ~Diana
http://(sitename here).ning.com/main/embeddable/list

That is the property for the link on the Main page that says Get a (site name) Badge...and from this network is an option in the badges widgets section.

I get your point. I had already hidden the 'xyz created this network' box on my site, so i had trouble understanding your problem :) The CSS below should fix it:

.module_about {display:none; }

or, if you want only the 'get a badge' link to go:

.module_about .clear a { display:none; }

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service