News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - danny12

Pages: [1] 2 3
1
General Support / Re: how to change?
« on: November 07, 2015, 11:38:02 pm »
so you have to use the provided ones?

2
General Support / Re: how to change?
« on: November 07, 2015, 10:29:35 pm »
off topic but can you upload themes?

3
General Support / Re: how to change?
« on: November 07, 2015, 09:09:39 pm »
where do you do that?

4
General Support / Re: how to change?
« on: November 06, 2015, 08:46:10 pm »
can you turn off CDN

5
General Support / Re: how to change?
« on: November 06, 2015, 06:05:56 pm »
could you update that piece of code for me?

6
General Support / Re: how to change?
« on: November 06, 2015, 06:04:08 pm »
i dont understand any of that :P

7
General Support / Re: how to change?
« on: November 06, 2015, 04:11:12 pm »
like they show in admin center put not in the forum

8
General Support / Re: how to change?
« on: November 06, 2015, 04:09:11 pm »
i have the http

<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>

9
Guides and Tutorials / Re: [GUIDE] Using Your Own Rank Images
« 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 :(

10
General Support / Re: how to change?
« on: November 05, 2015, 07:25:58 pm »
still does not show
http://thefpl.createaforum.com/

11
General Support / Re: how to change?
« on: November 04, 2015, 06:14:04 pm »
like it says 'flower member when it should be a football teams logo which is 48x48px

12
General Support / Re: how to change?
« on: November 04, 2015, 06:12:49 pm »
ok look www.thevpl.createaforum.com
it shows up what it would have been before the change

13
General Support / Re: how to change?
« on: November 04, 2015, 04:10:46 pm »
how do you make them come up when you post?

14
General Support / Re: how to change?
« on: November 03, 2015, 06:46:29 pm »
cheers they dont come up when someone posts

15
General Support / Re: how to change?
« on: November 03, 2015, 05:07:59 pm »
how can i?

Pages: [1] 2 3