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

Pages: 1 [2] 3 4 5 ... 10
16
Graphics / Re: can anyone..
« on: November 01, 2008, 09:44:49 pm »
You mean a skull... right? and sibyl, i would move this to graphics

17
SMF For Free Codes and Support / Re: [Code] Random Banner
« on: November 01, 2008, 04:30:53 pm »
[quote ]
Is there a way to make the banners clickable with this code?
[/quote]

Use this for each banner

Code: [Select]
randbanner[0]=["URL OF IMAGE' onclick=location.href='URL OF SITE' style='cursor: pointer"]

18
Code Requests / Re: [REQ] somthing to go with the money code...
« on: November 01, 2008, 12:02:39 pm »
Just use the shop code... And for one of the items call it Donate and tell them to specify who they're donating to and how much. Then just go in and subtract that money from them... and add it to the person that they're donating to.

19
General Chat / Re: Making Money While Working At Home?
« on: October 28, 2008, 09:53:20 pm »
Without a strong understanding of hosting I never, ever recommend that anybody enters the hosting business heh. Just a word of warning.
Ah yea... probably smart to listen to crasy, lol.

20
General Chat / Re: Making Money While Working At Home?
« on: October 28, 2008, 09:31:34 pm »
You could invest in a re-seller program...
http://www.hostgator.com/resellers.shtml

21
SMF For Free Codes and Support / Re: [Code] Add your own cursors
« on: October 27, 2008, 11:21:45 pm »
What folder do i put the coder in?
Put
Quote
<style type="text/css">
<!--
body {cursor: url('.CUR URL HERE');}
-->
</style>
in your headers.

Upload your .cur cursor file to some file host, replace .CUR URL HERE with the url to your .cur cursor file.

22
Suggestions / Re: Remove email link upgrade
« on: October 27, 2008, 08:12:22 pm »
Alright, I would of purchased it if i wasnt so poor :O lol. I thought it was a good upgrade, Because having all those links back to the smfforfree sites and stuff makes your forum look un-professional especially if u purchased your own domain and everything.

23
Bugs / [SOLVED] Delete Account Bug
« on: October 27, 2008, 08:10:30 pm »
Its nothing that will majorly affect anything i dont think... But when ever u delete an account u get the message:
Quote
Table '_collapsed_categories' doesn't exist

Line: 270
I think it has to do with when u took out the collapse/expand stuff... I think? lol.

24
Suggestions / Remove email link upgrade
« on: October 27, 2008, 05:23:39 pm »
You know how it says
#####################
Get your own forum at http://www.smfforfreeNUMBER.com
#####################
Get your own forum at http://www.smfforfreeNUMBER.com

at the bottom of the automatic e-mails sent out,

Maybe you could be able to pay to get that off..

25
Code Requests / Re: embeding powerpoints
« on: October 26, 2008, 11:05:37 am »
The last two are exactly the same code.
They weren't when i posted them, just the html tags arent showing up in the quote.

They show up when you put them in code tags.

Code: [Select]
[html]<object width="WIDTH" height="HEIGHT">
<param name="My Slide Show" value="URLTOFILE.swf">
<embed src="URLTOFILE.swf" width="WIDTH" height="HEIGHT">
</embed>
</object>[/html]
They did for me once... but then i went in and edited it again, and it went all wackoh on me.

26
SMF For Free Codes and Support / Re: [Code] Add your own cursors
« on: October 26, 2008, 11:04:48 am »
You also might want to try a cursor creator program...

27
Code Requests / Re: embeding powerpoints
« on: October 25, 2008, 12:06:52 pm »
The last two are exactly the same code.
They weren't when i posted them, just the html tags arent showing up in the quote.

28
Code Requests / Re: embeding powerpoints
« on: October 24, 2008, 10:53:28 pm »
Code: [Select]
[quote author=Boo ™ link=topic=21954.msg83675#msg83675 date=1224886797]
well on my upcomming site i am making a heck of alot of guides on powerpoint so would there be a way to make it so i could just make the powerpoint come up and play to them?
[/quote]
Yea if u like turned it into flash or something like that.
Im sure if u google it u could find out how.
[url=http://www.webpronews.com/topnews/2005/09/02/how-to-convert-powerpoint-to-flash-manually]Heres one i found[/url]

Heres how u would show it:
If html isn't enabled:
[code][flash=WIDTH,HEIGHT]http://somesite/somefile.swf[/flash]

If html isn't enabled and your admin:
Code: [Select]
<object width="WIDTH" height="HEIGHT">
<param name="My Slide Show" value="URLTOFILE.swf">
<embed src="URLTOFILE.swf" width="WIDTH" height="HEIGHT">
</embed>
</object>

If html is enabled:
Code: [Select]
<object width="WIDTH" height="HEIGHT">
<param name="My Slide Show" value="URLTOFILE.swf">
<embed src="URLTOFILE.swf" width="WIDTH" height="HEIGHT">
</embed>
</object>
[/code]

29
General Support / Re: items purchased ect.
« on: October 24, 2008, 05:28:44 pm »
Well if this isnt enough evidance you can do it, check out a post and look under someones post count..
http://ourhangout.smfforfree4.com/
All thats going on there is a custom profile field, then u add the items in as they buy them, If you want to do it heres how.

Go to Admin < Features and Options < Custom Profile Fields.
Add a field, then click on [settings] for that field.
Fill the settings page out like this.
Name: Items Bought
Show in profile: Check
Show in posts?  Show under post count
Parse BBC? Check
Text to display before field (BBC is ok if enabled above): Leave Blank
Text to display after field (BBC is ok if enabled above): Leave Blank
Field ID: Leave as is.
Add a horizontal rule before field? Don't Show
Show field on registration? Don't Show
Only allow admins to edit field? Check
Only allow admins view field? UnCheck

Then when ever they buy an item, Just go to there profile < Forum Profile Information, Items Bought: add the item there.

30
Code Requests / Re: html signature code help...
« on: October 22, 2008, 05:10:33 pm »
Code: [Select]
Heres the second way:
Put this script in your Headers
[code]
<script>
function PlaySound(soundobj) {
  var sound= eval("document."+soundobj);
  sound.Play();
}
</script>
if html is enabled
Code: [Select]
<embed src="LINKTOSOUND" autostart=false width=0 height=0 name="MySound"
enablejavascript="true">
<img src="LINKTOIMAGE" onClick="PlaySound('MySound')">
if html is disabled and your admin
Code: [Select]
<embed src="LINKTOSOUND" autostart=false width=0 height=0 name="MySound"
enablejavascript="true">
<img src="LINKTOIMAGE" onClick="PlaySound('MySound')">

Replace LINKTOSOUND with the url to the sound(ex. mysound.mp3)
Replace LINKTOIMAGE with the url to the image(ex. myimage.gif)[/code]

Pages: 1 [2] 3 4 5 ... 10