Back to vBulletin 4.x Template Modifications

virtual google keyboard in your board
Mod Version: 1.00, by yaghoub

vB Version: 4.1.2 Rating: (2 votes - 5.00 average) Installs: 4
Released: 16 May 2011 Last Update: Never Downloads: 0
Not Supported Translations  

This mod will help you a virtual keyboard to have into your site.

it is very simple.

find header templat and In the end it put this code

PHP Code:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<
script type="text/javascript">
    
google.load("elements""1", {packages"keyboard"});
    var 
kbd;
    function 
onLoad() {
      
kbd = new google.elements.keyboard.Keyboard(
        [
google.elements.keyboard.LayoutCode.ENGLISH]);
    }
    
google.setOnLoadCallback(onLoad);
</
script

for persian lang put this code

PHP Code:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<
script type="text/javascript">
    
google.load("elements""1", {packages"keyboard"});
    var 
kbd;
    function 
onLoad() {
      
kbd = new google.elements.keyboard.Keyboard(
        [
google.elements.keyboard.LayoutCode.PERSIAN]);
    }
    
google.setOnLoadCallback(onLoad);
</
script

for arabic lang put this

PHP Code:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<
script type="text/javascript">
    
google.load("elements""1", {packages"keyboard"});
    var 
kbd;
    function 
onLoad() {
      
kbd = new google.elements.keyboard.Keyboard(
        [
google.elements.keyboard.LayoutCode.ARABIC]);
    }
    
google.setOnLoadCallback(onLoad);
</
script>

[
COLOR="Red"]SCREENSHOT[/COLOR

Please Request to other languages ....

FOR Two LANG PUT THIS cod AND WHIT AROW Switch Between

PHP Code:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<
script type="text/javascript">
    
google.load("elements""1", {packages"keyboard"});
    var 
kbd;
    function 
onLoad() {
      
kbd = new google.elements.keyboard.Keyboard(
        [
google.elements.keyboard.LayoutCode.ENGLISH]);
    }
    
google.setOnLoadCallback(onLoad);
</
script>
<
script type="text/javascript" src="http://www.google.com/jsapi"></script>
<
script type="text/javascript">
    
google.load("elements""1", {packages"keyboard"});
    var 
kbd;
    function 
onLoad() {
      
kbd = new google.elements.keyboard.Keyboard(
        [
google.elements.keyboard.LayoutCode.PERSIAN]);
    }
    
google.setOnLoadCallback(onLoad);
</
script

Download

No files for download.

Screenshots

Click image for larger version
Name:	6-15-2011 10-25-12 PM.jpg
Views:	400
Size:	106.8 KB
ID:	129112  

Similar Mods

Major Additions VSK - Virtual Screen Keyboard vBulletin 4.x Add-ons
Miscellaneous Hacks add virtual keyboard from google vBulletin 4.x Add-ons
Miscellaneous Hacks VB Graphical Virtual Keyboard Interface vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024