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

Pages: [1]
1
General Support / Re: Problem with Rank Image Change Script
« on: October 02, 2013, 03:43:35 pm »
Please explain it further.

2
General Support / Re: Problem with Rank Image Change Script
« on: October 02, 2013, 02:19:49 am »
It doesn't work on my old forum where it used to. The script is broken.

4
General Support / Problem with Rank Image Change Script
« on: October 01, 2013, 09:52:05 am »
So, I am using this tutorial: http://support.createaforum.com/7/(guide)-using-your-own-rank-images/


On my Forum: [size=78%]http://gtabaseforums.createaforum.com[/size]


But, it doesn't seem to work.


[/size]
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/staradmin.gif" , "http://i.imgur.com/iHfHZxk.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/stargmod.gif" , "http://i.imgur.com/edYJ4w1.png"]
img_b[img_b.length++] = ["http://images.smfboards.com/ranks/starmod.gif" , http://i.imgur.com/edYJ4w1.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>

[/size]
[/size][size=78%]Here is the script. Any solutions?[/size]

5
General Support / Support Questions
« on: September 30, 2013, 05:53:55 pm »
So, SMFForFree told me to restart GTA-NeXt Forums.

I decided to use CreateaForum as it runs SMF 2.0.

Now, here are a few things I need.

Is it possible to convert the blackwrapper theme to CreateAForum? Also, is there any Swap Images on Page tutorial that works with CreateAForum? I need it to change the default SMF Star Badges for groups.

Pages: [1]