Dynamic countdown

Post new topic   Reply to topic

View previous topic View next topic Go down

Dynamic countdown

Post by Erel on December 18th 2005, 5:11 pm

If you want a Dynamic countdown on your board insert this script in your portal, in the description of a forum or in the home page description.

For a portal Arrow Administration Panel Arrow Portal Admin Arrow Portal structure Arrow Create a custom block or Edit a custom block Arrow Put the script in the block source .

For a board :Arrow: Administration Panel Arrow Forum Admin Arrow Management Arrow (Edit a board) or Create a new forum Arrow Put the script in the description .

For a homepage Arrow Administration Panel Arrow Generel Admin Arrow Homepage Arrow Put the script in the message content .


The script :


Code:
<script language="JavaScript">
var dayPARAM0 = 11;
var dayPARAM1 = 5;
var dayPARAM2 = "2011";
var dayPARAM3 = "A new Day !";
</script>
<script language="JavaScript" src="http://cf.geocities.com/js_source/gadget/day.js">
</script>


You have to modify :

PARAM0 Arrow The day.

PARAM1 Arrow The month.

January 0
February 1
March 2
April 3
May 4
June 5
July 6
August 7
September 8
October 9
November 10
December 11

PARAM2 Arrow The year.

PARAM3 Arrow The text.

If you want to center the script, put
Code:
<center>
at the start and
Code:
</center>
at the end.

ATTENTION Arrow A part of the dynamic count down will be in french. Sorry for that. Crying or Very sad

Edited by Katt - To have it in English, remove the "cf" before the .geocities.com in the http://cf.geocities.com/js_source/gadget/day.js link (thanks Buster)

Erel
Forumotion Member

Male
Posts: 23
Country:
Join date: 2005-12-18

http://testboard.editboard.com

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum