PDA

View Full Version : Miscellaneous Hacks - LOGECT English To Arabic Converter


LOGECT
12-28-2011, 11:00 PM
Info: Convert English to Arabic using Google Transliteration
(http://www.google.com/transliterate/)
Screen shot:

https://vborg.vbsupport.ru/attachment.php?attachmentid=135318&stc=1&d=1325131474


Installation:
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]

Tested on vb 4.1.9

-=Leb=-
12-31-2011, 01:08 PM
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?

kh99
12-31-2011, 01:51 PM
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.

LOGECT
12-31-2011, 01:53 PM
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:

<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}" />

-=Leb=-
12-31-2011, 02:27 PM
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

-=Leb=-
12-31-2011, 04:52 PM
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