hello, when i use the taking sytem -> site configuration–>notifications, Use custom notification message,change the email notification, i found some placeholder have no useful.
just like:
{{comment/-1/…}} Only the last comment
{{comment/-1/creator/…}} Only the last comment by the creator
{{comment/-1/assigned_to/…}} Only the last comment by one of the assigned users
{{comment/-1/non_restricted/…}} Only the last public visible comment
{{IF fieldname}} Example {{IF n_prefix~Mr~Hello Mr.~Hello Ms.}} - search the field “n_prefix”, for “Mr”, if found, write Hello Mr., else write Hello Ms.
{{IF fieldname~EMPTY~True~False}} Check for empty values in IF statements. Example {{IF url~EMPTY~~Website:}} - If url is not empty, writes “Website:”
how to use this placeholder?
and like the placeholder bellow:
Comment Table
{{table/comment}}
{{comment/date}} Date
{{comment/user}} Username
{{comment/message}} Message
{{comment/restricted}} If the message was restricted
{{endtable}}
is useful, but when i recive the email notification, that have many record about {comment/message}} is empty, and the {{comment/date}} and {{comment/user}} is not empty. just the record is meaningless. how to set the parameters?
thanks for help!