Text editor posting box won't show on my updated site.
Using Jamroom
If it helps, here is my custom skin template in my site where it's all working CORRECTLY... not sure if there's any difference?:
{jrCore_module_url module="jrCore" assign="murl"}
tinymce.init({
body_id: "{$form_editor_id}",
content_css: "{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/css/tinymce.css",
toolbar_items_size : "small",
element_format: "html",
fontsize_formats: "8pt 10pt 12pt 14pt 18pt 24pt 28pt 36pt",
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,
browser_spellcheck : true,
statusbar: false,
paste_as_text: true,
entity_encoding: "raw",
height: "100%",
image_advtab: true,
plugins: "pagebreak,{if $jrsmiley}jrsmiley,{/if}{if $jrembed}jrembed,media{/if},autoresize,{if $table}table,{/if}link,code,textcolor,colorpicker,preview",
toolbar1: "removeformat | fontselect fontsizeselect 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{if $table} table{/if} | {if $hr} hr{/if}{if $sub && $sup} | sub sup {/if} | code preview | {if $jrembed}jrembed{/if}{if $jrsmiley} jrsmiley{/if}",
contextmenu: "link image | cut copy paste"
});