Back to Topic Index

The On This Day Script

By WG_Keanu on 30/11/2010
Update. Well, because the permissions have been changed for the /forum/ directory and the script is now in there, I can't change it.

Problem with the dates being wrong is:
CODE
var date = new Date();
var month = date.getMonth();
var day = date.getDate();


I believe that should be:
CODE
var date = new Date();
var month = date.getMonth();
var day = date.getDay();


With that, it should work correctly. However, there's still a lot to do - past/present tense, merging same-day events, etc. so I'll re-do the whole thing myself.

Robbie, if you could move the script from the /forum/ directory to the parent, or another folder so I could do these and future edits myself, it would be greatly appreciated wub.gif

By Pyroclastic0 on 30/11/2010
don't do it

keanu's a spy and is going to ddos the forums hash.png

By RobbieThe1st on 30/11/2010
I changed it for you, and made the file editable by you.

By WG_Keanu on 30/11/2010
QUOTE: RobbieThe2nd @ November 30, 2010 12:37 pm)
I changed it for you, and made the file editable by you.

wub.gif wub.gif wub.gif wub.gif wub.gif wub.gif wub.gif



Back to Topic Index

Developed by Mojo.