1 Dynamic Count Down 26/4/2012, 7:17 pm
Voi
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 Administration Panel Portal Admin Portal structure Create a custom block or Edit a custom block Put the script in the block source .
For a board :Arrow: Administration Panel Forum Admin Management (Edit a board) or Create a new forum Put the script in the description .
For a homepage Administration Panel Generel Admin Homepage Put the script in the message content .
The script :
Code:
var dayPARAM0 = 11;
var dayPARAM1 = 5;
var dayPARAM2 = "2011";
var dayPARAM3 = "A new Day !";
You have to modify :
PARAM0 The day.
PARAM1 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 The year.
PARAM3 The text.
If you want to center the script, put
at the start and
at the end.
ATTENTION A part of the dynamic count down will be in french. Sorry for that.
For a portal Administration Panel Portal Admin Portal structure Create a custom block or Edit a custom block Put the script in the block source .
For a board :Arrow: Administration Panel Forum Admin Management (Edit a board) or Create a new forum Put the script in the description .
For a homepage Administration Panel Generel Admin Homepage Put the script in the message content .
The script :
Code:
var dayPARAM0 = 11;
var dayPARAM1 = 5;
var dayPARAM2 = "2011";
var dayPARAM3 = "A new Day !";
You have to modify :
PARAM0 The day.
PARAM1 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 The year.
PARAM3 The text.
If you want to center the script, put
at the start and
at the end.
ATTENTION A part of the dynamic count down will be in french. Sorry for that.