Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
| Download PDF | Purchase Print Book |
Configure email notification settings.
message.boards.email.from.name=
message.boards.email.from.address=
message.boards.email.html.format=true
message.boards.email.message.added.enabled=true
message.boards.email.message.added.subject.prefix=com/liferay/portlet/messageboards/dependencies/email_message_added_subject_prefix.tmpl
message.boards.email.message.added.body=com/liferay/portlet/messageboards/dependencies/email_message_added_body.tmpl
message.boards.email.message.added.signature=com/liferay/portlet/messageboards/dependencies/email_message_added_signature.tmpl
message.boards.email.message.updated.enabled=true
message.boards.email.message.updated.subject.prefix=com/liferay/portlet/messageboards/dependencies/email_message_updated_subject_prefix.tmpl
message.boards.email.message.updated.body=com/liferay/portlet/messageboards/dependencies/email_message_updated_body.tmpl
message.boards.email.message.updated.signature=com/liferay/portlet/messageboards/dependencies/email_message_updated_signature.tmpl
Set the list of supported category display styles and the default category display style.
message.boards.category.display.styles=default,question
message.boards.category.display.styles.default=default
Set the list of supported message board formats and the default message board format.
message.boards.message.formats=bbcode,html
message.boards.message.formats.default=bbcode
Set this to true to allow anonymous posting.
message.boards.anonymous.posting.enabled=true
Set this to true if users are subscribed by default to a thread they participate in.
message.boards.subscribe.by.default=true
Enter time in minutes on how often this job is run. If a user’s ban is set to expire at 12:05 PM and the job runs at 2 PM, the expire will occur during the 2 PM run.
message.boards.expire.ban.job.interval=120
Enter time in days to automatically expire bans on users. Set this property or the property message.boards.expire.ban.job.interval to 0 to disable auto expire.
Examples:
message.boards.expire.ban.interval=10
message.boards.expire.ban.interval=0
Set this to true to enable pingbacks.
message.boards.pingback.enabled=true
message.boards.rss.abstract.length=200
Set this to true to enable previous and next navigation for message boards threads.
message.boards.thread.previous.and.next.navigation.enabled=true
Set the allowed thread views and the default thread view.
message.boards.thread.views=combination,flat,tree
message.boards.thread.views.default=combination
Set this to true if message boards should be published to live by default.
message.boards.publish.to.live.by.default=false