• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Provide a virtual Keyboard for your forum users for multi-lingual text input

Actually this mod does some string replacements in the editor_setup_js template. The string replacements can fail if the original template is modified. It is still possible to manually edit the template to include this virtual keyboard.
 
Actually this mod does some string replacements in the editor_setup_js template. The string replacements will can if the original template is modified. It is still possible to manually edit the template to include this virtual keyboard.
What is the code that needs to be included? :)
 
In template editor_js_setup

Find:
Code:
plugins: 'tabfocus,

Add after:
Code:
Jsvk,

Find:
Code:
language:

Before add:
Code:
theme_xenforo_buttons1_add_before : "Jsvk, separator",vk_skin:"flat_gray",vk_filter:[],

You can adjust the skin and filter by appropriately setting the vk_skin and vk_filter parameters.
 
Top Bottom