Results 1 to 2 of 2

Thread: Invision help

  1. #1
    Join Date
    Jan 2007
    Posts
    7,652
    Tokens
    0

    Latest Awards:

    Default Invision help

    http://z6.invisionfree.com/HabboLaneForum/index.php?

    Ok theres my forum, i need a admin to help me adminstrate the forums!

    i need to set up user ranks and a badge system for invision forum if you can register and PM Corey on the forums

    Btw, i would be grateful if eveyone could Register !

  2. #2
    Join Date
    Jun 2006
    Location
    Bristol
    Posts
    7,177
    Tokens
    0

    Latest Awards:

    Default

    Award System - example
    <script>
    NCA = [];
    NCA[NCA.length] = ["Member's Name","Link to Reward Image","Name of Award"]

    for(i=0; i<NCA.length; i++){
    if(location.href.match("showtopic=")){
    spans = document.getElementsByTagName("span")
    for (s=0; s<spans.length; s++){
    if(spans[s].innerHTML.match(NCA[i][0]) && spans[s].className == "normalname"){
    spans[s+2].innerHTML += "<br><b><u>Awards:</u></b><br><br><img src='"+NCA[i][1]+"'> "+NCA[i][2];
    }
    }
    }
    }
    </script>
    If you need to add more awards, simply add the following after the first one:

    NCA[NCA.length] = ["Member's Name","Link to Reward Image","Name of Award"]
    Note that I did not create this code I just found it .
    Benedictus qui venit in nomine Domini

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •