Wrtie post – toolbar gone??
-
I used a WYSIWYG editor, then deactivated it. Now my toolbar is missing from my “Write” post area. I had that wonder “Preview” plugin activated and it’s gone too. No toolbar.
I found this code by viewing page source:
<script language=”JavaScript” type=”text/javascript”><!–
var toolbar = document.getElementById(“ed_toolbar”);
if(toolbar)
{
var theButton = document.createElement(‘input’);
theButton.type = ‘button’;
theButton.value = ‘Preview’;
theButton.onclick = preview_plugin;
theButton.className = ‘ed_button’;
theButton.title = “Preview”;
theButton.id = “ed_Preview”;
toolbar.appendChild(theButton);
}function preview_plugin()
{window.open(“https://www.eoecho.com/gregmagnus/?name=preview&idpost=”);
}
//–></script>
Is this now a comment field? If so, where can I find the file so I can delete the comment tags? Any assistance would be greatly appreciated.
- The topic ‘Wrtie post – toolbar gone??’ is closed to new replies.