As per this (now closed) thread on installing a spellchecker plugin into my text editor tinyMCE:
https://www.jamroom.net/the-jamroom-network/forum/suggestions/24151/no-spellcheck-im-surprised
...and referencing this instruction page:
http://www.tinymce.com/wiki.php/Plugin:spellchecker
The above page seemed to not have any downloadable plugin, but seemed to suggest i simply add the word "spellchecker" to the code in my Core template...so that's what i tried. Yeah, i know...pretty lame. Probably shouldn't be even trying this on my own. =8-\
I put the following code into my core_form_editor tpl as best as I could figure, cleared cache, but no spellchecker function seems to activate or be seen.
Can anyone suggest what i am doing wrong? I'm really just taking my best guess as to how the code needed to be added.
I added the "spellchecker" bit here to the two lines for "plugins" and "toolbar1":
{jrCore_module_url module="jrCore" assign="murl"}
tinymce.init({
body_id: "{$form_editor_id}",
content_css: "{$jamroom_url}/{$murl}/css/{$murl}/jrCore_tinymce.css?v={$_mods.jrCore.module_version}",
toolbar_items_size : "small",
element_format: "html",
autoresize_bottom_margin: "3",
keep_styles: false,
theme: "{$theme}",
selector: "textarea#{$form_editor_id}",
relative_urls: false,
remove_script_host: false,
convert_fonts_to_spans: true,
menubar: false,
statusbar: false,
paste_as_text: true,
entity_encoding: "raw",
height: "100%",
image_advtab: true,
plugins: "contextmenu,pagebreak,{if $jrsmiley}jrsmiley,{/if}{if $jrembed}jrembed,media{/if},image,autoresize,{if $table}table,{/if}link,code,fullscreen,textcolor,colorpicker,spellchecker,preview",
toolbar1: "formatselect | fontselect forecolor {if $strong} bold{/if}{if $em} italic{/if}{if $span} underline{/if} | {if $span || $div} alignleft{/if}{if $span || $div} aligncenter{/if}{if $span || $div} alignright{/if}{if $span || $div} alignjustify |{/if}{if $ul && $li} bullist numlist |{/if}{if $div} outdent indent |{/if} undo redo | link unlink anchor pagebreak | spellchecker |{if $table} table{/if} | {if $hr} hr{/if}{if $sub && $sup} | sub sup {/if} | code preview fullscreen{if $jrembed || $jrsmiley} |{/if}{if $jrembed} jrembed{/if}{if $jrsmiley} jrsmiley{/if}",
contextmenu: "link image | cut copy paste"
});
--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
updated by @strumelia: 08/14/15 04:55:04AM