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

Pages: [1]
1
General Support / Re: Chatbox.
« on: August 11, 2010, 05:44:06 am »
I don't like EzPortal so I don't use it.
This is good tho. Thanks guys.

2
Bugs / Re: Werid Bug..
« on: August 07, 2010, 04:37:28 pm »
Yes, i remove the "//"
There's only one "/" like you told me.
Thank you.

3
General Support / Re: How Do I
« on: August 07, 2010, 04:34:40 pm »
Profile>Look and Layout>Check the box that says "Return to topic after posting by default."

Thank you very much. :)
Works. :)

4
General Support / How Do I
« on: August 07, 2010, 04:14:06 pm »
How do I make it so when you post in a topic it will load the topic up with your post like it has on here.
If you post in a topic you go into the board. anyone know how?

5
Create a Forum Codes and Support / Re: [Code] Membergroup Image
« on: August 07, 2010, 04:13:01 pm »
The forums has a member legend built in that i enable it. i like it.
thanks for this tho mate.

6
General Chat / Re: How May Posts does your Forum Have?
« on: August 07, 2010, 05:21:07 am »
15 Posts and 6 Members.
I haven't started advertising it yet.

7
Bugs / Re: Werid Bug..
« on: August 07, 2010, 05:19:41 am »
Thank you guys,
Code: [Select]
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//staradmin.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_Owner.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//stargmod.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_F-Mod.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1staraqua.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_Artist-1.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1stargold.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_banned-1.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starlime.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_creator.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starorange.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_donator.png" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starpink.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_gmod.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starpurple.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_RetiredStaff-1.gif" ]
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starred.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_S-Mod.gif" ]
var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>

it's fixed! Locked this please.

8
Bugs / Re: Werid Bug..
« on: August 06, 2010, 03:28:36 pm »
I added this in Footers,
Code: [Select]
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//staradmin.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_Owner.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//stargmod.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_F-Mod.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1staraqua.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_Artist-1.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1stargold.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_banned-1.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starlime.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_creator.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starorange.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_donator.png" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starpink.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_gmod.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starpurple.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_RetiredStaff-1.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>
<script type='text/javascript'>
/* Image Changes on Page
SMF For Free 2009 - WWX */
function swap_img(){
var img_b = new Array();
img_b[img_b.length++] = [ "http://images.smfboards.com/ranks//1starred.gif" , "http://i305.photobucket.com/albums/nn207/damo_elms/th_S-Mod.gif" ]

var a_i = document.getElementsByTagName('IMG');
for(i=a_i.length-1;i>=0;i--) for(j=0;j<img_b.length;j++) if(a_i[i].src == img_b[j][0]) a_i[i].src = img_b[j][1];
}
swap_img();
</script>

9
Create a Forum Codes and Support / Re: [Code] Membergroup Image
« on: August 06, 2010, 03:26:48 pm »
What kind of Image can I use? A crown right?

10
Bugs / Werid Bug..
« on: August 06, 2010, 05:37:02 am »
I did the Image Swap in the Footers and it doesn't show in topics and post... How I fix?

11
Create a Forum Codes and Support / Re: [Code] Membergroup Image
« on: August 06, 2010, 05:21:39 am »
What do you add in header?

12
Guides and Tutorials / Re: [GUIDE] Using Your Own Rank Images
« on: August 05, 2010, 11:44:43 pm »
I love this tutorial... I always swap images for my membergroups images. :P

13
General Support / Re: help
« on: August 05, 2010, 11:43:47 pm »
Thanks for this aswell.

14
Create A Forum Discussion / Re: I Love It
« on: August 05, 2010, 03:37:43 pm »
Im happy you made this, I like it alot and Im going to buy forum upgrades soon.

15
Create A Forum Discussion / I Love It
« on: August 05, 2010, 03:12:01 pm »
I Love this new forums set up.
Thank you very much for letting me use. :)
Your doing a great job guys!

Pages: [1]