留言板

Changing Message Boards Email Notification templates

Javier Barrio,修改在11 年前。

Changing Message Boards Email Notification templates

New Member 帖子: 14 加入日期: 11-9-29 最近的帖子
Hi,

I have modified the file email_message_added_body.tmpl and reflected the change on portal-ext.properties with a content like this one:

Hi [$TO_ADDRESS$]:<br><br>

The users [$COMMENTS_USER_NAME$] has written the following on the thread [$CATEGORY_NAME]:<br><br>

<i>"[$MESSAGE_BODY$]</i>"<br><br>

To read it and and answer, click the following link:

[$MESSAGE_URL$]<br><br>



This has been sent by email, but there are some variables that appear not to be "working":

[$TO_ADDRESS$]: That one appears empty. Tried with TO_NAME with the same results.
[$COMMENTS_USER_NAME$] / [$CATEGORY_NAME]: These variables are not rendered to the user in the email body. They appear as text (as if the parsers were ignoring the dollar symbol).

I would like to know where may I find the complete list of variables that I can use for such a notification.

Thanks in advance!
thumbnail
jelmer kuperus,修改在11 年前。

RE: Changing Message Boards Email Notification templates (答复)

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
You can always use the source

This seems to be the list :

[$MESSAGE_BODY$]
[$CATEGORY_NAME$]
[$MAILING_LIST_ADDRESS$]
[$MESSAGE_ID$]
[$MESSAGE_SUBJECT$]
[$MESSAGE_URL$]
[$MESSAGE_USER_ADDRESS$]
[$MESSAGE_USER_NAME$]

Your [$CATEGORY_NAME] variable is missting the trailing $
Javier Barrio,修改在11 年前。

RE: Changing Message Boards Email Notification templates

New Member 帖子: 14 加入日期: 11-9-29 最近的帖子
Thanks a lot, Jelmer. I did search before asking, but was unable to find the full list.
thumbnail
Shankar Baba,修改在10 年前。

RE: Changing Message Boards Email Notification templates

Regular Member 帖子: 143 加入日期: 12-10-18 最近的帖子
Hi javier , could you please tell me the location, where can i find this email_message_added_body.tmpl file in windows machine.Thanks in advance.