Advertise Here

Author Topic: Where can I update these pics  (Read 3031 times)

0 Members and 1 Guest are viewing this topic.

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Where can I update these pics
« Reply #15 on: March 09, 2008, 06:10:02 pm »
Ok I did it but if you follow this link you will see that one of them did not change...Not from the bottom legend put if you go down to maybe the third topic you will see that it is still the same

PS: it has 2 page's of reply's..could that be a problem? And if so how can I change that image


you forgot the link  ;)

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Where can I update these pics
« Reply #16 on: March 09, 2008, 06:11:29 pm »
the only thing you could do is  check the url for that image, make sure you have it, and your new image, in the code too.  If it is not changing then check your code for typos  :)

Offline Austin3:16 & Khanboy21

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Where can I update these pics
« Reply #17 on: March 09, 2008, 06:14:15 pm »

lookkie

also here is the link for it http://worldwrestlingefed.smfforfree3.com/index.php/board,91.0.html

also I use firefox and have checked on internet explorer and it's still the same...(I have posted in that topic)

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Where can I update these pics
« Reply #18 on: March 09, 2008, 06:17:37 pm »
are you talking about the white ones in that colum?
They are:   http://www.smfboards.com/Themes2/default/images/post/xx.gif

Did you put that url in the code and your url to replace it?
If you did, and if it is in there correctly then I dunno

Offline Austin3:16 & Khanboy21

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Where can I update these pics
« Reply #19 on: March 09, 2008, 06:19:45 pm »
no I'm talking about the third topic...that thing diden't change..I'm talking about those 2 papers and then a square head infron of it

Offline Austin3:16 & Khanboy21

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Where can I update these pics
« Reply #20 on: March 09, 2008, 06:20:51 pm »
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();

img_b[img_b.length++] = [ "http://www.smfboards.com/Themes2/default/images/topic/my_normal_post.gif" , "http://i246.photobucket.com/albums/gg118/khanboy21/f_norm_no_dot.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/Themes2/default/images/topic/normal_post.gif" , "http://i246.photobucket.com/albums/gg118/khanboy21/f_norm-1.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/Themes2/default/images/topic/hot_post.gif" , "http://i246.photobucket.com/albums/gg118/khanboy21/f_hot_no.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/Themes2/default/images/topic/veryhot_post.gif" , "http://i246.photobucket.com/albums/gg118/khanboy21/f_hot.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/Themes2/default/images/topic/normal_poll.gif" , "http://i246.photobucket.com/albums/gg118/khanboy21/f_poll.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/Themes2/default/images/icons/quick_lock.gif" , "http://i246.photobucket.com/albums/gg118/khanboy21/lock-1-1.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>



Thats the whole code I put in my footers

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Where can I update these pics
« Reply #21 on: March 09, 2008, 06:22:18 pm »
er im seeing them differently..    so methinks they are changing

Offline Austin3:16 & Khanboy21

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Where can I update these pics
« Reply #22 on: March 09, 2008, 06:24:52 pm »
wait no I got it

Offline Austin3:16 & Khanboy21

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Where can I update these pics
« Reply #23 on: March 09, 2008, 06:25:16 pm »
I'll tell u if it works now

Offline Austin3:16 & Khanboy21

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Where can I update these pics
« Reply #24 on: March 09, 2008, 06:26:57 pm »
yup it worked.....thnx for the help :)

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: Where can I update these pics
« Reply #25 on: March 09, 2008, 06:29:13 pm »

 

Related Topics

  Subject / Started by Replies Last post
Admin Update

Started by Prasad007 Suggestions

1 Replies
3188 Views
Last post October 28, 2005, 06:46:51 pm
by sop
0 Replies
2540 Views
Last post November 21, 2005, 02:28:04 pm
by SMF For Free
1 Replies
1381 Views
Last post May 31, 2008, 10:28:59 pm
by SMF For Free
5 Replies
2037 Views
Last post June 29, 2008, 01:00:39 pm
by ray
1 Replies
1229 Views
Last post April 29, 2010, 12:37:58 am
by simply sibyl