|
The following are details on the DAY_TALK_READLINK variable. For more information on modifying this variable, see the information about the style system.
| view types: | day |
| description: | If there are comments on the existing journal entry being displayed, then one of these variables is inserted into the %%readlink%% property of DAY_TALK_LINKS. |
| can override: | Yes; users of this style may override this |
| variable type: | HTML |
| properties: |
| urlread |
The URL you need to use in your <A HREF=...> tag to link to the page where you read the comments. |
| messagecount |
The number of comments that people have left in response to this journal entry. |
| mc-plural-s |
This property is "s" if messagecount is not equal to 1, so you can do things like "1 comment" or "2 comments". Use like: %%messagecount%% comment%%mc-plural-s%% |
| mc-plural-es |
This property is "es" if messagecount is not equal to 1, so you can do things like "1 kiss" or "2 kisses". Use like: %%messagecount%% comment%%mc-plural-es%% |
| mc-plural-ies |
This property is "ies" if messagecount is not equal to 1, else it is "y", so you can do things like "1 reply" or "2 replies". Use like: %%messagecount%% comment%%mc-plural-ies%% |
|
*
Back to Developer Area.
|