Title: Happy Sporemas Style Down
Ace - February 18, 2006 01:29 AM (GMT)
The "Happy Sporemas" style is down now. Thanks to the two members who submitted banners - both were very cool!
The current skin will be here for a while longer...however, I'm sure it will be replaced eventually. I'm just trying to figure out how to remove some glitches in the old skin (like the inability to read the PM area).
tdlob - February 18, 2006 06:01 PM (GMT)
well its good to see things return to normal..... you should put a giant count down clock on the
forum when spore has a release date then we can celebrate it like we clebrate new years
Ace - February 19, 2006 04:06 AM (GMT)
You've intrigued me with that...I'd never thought to do that...
Think I'll throw one up for our 1 Year right now...if I can find a cool one...and once Spore is annouced (with a date, of course), there'll be one up.
:D
GCool - February 24, 2006 11:28 PM (GMT)
Put one up that goes untill the end of Q3. Or maby untill, like, E3...
TO find how to do times, i suggest this site:
http://javascript.internet.com/Also, i need something to do, i realy do, im bored, so i may do some flash work for the sake of it, spore theamed, which you could use.
maby even a new banner... i've been itching to draw dillemma...
BTW - Does this forum acctually have a site?
Ace - February 25, 2006 04:12 AM (GMT)
Technically, it doesn't have a website, but I've been trying to work something out with it. There's a website that gives several gigs of space for free that several people I know use. But I'm not sure if it'll get put together.
Thanks for the link. :D
tdlob - February 25, 2006 04:59 AM (GMT)
if you dont mind me vocieing my opinion i really dont think we need a site
i mean honestly. we have the offical site, news can be posted in the fourm.s
and there are plenty of other sites out there right now, besides it makes us
kinda uniqe that we are just a forum with no website.
also for the clock idea i think it should go by, Months,Weeks,Days,Hours,Minutes, and Seconds
you could put it right where the top banner is
Ace - February 26, 2006 03:52 AM (GMT)
Two things:
-Can't find the javascript that has the countdown. If anyone can find it for me, I'd be ever grateful.
-The "site" isn't actually a "site" - it's not exactly what you think it is. When I mean site, I mean a place that I run that has a place for me to put for instance, zip files, link pages, etc. Not an actual SITE.
GCool - March 5, 2006 11:57 PM (GMT)
Ace - March 6, 2006 03:47 AM (GMT)
Ergh...still having problems...
Could anyone get the code and edit it properly (on any one of those) for both our one year marker (April 4th) and E3?
That would be greatly appreciated. It seems I'm unable to edit it without failing. Miserably.
GCool - March 6, 2006 04:57 PM (GMT)
Try this:
| CODE |
<!-- Paste this code into an external JavaScript file -->
/* This script and many more are available free online at The JavaScript Source :: http://javascript.internet.com Created by: Robin Jones :: http://www.robinjones1.freeuk.com/ */
function daysTill() { //---------- EDIT THE VARIABLES BELOW ------------------ // EDIT THE VARIABLES BELOW var day= 10 // Day var month= 5// Month var year= 2006 //Year var event= "E3" var end = "days left until" //---------- END OF EDIT -------------------------------
var daystocount=new Date(year, month -1, day) today=new Date() if (today.getMonth()==month && today.getDate()>day) daystocount.setFullYear(daystocount.getFullYear()) var oneday=1000*60*60*24 var write = (Math.ceil((daystocount.getTime()-today.getTime())/(oneday))) document.write('There are <strong>'+write +'</strong> '+end+' '+event) }
<!-- Paste this code into the HEAD section of your HTML document Change the file name and path to match the one you created -->
<script type="text/javascript" src="yourFileName.js"></script>
|
Then put THIS into the <body> part of the site
| CODE |
<!-- Paste this code into the BODY section of your HTML document -->
<script type="text/javascript"> <!-- daysTill(); //--> </script>
<p><div align="center"> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </div><p>
|
Ace - March 7, 2006 03:24 AM (GMT)
Still doesn't seem to be working...ergh. I'll keep the code and tinker around with it when I have more time...