The Arcive of vBulletin Modifications Site. |
|
LOGECT English To Arabic Converter Details »»
|
|||||||||||||||||||||||||||||
Info: Convert English to Arabic using Google Transliteration
Screen shot: Installation: -Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product] Tested on vb 4.1.9 Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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?
|
|
#3
|
|||
|
|||
|
You might try this: go to the Style Manager and Edit Templates in your style, find the template editor_ckeditor and revert it if necessary.
|
|
#4
|
||||
|
||||
|
Quote:
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}" />
|
|
#5
|
||||
|
||||
|
hi gentlemen, i did not edit or change anything. I just installed and uninstalled , and i'm using the default style
the plugin is uninstalled and there is no templates called editor_ckeditor It seems like when you uninstall the coverter it remove the editor_ckeditor template? I'm not sure if the editor_ckeditor is default template for VB . if i install it back the quick reply works just fine, but i dont really need it anymore and now the quick reply box is gone and can't even reply to any thread or post ![]() Also i did reverted all templates with no luck |
|
#6
|
||||
|
||||
|
ok i reinstalled ¨the hack back and then edited the template called editor_ckeditor
and added the code you gave me above, then i uninstalled the hack and the template stayed and quick reply is working agian. thx anyways |
![]() |
|
|