1 lee Feb 07, 2014 01:08
3 lee 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 hypocrite Feb 11, 2014 12:17
What browser are you using?
I read a similar complaint with tinyMCE version 3.x when using IE 11.
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!