Advertise Here

Author Topic: problem need help please  (Read 4254 times)

0 Members and 1 Guest are viewing this topic.

Offline Crasy

  • Global Moderator
  • *
  • Posts: 3960
  • Semi-Retired ;)
    • View Profile

  • Total Badges: 29
    Badges: (View All)
    Poll Starter Poll Voter Seventh year Anniversary Arcade Highscore Windows User
Re: problem need help please
« Reply #15 on: January 08, 2007, 07:58:07 pm »
I'm here.
I'm in no rush, and I have a TON of homework to do. I'll do it soon, or tomorrow. Sometime. I'm just a volunteer here.

Edit: Here

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://www.smfboards.com/ranks/black_glow_red/Admin.png" , "http://i112.photobucket.com/albums/n174/elias1010/founder.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/ranks/dl_ranks2/rank_banned.gif " , "http://i112.photobucket.com/albums/n174/elias1010/Banned.png " ]
img_b[img_b.length++] = [ "http://www.smfboards.com/ranks/black_glow_red/Admin.png" , "http://i112.photobucket.com/albums/n174/elias1010/administrator-1.png " ]
img_b[img_b.length++] = [ "http://www.smfboards.com/ranks/pb/pb_smod.gif" , "http://i112.photobucket.com/albums/n174/elias1010/super-moderator-1.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/ranks/pb/pb_smod.gif" , "http://i112.photobucket.com/albums/n174/elias1010/underground-1.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/ranks/pb/pb_smod.gif" , "http://i112.photobucket.com/albums/n174/elias1010/moderator-1.png" ]
img_b[img_b.length++] = [ "http://www.smfboards.com/ranks/pb/pb_smod.gif" , "http://i112.photobucket.com/albums/n174/elias1010/dedicated-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[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

That should work. Put it in your footer.
« Last Edit: January 08, 2007, 08:04:45 pm by crasyandconfused »
Did my answer help you? Want to help out hosting costs?


Every donation counts.

Offline elias1010

  • SMF For Free Member
  • *
  • Posts: 48
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: problem need help please
« Reply #16 on: January 08, 2007, 08:11:27 pm »
so i put this in footer then i can use the images ??

Welcome To Siege Gaming/xtrememmorpg
http://Http://www.xtrememmorpg.net

Offline elias1010

  • SMF For Free Member
  • *
  • Posts: 48
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: problem need help please
« Reply #17 on: January 08, 2007, 08:16:39 pm »
hmm but um yo they work but they are like not all shown some is off the box so is there a way to make it so it can show the full picture

Welcome To Siege Gaming/xtrememmorpg
http://Http://www.xtrememmorpg.net

Offline elias1010

  • SMF For Free Member
  • *
  • Posts: 48
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: problem need help please
« Reply #18 on: January 08, 2007, 08:31:50 pm »
like can you check my forum and see what i mean then tell me if you know how i can make it show the full image

Welcome To Siege Gaming/xtrememmorpg
http://Http://www.xtrememmorpg.net

Offline Crasy

  • Global Moderator
  • *
  • Posts: 3960
  • Semi-Retired ;)
    • View Profile

  • Total Badges: 29
    Badges: (View All)
    Poll Starter Poll Voter Seventh year Anniversary Arcade Highscore Windows User
Re: problem need help please
« Reply #19 on: January 08, 2007, 08:43:01 pm »
Alright.

Your images are too big. You'll have to pick some new ones.
Did my answer help you? Want to help out hosting costs?


Every donation counts.

Offline elias1010

  • SMF For Free Member
  • *
  • Posts: 48
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: problem need help please
« Reply #20 on: January 08, 2007, 08:45:09 pm »
damnit

Welcome To Siege Gaming/xtrememmorpg
http://Http://www.xtrememmorpg.net

Offline Laugh-nd-kid

  • SMF For Free Master
  • *
  • Posts: 1409
  • Thankyou for this great software SMF For Free!
    • View Profile

  • Total Badges: 21
    Badges: (View All)
    Topic Starter Combination Level 4 Level 3 Level 2
Re: problem need help please
« Reply #21 on: January 09, 2007, 01:03:02 am »
You could shrink them down  ;)

And Crasy,I've never seen you in such a rush  :2funny:

Offline Crasy

  • Global Moderator
  • *
  • Posts: 3960
  • Semi-Retired ;)
    • View Profile

  • Total Badges: 29
    Badges: (View All)
    Poll Starter Poll Voter Seventh year Anniversary Arcade Highscore Windows User
Re: problem need help please
« Reply #22 on: January 09, 2007, 02:01:37 pm »
You could shrink them down ;)

And Crasy,I've never seen you in such a rush :2funny:

15% of my english mark and 30% of my careers mark depend on how well I work over the next two days.

By the way, if SMF adds those pictures to the database of images they will still be messed up.
Did my answer help you? Want to help out hosting costs?


Every donation counts.

Offline Laugh-nd-kid

  • SMF For Free Master
  • *
  • Posts: 1409
  • Thankyou for this great software SMF For Free!
    • View Profile

  • Total Badges: 21
    Badges: (View All)
    Topic Starter Combination Level 4 Level 3 Level 2
Re: problem need help please
« Reply #23 on: January 10, 2007, 01:52:46 am »
yeah exactly..

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
3436 Views
Last post August 30, 2005, 08:28:08 pm
by Tsukasa
Problem ?

Started by Free Bugs

4 Replies
3024 Views
Last post April 24, 2006, 07:04:42 pm
by Sady
1 Replies
2287 Views
Last post April 25, 2006, 09:51:16 pm
by SMF For Free
3 Replies
1685 Views
Last post January 30, 2008, 07:07:20 am
by LaundryLady
13 Replies
2741 Views
Last post February 11, 2008, 09:37:20 pm
by moodylady