Footers:
<script type="text/javascript">
var RepName = "NAME";
var RepImg = new Array();var a = 0;
RepImg[a++] = ["KARMA","IMAGE"];
var di = document.getElementsByTagName("div");
//Created by Agent Moose
for(v=0;v<di.length;v++){
for(x=0;x<RepImg.length;x++){
if(di[v].parentNode.width == "16%" && di[v].innerHTML.match(RepName + ": (.*)<")){
if(RegExp.$1 == RepImg[x][0]){
di[v].innerHTML = di[v].innerHTML.replace(RepName + ": " + RegExp.$1, RepName + ": " + RegExp.$1 + "<br /><img src='" + RepImg[x][1] + "' />");
};};};};
</script>
Original Request: http://revolutionx.smfforfree3.com/index.php/topic,553.0.htmlYou have to have the Karma mode in the ACP set to "enable karma total" in the Drop down box.
this will add an image under the karma if you have a certain amount.
NAME = The Name you have the Karma Label.
KARMA = How much karma you need for that image to show.
IMAGE = The image for the certain amount of karma specified.
Enjoy