Advertise Here

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

Pages: [1] 2 3 4 5
1
Cool! What are the codes? How do we put them on the site as buttons?

2
Suggestions / Re: Images?
« on: October 21, 2006, 10:10:25 pm »
I noticed some people saying they wanted to be able to change one image for another. Now a bunch of others say this too  ;D .  Until SMF For Free brings out the new layout code, use this:

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://url.com/image1.gif" , "http://newurl.com/image1.gif" ];
img_b[img_b.length++] = [ "http://url.com/image2.gif" , "http://newurl.com/image2.gif" ];

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>

Footer.

Find this line:

Code: [Select]
img_b[img_b.length++] = [ "http://url.com/image1.gif" , "http://newurl.com/image1.gif" ];

and use it in the format:

Code: [Select]
img_b[img_b.length++] = [ "[i]Current Image URL[/i]" , "[i]New URL of Image[/i]" ];

So for instance:

Code: [Select]
img_b[img_b.length++] = [ "http://www.smfboards.com/Themes/default/images/english/newsbox.gif" , "http://www.google.com/logos/Logo_25wht.gif" ];



Would change the newsbox image to the google one.  Add more of those lines as necessary.

3
General Support / Re: Long Live Foo problem
« on: October 18, 2006, 12:38:08 pm »
Oops okay sorry   :'(

Didn't see that coming...

4
Suggestions / Re: Point/Shop system for SMF!
« on: October 16, 2006, 10:47:44 am »
NEW version of SMF?! There's gonna be another viersion!!  :D


And yeah, I wanted him to install it on all the forums  ;D

5
Suggestions / Re: Point/Shop system for SMF!
« on: October 16, 2006, 12:26:12 am »
nope, karma is a user rating allowing the members to rate certain users. I found the download link to the shop mod, you should check it out and really look into it   ;D

http://www.dansoftaustralia.net/developers/smfmods.dsa

6
General Support / Long Live Foo problem
« on: October 15, 2006, 09:05:36 pm »
For some reason whenever I edit my headers/footers to a clicksor thing for IntelliTXT it keeps changing my clicksor words to Long Live Foo. It replaces the word clicksor with Long Live Foo. See fig.1

7
Suggestions / Point/Shop system for SMF!
« on: October 15, 2006, 01:04:02 am »
I think you should add a point system for SMF. That would be wicked cool, because SMF allready slowns vBulletin, and SMFForFree allready slowns SMF, so I think you should have a point system! You post more, you get more points. There is a mod for that, I know. Just don't know where. And a rewards system too. After a certain amount of points, you can get stuff at the shop.

I think this will keep members active and motivated to post. That would be awesome!!

8
General Support / Subscriptions not working
« on: October 15, 2006, 12:00:00 am »
Hmmm...won't let my users subscribe to any subscriptions on my forum

meh forum

Try to subscribe, see what it says and tell me how to fix  :-\ I've allready edited the IPN and turned it on. It's not that, but what is it then?

9
General Support / Re: Using HTML in forum posts?
« on: October 14, 2006, 11:48:42 pm »
I got it  :D

10
General Support / Using HTML in forum posts?
« on: October 14, 2006, 07:39:54 pm »
I saw in the "make a donation" section there is a button to donate through paypal. I just got my paypal account verified and I was wondering how to embed the HTML in posts because I wanted to put a Make A Donation button in my sig on another forum...(I am a helper outer person and I do it for volunteer so people donate if they like   ;D). So...how do you do it?

BTW, there may be a small donation with the little $ that I have right now towards SMFForFree...(only $5.33 in bank right now, and I am almost broke into debt  :'( )

11
General Support / Re: Unable to Start New Topic
« on: October 14, 2006, 07:36:36 pm »
All better! ...Using FireFox cuz it Slowns!! [Slown (verb; past tense): to slay and own simultaniously]

12
General Support / Re: Problem Solved! (And a new question!)
« on: October 12, 2006, 09:55:33 pm »
allright ty  :)

13
General Support / Problem Solved! (And a new question!)
« on: October 12, 2006, 08:51:04 pm »
I CAN FINALY POST AGAIN!! YAY ME!!! I found what the problem was, I was only posting at school during lunch and break and the school server won't let you post on SMF forums. unless quick reply. That smelled like suck.

I want to make another SMFForFree forum for a different website. Can I use my own referal link to do this or would this break the TOS? I don't know what rewards you get for refering people but technically the new forum isn't mine, I'm just setting it up for them. And being main admin. And mod. And all the other good stuff >;{O

14
General Support / Re: Unable to Start New Topic
« on: October 12, 2006, 04:10:19 pm »
Yeah but I've run them...

15
General Support / Re: How to edit PayPal IPN
« on: October 12, 2006, 02:45:20 pm »
Ugh! I still can't post  >:(. So, where is it? you have a PayPal account, don't you? Is it under Profile > Selling Preferences > Payment Recieving Preferences?

PLEASE!? Pretty pretty please with sugar on top please? I really need help

Ps. I still can't post unless quick reply  ???

Pages: [1] 2 3 4 5