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

In Firefox and Chrome the browser's inline spell checker works in the title box but not in the text box on our new 3.0 website for all text editing (the same thing happens here in this post). Spell check works fine on our old 2.0 website.

Is there a fix for this? An upcoming update?

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 –

Replies

  • The default settings of the TinyMCE editor are causing this issue. 
    https://www.tiny.cloud/docs-3x/reference/Configuration3x/Configurat...

    The Network Creator can enable the browser-based spell checker by adding the following script to the End of Page Code (Custom Code tab of the Social Site Manager):

    document.addEventListener('DOMContentLoaded', function() { setTimeout(
    function() {
    let ifr = document.querySelector("iframe[id$=\"ifr\"]");
    if (ifr) { ifr.contentDocument.body.setAttribute("spellcheck","true") }
    }, 5000);
    }
    )

    The extra 5 seconds after the DOM has loaded is necessary because the TinyMCE editor only starts loading when the DOM has loaded, so we must wait for the TinyMCE iframe to be loaded. The extra 5 seconds should be enough.

    Ning could alter the TinyMCE initialization script to set the browser_spellcheck variable to true to make this work for all networks at once. In that case, the custom code above would not be necessary anymore.

    TinyMCE | browser_spellcheck
  • Bart,

    I must be holding my mouth wrong or something. I added the script provided in the Design Studio/Custom CSS/Global CSS text box and then clicked publish and in the Firefox browser (didn't try in Chrome) it didn't resolve the problem. I tried adding it at the beginning and the end of the scripts already there, but no luck. 

    The bookmarket work around I mentioned in a previous reply still works (but I have to remember to click it when typing a reply, like I just had to in this post or there would have been a couple spelling errors in this reply).

    • Steve,

      The given script should not be added to the Custom CSS but to the Social Site Manager / Custom Code / End of Page Code. I expect you will have better results that way.

      Do not forget to add <script> before the script and </script> at the end of the script.

      • Unfortunately I don't have access to that level so I contacted the Site Creator to see if he'll add the code.

         

        • Please let me know if it works for you when your Site Creator has added the script.

          • The Site Creator added it and it worked.

            Thanks Bart!!


            PS: One thing I've noticed here on the Ning Forums is that even my bookmarklet won't reach all the way down into the reply boxes like this one I'm typing in.

             

            • Great to hear that the browser spell checker is now working for you at your Ning Network website thanks to the script I posted in this thread.

              A great tool that adds a superb spell checker to any input box on any website is the browser addon LanguageTool:

              https://languagetool.org/

              Maybe this tool can be of some extra help to you.

              LanguageTool - Online Grammar, Style & Spell Checker
              LanguageTool is a free online proofreading service for English, Spanish, and 20 other languages. Instantly check your text for grammar and style mist…
This reply was deleted.
 

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 Peter Bliss's discussion
Looking for Ning 3 Site Develop / Asst.
"I'll send you my contact info."
9 hours ago
Graduslive updated their profile
Monday
Peter Bliss posted a discussion
Hello Ning Creators.  I have been on Ning for the last 12 years migrating from Ning 2 > 3 a few…
Apr 10
Peter Bliss updated their profile photo
Apr 10
Peter Bliss updated their profile
Apr 10
Kathleen (SunKat) updated their profile
Feb 20
Scott Bishop posted a discussion
OMG! AI does it all. Anything you want to light up your Ning site, just ask Google AI. That's what…
Feb 5
Scott Bishop replied to Alex - Rosas † Negras's discussion
HTML Browser Popup Window Generator,possible with a click to have the window open for ning or other pages, this is my example
"Where at in a 3.0 website do you paste the code to? "
Feb 3
Scott Bishop replied to George H. Compton IV's discussion
(Ning 2 and 3) welcome / sign-in and sign-up pop-up module. Updated Aug 24, 2017
"Hi George, I'm not sure if this tip has been outdated or for some reason it's not working on my…"
Feb 3
Eva updated their profile
Jan 28
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"https://community.surfoutlook.com/
However, it's been solved. Ning helped me out with it. "
Jan 27
Alex - Rosas † Negras replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I don't remember your site, I'll check for you, can I have the link?"
Jan 26
More…

Meanwhile, you can check our social media channels