Symon
|
Spell CheckA nice simple hack that is easy to install
Goto admin-panel-Styles Admin-- Edit Templates/Logos
Then chose your template then
open overall_header.tpl
#-----[ FIND ]------------------------------------------
#
<head>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<script type="text/javascript" src="http://www.jacuba.com/service/checker/-/-/" defer="defer"></script>
Now scroll to the bottom and find
<body>
#-----[ REPLACE WITH ]------------------------------------------
<body onload="if (window.Jacuba) Jacuba.applyTo('element: TEXTAREA')">
#
# Note that most template will have other items in the <body>tag, #you need to insert the onload code as an additional item.
#If there is already on load code, then place the additional instructions after the existing code with a ; as a separator.
#
# "If (window.Jacuba) Jacuba.applyTo('element: TEXTAREA')"
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#End
|