PDA

View Full Version : Invision help



@xP
04-02-2007, 09:23 PM
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 xD!

Nixt
04-02-2007, 09:38 PM
Award System - example (http://img49.imageshack.us/img49/2816/awards4nc.png)

<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 :).

Want to hide these adverts? Register an account for free!