Quote:
Originally Posted by MoT3rror
Yes you can change the the display of the countdown by the countdown.js file.
Code:
CountActive = true;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
You just change the DisplayFormat to what you want it to be. Like if you only wanted days you can do something like this
Code:
CountActive = true;
LeadingZero = true;
DisplayFormat = "%%D%% Day(s)";
%%D%% = Days
%%H%% = Hours
%%M%% = Minutes
%%S%% = Seconds
|
Thank you, I need that too to change the language.
A question: this Mod is only for post?