»

FRIENDS_TALK_READLINK

FRIENDS_TALK_READLINK — If there are comments on the existing journal entry being displayed, then one of these variables is inserted into the %%readlink%% property of FRIENDS_TALK_LINKS.

View Types:

friends

Overrideable:

Yes; users of this style may override this

Variable Type

HTML

Properties

urlreadThe URL you need to use in your <A HREF=...> tag to link to the page where you read the comments.
messagecountThe number of comments that people have left in response to this journal entry.
mc-plural-sThis 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-esThis 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-iesThis 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%%