News:

Create A Forum Installed

Author Topic: how to change?  (Read 1409 times)

0 Members and 1 Guest are viewing this topic.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7183
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: how to change?
« Reply #15 on: November 06, 2015, 04:52:15 pm »
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline danny12

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

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« Reply #16 on: November 06, 2015, 06:04:08 pm »
i dont understand any of that :P

Offline danny12

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

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« Reply #17 on: November 06, 2015, 06:05:56 pm »
could you update that piece of code for me?

Offline danny12

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

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« Reply #18 on: November 06, 2015, 08:46:10 pm »
can you turn off CDN

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7183
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: how to change?
« Reply #19 on: November 06, 2015, 09:35:30 pm »
changes images to cdn that is it.
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline danny12

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

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« Reply #20 on: November 07, 2015, 09:09:39 pm »
where do you do that?

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7183
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: how to change?
« Reply #21 on: November 07, 2015, 09:11:09 pm »
Final 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://cdn.smfboards.com/ranks/rank_flower.png" , "http://i.imgbox.com/saEH8013.png"]
img_b[img_b.length++] = ["http://cdn.smfboards.com/ranks/rank_gifted.png" , "http://i.imgbox.com/LgstQDsZ.png"]
img_b[img_b.length++] = ["http://cdn.smfboards.com/ranks/rank_gold.png" , "http://i.imgbox.com/AojGCB0Z.png"]
img_b[img_b.length++] = ["http://cdn.smfboards.com/ranks/rank_peace.png" , "http://i.imgbox.com/bonAaNNH.png"]
img_b[img_b.length++] = ["http://cdn.smfboards.com/ranks/rank_prof.png" ,"http://i.imgbox.com/On34fQ37.png"]
img_b[img_b.length++] = ["http://cdn.smfboards.com/ranks/rank_sweet.png" , "http://i.imgbox.com/MuGM3vFd.png"]



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>
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline danny12

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

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« Reply #22 on: November 07, 2015, 10:29:35 pm »
off topic but can you upload themes?

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7183
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: how to change?
« Reply #23 on: November 07, 2015, 10:51:27 pm »
no
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline danny12

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

Badges: (View All)
Search Apple User Mobile User
Re: how to change?
« Reply #24 on: November 07, 2015, 11:38:02 pm »
so you have to use the provided ones?

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7183
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: how to change?
« Reply #25 on: November 07, 2015, 11:58:37 pm »
yes of course :)
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
39 Replies
9903 Views
Last post November 02, 2010, 11:04:04 pm
by aIURbliS
0 Replies
429 Views
Last post March 09, 2012, 08:42:42 pm
by Griff Grof
1 Replies
268 Views
Last post April 21, 2012, 10:50:20 pm
by aIURbliS
2 Replies
256 Views
Last post October 11, 2012, 11:39:37 pm
by LOCOMODDING
2 Replies
364 Views
Last post May 01, 2016, 02:42:47 pm
by CreateAForum