News:

Create A Forum Installed

Author Topic: Membergroup Rank Image not displaying, please help  (Read 375 times)

0 Members and 2 Guests are viewing this topic.

Offline e a t p l z

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

Badges: (View All)
Topic Starter First Post Level 1
Membergroup Rank Image not displaying, please help
« on: October 18, 2015, 07:51:49 pm »
I got it to show on the "Membergroup" Page that it's working. But on the actual forum itself, my image is not displayed.

Here is my code;

Code: [Select]
<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/star.gif" , "http://i58.tinypic.com/210nlo9.jpg"]

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>


Here is the picture of membergroups;



I changed the settings because I want that image and title to display, but I still want administrator settings on the account.



And on the forum;

Share on Facebook Share on Twitter


 

Related Topics

  Subject / Started by Replies Last post
60 Replies
14963 Views
Last post November 27, 2014, 04:24:38 am
by Agent Moose
2 Replies
1694 Views
Last post August 08, 2010, 03:41:46 pm
by Thornton136
1 Replies
697 Views
Last post October 28, 2012, 01:35:55 pm
by terrel8125
5 Replies
1200 Views
Last post October 02, 2013, 07:22:47 pm
by aIURbliS
0 Replies
487 Views
Last post September 01, 2019, 03:21:00 pm
by DreamBoy