Weezy
ayhold Send me the exact code u added to your forum footer!
Weezy
ayhold Didnt u edit your username in the code?
ayhold
Weezy I put gv me d code again . where to change . full code
Weezy
ayhold Copy the code below, i already added your username in the code so do not edit, paste in your forum page footer!
<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", "http://weezywap.xtgem.com/i/js/fr/Mem.png"); lcon.setAttribute("class","icon");
icon[i].appendChild(lcon);}
//Remove Member Icons
var licon = document.querySelectorAll("a[href*='ayhold'] img.icon");
for(i=0;i<licon.length;i ){
licon[i].style.display="none";}
//Head Admin Icon
var Admn = document.querySelectorAll("a[href*='ayhold']");
for(i=0;i<Admn.length;i ){
var Adcn= document.createElement("img");
Adcn.setAttribute("src", "http://weezywap.xtgem.com/i/js/fr/head_admin.png");
Adcn.setAttribute("class","admin");
Admn[i].appendChild(Adcn);}
</script>
Copy code
ayhold
Weezy gv me wapmaster code and their content
Weezy
ayhold Wapmaster is a page that constitutes codes, widgets, scripts etc for upcoming web designers that might need them and i think u are one of them!
GuruzLord
Weezy remove any other admin code from your forum and try this just paste it inside your forum page
<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/Mem.png"); lcon.setAttribute("class","icon");
icon[i].appendChild(lcon);}
//Remove Member Icons
var licon = document.querySelectorAll("a[href*='ayhold'] img.icon");
for(i=0;i<licon.length;i ){
licon[i].style.display="none";}
//Head Admin Icon
var Admn = document.querySelectorAll("a[href*='ayhold']");
for(i=0;i<Admn.length;i ){
var Adcn= document.createElement("img");
Adcn.setAttribute("src","/forum/lord_icon.png");
Adcn.setAttribute("class","admin");
Admn[i].appendChild(Adcn);}
</script>
Copy code