need to add a code in the html body of the forum

juliet at 14h36
27
Nov
2011
Hello, I want to add a service that monitors, the problem is that I need to paste their code in the html body of the forum but I have no idea where to insert it, I tried the javascript module and it did not work, the thing is that I am not this brave with codes and I am afraid to experiment, therefore I need some help to tell me if it can be added and if yes, then how?

my forum is

http://vampireknight.all-up.com/

and the board its invision, any ideas?

for any help, thanks in advance...
1 Guest, on 27/11/2011 at 14h50
Add in your JavaScript management:
Code:
function changeText(){
   document.getElementByTagName('body').innerHTML = 'HTML HERE';
}
2 juliet, on 27/11/2011 at 14h55
do I add this after the code? or before? sorry I am very slow with these things ...

the code that I need to insert goes like this

<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=7440120;
var sc_invisible=1;
var sc_security="050b1b69";
var sc_https=1;
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost +
"statcounter.com/counter/counter.js'></"+"script>");</script>
<noscript><div class="statcounter"><a title="tumblr visit
counter" href="http://statcounter.com/tumblr/"
target="_blank"><img class="statcounter"
src="https://c.statcounter.com/7440120/0/050b1b69/1/"
alt="tumblr visit counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->


and I tried adding both codes together but still does not work...
3 Guest, on 27/11/2011 at 19h37
In this case, add your code in Administration Panel => Display => Homepage => Generalities. Wink
4 juliet, on 28/11/2011 at 07h21
thank you, I inserted it at the message field, seemed weird at the beginning but it really worked like a charm, thanks all for all the great help!!
5 Sanket, on 28/11/2011 at 07h49
Topic Solved & Locked
Similar topics
~~* Guide created by Mikey *~~ Hey guys, I'm going to try and teach you how to build basic webpages in HTML! I've seen several guides on this forum trying to teach HTML, but the main problem with them is either they are hard to understand/follow, and/o
hi guys, I am having an idea of creating a website with forumotion, i'll be using all html pages in it, no forums no portals. In my calculations i would have to create about 120 pages in the html, is it alright with forumotion? and can we create this
Hi guys, Here is a Code Code:<html> <head>    <script type="text/javascript">         function toggleDiv()         {           if
See also
more_less
Informations

5 Replies For the topic :
"need to add a code in the html body of the forum "

This topic has been viewed 746 times.

Last message :
27/11/2011 at 14h36 by "juliet"