Copy below edit with care
<script>
/* Forum Member Icons*/
//member Icons
var icon = document.querySelectorAll("a[href*='/u/']");
for(i=0;i<icon.length;i ){
var lcon= document.createElement("img");
lcon.setAttribute("src", "/forum/icon/Mem.png"); lcon.setAttribute("class","icon");
icon[i].appendChild(lcon);}
//Remove Member Icons
var licon = document.querySelectorAll("a[href*='Lordeagle'] img.icon,a[href*='STRIKELORD'] img.icon,a[href*='jamaica'] img.icon,a[href*='MAGIKLORD'] img.icon,a[href*='lilkrix'] img.icon");
for(i=0;i<licon.length;i ){
licon[i].style.display="none";}
//Admin Icon
var Admn = document.querySelectorAll("a[href*='Lordeagle']");
for(i=0;i<Admn.length;i ){
var Adcn= document.createElement("img");
Adcn.setAttribute("src", "/forum/icon/lord_icon.png");
Adcn.setAttribute("class","admin");
Admn[i].appendChild(Adcn);}
//Mods Icon
var Mods = document.querySelectorAll("a[href*='STRIKELORD'],a[href*='jamaica'],a[href*='MAGIKLORD'],a[href*='lilkrix']");
for(i=0;i<Mods.length;i ){
var ModsIcon = document.createElement("img");
ModsIcon.setAttribute("src","/forum/icon/admins.png");
ModsIcon.setAttribute("class","Mods");
Mods[i].appendChild(ModsIcon);
}
</script>
Copy code
/* Forum Member Icons*/
//member Icons
var icon = document.querySelectorAll("a[href*='/u/']");
for(i=0;i<icon.length;i ){
var lcon= document.createElement("img");
lcon.setAttribute("src", "/forum/icon/Mem.png"); lcon.setAttribute("class","icon");
icon[i].appendChild(lcon);}
//Remove Member Icons
var licon = document.querySelectorAll("a[href*='Lordeagle'] img.icon,a[href*='STRIKELORD'] img.icon,a[href*='jamaica'] img.icon,a[href*='MAGIKLORD'] img.icon,a[href*='lilkrix'] img.icon");
for(i=0;i<licon.length;i ){
licon[i].style.display="none";}
//Admin Icon
var Admn = document.querySelectorAll("a[href*='Lordeagle']");
for(i=0;i<Admn.length;i ){
var Adcn= document.createElement("img");
Adcn.setAttribute("src", "/forum/icon/lord_icon.png");
Adcn.setAttribute("class","admin");
Admn[i].appendChild(Adcn);}
//Mods Icon
var Mods = document.querySelectorAll("a[href*='STRIKELORD'],a[href*='jamaica'],a[href*='MAGIKLORD'],a[href*='lilkrix']");
for(i=0;i<Mods.length;i ){
var ModsIcon = document.createElement("img");
ModsIcon.setAttribute("src","/forum/icon/admins.png");
ModsIcon.setAttribute("class","Mods");
Mods[i].appendChild(ModsIcon);
}
</script>
Copy code
-
·
- rated(0)
UNLIMITEDAPPS said to Lordeagle 0n 2015-10-18 11:03
Eagle were i go paste de above code 2 make it work on my on forum twig
-
·
- rated(0)
LORDEAGLE said to Unlimitedapps 0n 2015-10-18 11:12
It does not require any twig paste it @ ur forum footer.
-
·
- rated(0)
BASEDTECH 2016-03-29 05:22
sir this script didnt work fine for me or istt that i didnt paste it at the right place
-
·
- rated(0)
am sorry it not gonna work cus its already corruptd
-
·
- rated(0)
pls help with the script to urs? and any beautifull css or twig file for chatroom. and i must
confess, i love that of the forum u posted. using it right away at http://basedtechportal.waphall.com
thanks alot man.
confess, i love that of the forum u posted. using it right away at http://basedtechportal.waphall.com
thanks alot man.
(Edited by 2016-04-01 02:09 basedtech )
-
·
- rated(0)
BASEDTECH 2016-04-01 12:28
pls help me with code that will makke my site available in google and fb page like code
-
·
- rated(0)
Wow u are such a fast learner! Just surf d forum u will see all that u need.
-
·
- rated(0)