XtGem Forum catalog

Menu Search

RAPKIDWEB MEMBERS FORUM!
» Xtgem Coding Help » view_post
*
R9pK1d (Admin)
16 May 2017
Copy code, change anywhere u see R9pK1d to your own forum name, And 4 the filelist code do u need d 1 of different preview images?
<script>
/* Forum Member Icons  By Lordmido Da Webmaster
website: http://strikecoded.xtgem.com
Email: Strikecoded@gmail.com
Contact: 08069724438 */
//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*='R9pK1d'] 
img.icon,a[href*='Webschool'] img.icon,a[href*='Lordeagle'] img.icon,a[href*='Zerozone'] img.icon,a[href*='Unlimitedapps'] img.icon");
for(i=0;i<licon.length;i++){
licon[i].style.display="none";}
//Admin Icon
var Admn = document.querySelectorAll("a[href*='R9pK1d']");
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*='Webschool'],a[href*='Zerozone'],a[href*='Unlimitedapps'],a[href*='Lordeagle']");
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
then creat a page name it forum and start uploading those links below
http://rapkidweb.xtgem.com/forum/Mem.png
Copy code
http://rapkidweb.xtgem.com/forum/admins.png
Copy code
and
http://rapkidweb.xtgem.com/forum/lord_icon.png
Copy code
18:12:41
0 Rates
» Xtgem Coding Help » view_post
Online Guests: 1
Twig by: RAPKID |


Social Links
facebooktwitter


90780