Yes as usual you are right
I "had" 2 templates saved to the skin in this manner
jrSiteBuilder_form_editor.tpl
and I believe the other is named
jrCore_form_editor.tpl
Been working fine for 6 months or so until recently
So I just went in and doubled checked what you said above and somehow/somewhere over the last month I have erased the jrSiteBuilder_form_editor.tpl in the skin folder...not sure when or how-actually just discovered it when making a screenshot video just now to share with you ( there was an embarrassing PAUSE in the video when i could not find the template in the skin
... do i just need to copy the PLUG INS part of the code from jrCore to jrSitebuilder to have them the same or do you think there my be additional code to alter?
Here is the plugins code I have in jrCore_form_editor.tpl
plugins: "jsplus_maps,spellchecker,contextmenu,pagebreak,{if $jrsmiley}jrsmiley,{/if}{if $jrembed}jrembed,media{/if},image,autoresize,{if $table}table,{/if}link,code,fullscreen,textcolor,colorpicker,preview{if $hr},hr{/if}",
toolbar1: "formatselect | 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 unlink anchor pagebreak{if $table} table{/if}{if $hr} hr{/if} | code preview fullscreen{if $jrembed || $jrsmiley} |{/if}{if $jrembed} jrembed{/if}{if $jrsmiley} jrsmiley{/if},spellchecker,jsplus_maps",
contextmenu: "link image | cut copy paste",
spellchecker_rpc_url: "{$jamroom_url}/modules/jrCore/contrib/tinymce/plugins/spellchecker/spellchecker.php"
});
And here is the plugins code from the bottom of the jrSiteBuilder_form_editor.tpl
plugins: "imagetools,pagebreak,{if $jrsmiley}jrsmiley,{/if}{if $jrembed}jrembed,media{/if},image,autoresize,{if $table}table,{/if}link,code,fullscreen,textcolor,colorpicker,preview{if $hr},hr{/if},tabindex,paste,anchor",
toolbar1: "formatselect | fontselect fontsizeselect forecolor {if $strong} bold{/if}{if $em} italic{/if}{if $span} underline{/if} removeformat | {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{if $table} table{/if}{if $hr} hr{/if} | code preview fullscreen{if $jrembed || $jrsmiley} |{/if}{if $jrembed} jrembed{/if}{if $jrsmiley} jrsmiley{/if}"
};
</script>
If you notice the script tag at the end in that last code it seems lime jrSitebuilder is using js and jrCore is not...
So now i guess my remain question is can I just copy the plugins part of the code from the jrCore template to the jrSiteBuilder template then both editors will be the same?
Sorry this is so lengthy and thanks again