@Lammikko - I applied these fixes but nothing has changed at all unfortunately. Have checked in ie6,7 & 8, FF, Opera, Chrome, Safari, and all have the same result, no RTE. I force-refreshed browser cache each time before logging in, so I should be seeing all correctly.
I opened tinymce.functions.php in DW CS4 and line 32 is highlighted as invalid due to duplicate attribute, so I altered it to the following:
$themeOptions .= '<option value="">' . $key . '"' . ($key == $params['theme'] ? ' selected="selected"' : '') . '>' . $value . '</option>' . PHP_EOL;
Uploaded but still no RTE ...
In the plugin System Events, currently applied are:
- Template Service Events: OnLoadWebDocument
- RichText Editor: OnRichTextEditorInit, OnRichTextEditorRegister
- System Settings: OnInterfaceSettingsRender
Would a rollback to an earlier version help?
Could really do with some advice here please.
Many thanks in advance