Recent Topics

1 Feb 07, 2014 01:08    

Dear forum,

When writing blog posts, creating links does not work in WYSIWYG mode. If I create link by selecting text, the dialogue box opens, but after adding all the information, and then checking in HTML view, the URL is missing. Also, when I add the URL manually in HTML mode and return to WYSIWYG mode, it clears the URL again.

Misspelt words are also not detected.

Thanks,

Lee.

2 Feb 07, 2014 09:21

Hello @lee,

What is your b2evo version?

The spellchecker is not built-in the WYSIWYG editor, but you could use the browser functionallity with this little trick. Go to the TinyMCE plugin configuration form (v5: System > Plugins > TinyMCE ---- v4: Global settings > Plugins > TinyMCE) and add this code ,gecko_spellcheck : true at the end of the content of the Custom TinyMCE init: field.

Using Google Chrome and Mozilla Firefox, the missppelt words will be detected and underlined, but you can't use the right click suggestions - replace :(

Regards!

3 Feb 07, 2014 11:58

Hello,

It is version 5.0.6-stable released on 09/25/13.

Strangely the URL problem is only on one of two blogs (two separate installations loaded to the same host). I just tried with another blog, and that creates URLs with the proper HREF extension in the anchor tag.

HTML outputs following the same procedure in WYSIWYG:

Lee's English blog
<p><a target="_blank">Lee's English</a></p>

Listen Up Voices blog
<p><a href="http://listenupvo.com" target="_blank">Listen Up Voices</a></p>

Thank you for your help,

Lee.

4 Feb 11, 2014 12:17

What browser are you using?

I read a similar complaint with tinyMCE version 3.x when using IE 11.


Form is loading...