In my Ning site, we are trying to steer all content into the forum. It was frustrating that Ning doesn't offer a clean way to do this.

The most obvious problem was the "Add Blog" link that's in the "Add Content" popup on the homepage. In fact just now a new user - one of the most prestigious investors in my city - created a blog post on my new site, and I had to ask him to repost it in the forums. (booooo)

But, I think I figured it out.  To get rid of the "Add Blog Post" button in the homepage popup, try adding this custom CSS - 

.xg_sprite-blog { display:none; }

Let me know if that works for you. Cheers!

Tags: blogs, css, custom, forums

Views: 742

Reply to This

Replies to This Discussion

if you aren't going to allow blogs to be posted, why not simply remove the feature?

also, you can do what I suggested in this post to a discussion about the same issue if you want to keep both.

How do I simply remove the feature?  I tried and tried to do that, and asked in this forum but was told you can't do it.

P.S.  I also hid the "Blog posts" link on the user profile page, with this CSS: 

.module_user_summary ul.nobullets li:first-child { display : none; }

woops, i forgot you cant remove them, sorry about that.

still, you can change the name from "Blogs" to "Articles", it completely helped the confusion on my network

I changed blogs to articles, but I had a question,  in the "latest Activity module" when someone posts an article, it show as "so and so posted a new blog post".  The wording on everything else was changed to artciles but this is the only thing left that is still "blog post" and i can't seem to fix it.  any ideas?

Try looking for  %1$s posted a blog post in the language editor and changing it to say article instead..

I would honestly just type BLOG into the language editor and change them all to ARTICLES

Thanks very much for this Dylan.  It worked beautifully. 

I was shocked that they can't be turned off, on a network I'm paying $25 a month for.  Fortunately, I know CSS :)

I'm glad you could do what you wanted via css code Dylan. WE are a social network so like to have blogs..

I don't suppose there's any css code that would stop people sending out mass mail continually is there?

Some people just will not stop doing it, and some members don't like it because they feel if they have mail they have to answer.

I've asked time and time again for them not to do it too...

 

I'm assuming you mean, only let people select one person for an email?  Sorry I can't help with that, it's a complicated javascript/css thing.  :-/

Hi Dylan

Thanks SO much for the CSS for hiding the blog, video (and I also hide the how to add via your phone bit too)  - worked like a charm!

Because Ning doesn't have the blog categories feature, I had to create all my blog posts in the forum using that categorisation (bit of a pain). Any idea how to change the heading 'Discussion' and 'View all Discussions', etc to say 'Articles' instead so it doesn't look too forumy??

Lo

Hi Lorraine - in this thread, they talk about how to change "Blogs" to "Articles" using the language editor.

http://creators.ning.com/forum/topics/want-to-change-blog-posts-to?...

If you really want to , I'd imagine you can change "Discussions" to "Articles" the same way. good luck

Hi Dylan

Thanks for that. I will definitely give it a go!

I had one more css question that maybe you can help with. I want to stop anybody from uploading videos, etc using their mobile phone. I've removed all 'Add' options everywhere else (using your suggestions eariler) but on Profile --> Settings page at the bottom, there are a couple of sections "Mobile Uploads" and "Credits" (or Gifts, whatever that's about) and I wanted to also hide those. However, I cannot for the life of me work out how to do it.

I have this in the CSS:

.xg_sprite-blog { display:none; }
.xg_sprite-add { display:none; }
.xg_profiles_settings_email_show { display:none; } <-- doesn't seem to work
.module_user_summary ul.nobullets li:first-child { display : none; }
.module_user_summary ul.nobullets li:last-child { display : none; }
.module_user_summary ul.nobullets li:nolegend profile { display : none; }

Do you have any ideas?

Thanks

Lorraine :)

RSS

Latest Activity

SM replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"Hi Suzie, here is the code you need to put into your bottom custom code box in the design center…"
37 minutes ago
Kos replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"ahhh now that makes sense.  Thanks for clarifying :)"
1 hour ago
Strumelia replied to FedMedic's discussion '3.0 Why is all my text centered?'
"Thanks so much, and please DO let me know what their support team is like, when you first make use…"
2 hours ago
SM replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"Hi Suzie, I'll try to post something more logical with screen shots. But, you'll see -…"
2 hours ago
SM replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"Hi Kos, the reason for the code is to have elements only display on the home page. By default, Ning…"
2 hours ago
soaringeagle replied to Phil McCluskey's discussion 'Introducing the Spam Folder'
"it seems a few of us have the same concerns/questions i can see a reason for secrecy as in you…"
2 hours ago
soaringeagle replied to Phil McCluskey's discussion 'Introducing the Spam Folder'
"this is wonderful news but can u define "content" does it include comments on…"
2 hours ago
FedMedic replied to FedMedic's discussion '3.0 Why is all my text centered?'
"Hi Strumelia! Thank you! I'm still working with various tools and toys and it's amazing!…"
3 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service