[Snippet] Virtual Multilanguage Keyboard

Virtual Multilanguage Keyboard
This Snippet adds a Virtual Multilanguage Keyboard to your postbox
Credits: GreyWyvern and all translaters
Demo: http://4seven.bplaced.net/forum/1/posting.ph ... y&f=2&t=81 (un: tester / pw: tester)
click under postbox on
there are several languages available,
so chose language on the small arrow, beneath US International (default)

Instruction
download
copy
root/keyboard/*.* > keyboard/*.*
open
styles/prosilver/template/posting_editor.html
find
replace with
Clear all Board- and Browser-Caches
This Snippet adds a Virtual Multilanguage Keyboard to your postbox
Credits: GreyWyvern and all translaters
Demo: http://4seven.bplaced.net/forum/1/posting.ph ... y&f=2&t=81 (un: tester / pw: tester)
click under postbox on

there are several languages available,
so chose language on the small arrow, beneath US International (default)

Instruction
download
copy
root/keyboard/*.* > keyboard/*.*
open
styles/prosilver/template/posting_editor.html
find
- Code: Select all
<div id="message-box">
<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->
replace with
- Code: Select all
<script type="text/javascript" src="keyboard/keyboard.js" charset="UTF-8"></script>
<link rel="stylesheet" type="text/css" href="keyboard/keyboard.css">
<div id="message-box">
<textarea class="keyboardInput" <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->
Clear all Board- and Browser-Caches