Quote:
Originally Posted by -=Leb=-
how come after i uninstalled logect now i can't even reply to any post, and the quick reply is gone from my forum. Any idea how to fix that?
|
Did you change the code or modified your template ?
it should work fine on 4.1.9!
open your
editor_ckeditor template and replace all with the following code:
Code:
<div id="{vb:raw editorid}" class="blockrow texteditor">
<div class="editor">
<div class="editor_textbox_container<vb:if condition="$smiliebox"> smilie</vb:if>">
<div class="editor_textbox <vb:if condition="$smiliebox">editor_textbox_smilie</vb:if>">
{vb:raw ckeditor}
</div>
</div>
<vb:if condition="$smiliebox">
<div class="editor_smiliebox">
{vb:raw smiliebox}
</div>
</vb:if>
</div>
</div>
<input type="hidden" name="wysiwyg" id="{vb:raw editorid}_mode" value="{vb:raw editortype}" />