MyBB Community Forums

Full Version: How to add this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi !
I want to use this script to show an online keyboard on my forum. http://code.google.com/p/sarimcmsextensi...yboard_all

how to use this or where to add the code? I am completely new in myBB. please explain.

Thanks.
Go to : Admin Control Panel > Templates > Ungrouped templates > headerinclude > and add the following code just after {$stylesheets}
<script type="text/javascript" src="http://sarimcmsextensions.googlecode.com/files/key.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="http://sarimcmsextensions.googlecode.com/files/styles.css" />

Save Template.

Now Go to: Admin Control Panel > Templates > Header templates > header > and add the following code just after <navigation>
<script type="text/javascript" src="http://sarimcmsextensions.googlecode.com/files/preload.js"></script>

Save Templates.
Thanks a lot friend !
It worked. i tried to include the code in the xml file first Toungue
and the linking in the header does not show the css properly, so i included the css template with it Smile