hi.
i have edited the file tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/blog/postedit.get.html.ftl to add buttons to the editor.
i have added this line:
plugins: "table,visualchars,emotions,advhr,print,directionality,fullscreen,insertdatetime,spellchecker",
and changed this line:
theme_advanced_buttons3 : null,
tho this line:
theme_advanced_buttons3: "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,advhr,|,print,|,ltr,rtl,|,fullscreen,spellchecker",
this have added the spellchecker button to my editor with 6 languges, but every click on it gives me this error:
Please specify: spellchecker_rpc_url
anyone knows what line i need to add?
thank you.