|
6.
|
|
|
Announce a trackback URL.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_trackback_DESCRIPTION
|
|
7.
|
|
|
So that an entry may have trackbacks registered to itself (blog style).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_trackback_USE
|
|
8.
|
|
|
A hit counter, or some other form of counter.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_count_DESCRIPTION
|
|
9.
|
|
|
To display a count on a page, such as an automatically managed hit-count.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_count_USE
|
|
10.
|
|
|
A name for the counter (each named counter operates with an independant tally). Default: 'hits'.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_count_PARAM_param
|
|
11.
|
|
|
If the named counter has not been used before, this defines the number it starts at. Default: '0'.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_count_PARAM_start
|
|
12.
|
|
|
Whether this is to behave as a hit counter; otherwise the counting is done by something else (what that is is undefined - you'd write some custom PHP code somewhere for it). Default: '1'.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_count_PARAM_hit_count
|
|
13.
|
|
|
Display a count-down.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_countdown_DESCRIPTION
|
|
14.
|
|
|
Useful on a page that needs to show a count-down to some kind of event.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_countdown_USE
|
|
15.
|
|
|
The time to count-down to. This may be a 'unix timestamp' (a number representing the time) or a simple date phrase understood by PHP's 'strtotime'. Search Google for 'convert timestamp' to find tools for working out timestamps. Default: '25th December 2010'.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
[strings]BLOCK_main_countdown_PARAM_param
|