DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Guides and Tutorials
*****************************************************
#Post#: 12613--------------------------------------------------
Re: [GUIDE] Using Your Own Rank Images
DIR By: slaking
Date: December 18, 2013, 12:52 am
---------------------------------------------------------
- 1 Karma.
#Post#: 16504--------------------------------------------------
Re: [GUIDE] Using Your Own Rank Images
DIR By: danny12
Date: November 5, 2015, 1:59 pm
---------------------------------------------------------
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/rank_flower.png"
,
"
HTML http://i.imgbox.com/saEH8013.png"]
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/rank_gifted.png"
,
"
HTML http://i.imgbox.com/LgstQDsZ.png"]
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/rank_gold.png"
,
"
HTML http://i.imgbox.com/AojGCB0Z.png"]
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/rank_peace.png"
,
"
HTML http://i.imgbox.com/bonAaNNH.png"]
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/rank_prof.png"<br
/>,"
HTML http://i.imgbox.com/On34fQ37.png"]
img_b[img_b.length++] =
["
HTML http://images.smfboards.com/ranks/rank_sweet.png"
,
"
HTML http://i.imgbox.com/MuGM3vFd.png"]
var all_images = document.getElementsByTagName('IMG');
for(i=0;i<all_images.length;i++){
for(j=0;j<img_b.length;j++){
if(all_images[i].src == img_b[j][0]){
all_images[i].src = img_b[j][1];
}}}
</script>
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();
img_b[img_b.length++] =
['
HTML http://images.smfboards.com/ranks/rank_flower.png'
,
'
HTML http://i.imgbox.com/LgstQDsZ.png']
var all_images = document.getElementsByTagName('IMG');
for(i=0;i<all_images.length;i++){
for(j=0;j<img_b.length;j++){
if(all_images[i].src == img_b[j][0]){
all_images[i].src = img_b[j][1];
}}}
</script>
does not work :(
#Post#: 16725--------------------------------------------------
Re: [GUIDE] Using Your Own Rank Images
DIR By: KONGA
Date: January 2, 2016, 10:30 pm
---------------------------------------------------------
Hi, I did all the steps, and it worked, but only in the "Edit
Membergroups" section. I checked in a user's post and the image
didn't change.
Please help.
#Post#: 17820--------------------------------------------------
Re: [GUIDE] Using Your Own Rank Images
DIR By: DarkRazor
Date: August 4, 2016, 9:29 pm
---------------------------------------------------------
Where is the footer?
*****************************************************
Page 4 of 4
DIR Previous Page