News:

Create A Forum Installed

Author Topic: [GUIDE] Using Your Own Rank Images  (Read 16772 times)

0 Members and 2 Guests are viewing this topic.

Offline Null

  • Newbie
  • *
  • Posts: 25
  • Karma: 1
    • View Profile

Badges: (View All)
Search Karma 10 Posts
Re: [GUIDE] Using Your Own Rank Images
« Reply #30 on: December 18, 2013, 06:52:32 am »
- 1 Karma.

Offline danny12

  • Newbie
  • *
  • Posts: 33
  • Karma: 0
    • View Profile

Badges: (View All)
Search Apple User Mobile User
Re: [GUIDE] Using Your Own Rank Images
« Reply #31 on: November 05, 2015, 07:59:23 pm »
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();


img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_flower.png" , "http://i.imgbox.com/saEH8013.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_gifted.png" , "http://i.imgbox.com/LgstQDsZ.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_gold.png" , "http://i.imgbox.com/AojGCB0Z.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_peace.png" , "http://i.imgbox.com/bonAaNNH.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_prof.png" ,"http://i.imgbox.com/On34fQ37.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/rank_sweet.png" , "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.src == img_b[j][0]){
     all_images.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++] = ['http://images.smfboards.com/ranks/rank_flower.png' , '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.src == img_b[j][0]){
     all_images.src = img_b[j][1];
}}}
</script>

does not work :(

Offline KONGA

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile

Badges: (View All)
Level 1 Windows User
Re: [GUIDE] Using Your Own Rank Images
« Reply #32 on: January 03, 2016, 04:30:19 am »
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.

Offline DarkRazor

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
  • Gender: Male
  • Location: Annoymous
    • View Profile

Badges: (View All)
Level 3 Search Topic Starter
Re: [GUIDE] Using Your Own Rank Images
« Reply #33 on: August 05, 2016, 02:29:14 am »
Where is the footer?
Don't mess with me or you'll be sorry.....

=TDZ=DarkRazor

The body dies...but the spirit lives on....

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
487 Views
Last post August 12, 2012, 10:00:06 pm
by Tony
0 Replies
786 Views
Last post November 25, 2012, 03:56:29 am
by terrel8125
0 Replies
338 Views
Last post November 25, 2012, 04:59:15 am
by terrel8125
3 Replies
2011 Views
Last post July 17, 2013, 08:10:58 am
by aIURbliS
5 Replies
1083 Views
Last post July 04, 2015, 12:07:02 pm
by Griff Grof