Post by darkaln on Feb 20, 2013 1:57:38 GMT -8
Hello Proboards community, I tried to search a lot for a template to do as said so in the title. I came across a footer code and modified it for my use but it doesn't seem to work as it should.
Am I doing something wrong or does this code not support V5? Response will be greatly appreciated. If it won't be a lot to ask can someone please make a working code.
Thank you.
www.minezoid.com
<script type="text/javascript">
/* Mini-Profile Replace Anything Global by SubDevo */
/* Global Footer - Please leave this header intact. Do not repost. */
/* [url]http://interoceandesigns.com[/url] or [url]http://lsdp.proboards.com[/url] */
var fRep=[ // "Text to Replace", "Replacement"
["Owner",'<img src="http://i.imgur.com/cJCNUuY.png"/>'],
["Admin",'<img src="http://i.imgur.com/pjdGPnE.png"/>'],
["Moderator",'<img src="http://i.imgur.com/4ZpR9Wr.png"/>'],
["Trialmoderator",'<img src="http://i.imgur.com/6C7V9mA.png"/>'],
["Helper",'<img src="http://i.imgur.com/ZQkeUjj.png"/>'],
["Donator",'<img src="http://i.imgur.com/RAfXpL2.png"/>'],
["kMember",'<img src="http://i.imgur.com/laFBXov.png"/>'],
["EliteMember",'<img src="http://i.imgur.com/laFBXov.png"/>'],
["SuperMember",'<img src="http://i.imgur.com/laFBXov.png"/>'],
["JuniorMember",'<img src="http://i.imgur.com/laFBXov.png"/>'],
["Newbie",'<img src="http://i.imgur.com/laFBXov.png"/>']
];
var n=document.getElementsByTagName("td"),a,b,x=-1,i;
if(/(calendar|pm|pre)view|viewprofile|search2|display/i.test(pb_action)){
while(n[++x]){a=n[x];b=a.innerHTML;
if(a.width=="20%"&&b.indexOf("Posts:")!=-1){i=-1;
while(fRep[++i]){b=b.replace(fRep[i][0],fRep[i][1]);} a.innerHTML=b;
}}}
</script>
Am I doing something wrong or does this code not support V5? Response will be greatly appreciated. If it won't be a lot to ask can someone please make a working code.
Thank you.
www.minezoid.com