Portlet name War name Description
ForumPortlet forum.war The Forum portlet is the application for users to post and read messages on different topics.

Preference name Possible value Default value Description
useAjax true, false true To define if links in the Forum will be plain hrefs or javascript ajax (better for SEO) or not.
showForumActionBar true, false true This is the UIForumActionBar. If the value is set true, the UIForumActionBar will be shown. If false, the UIForumActionBar will be hidden.
forumNewPost day number 1 To specify if a post is new. If the post is created within the set period, it is new in the Forum.
enableIPLogging true, false true To enable the IP logging function in the Forum. IP addresses of all posts will be collected.
enableIPFiltering true, false true To enable the IP filter function in Forum, enabling IP addresses to be blocked in the Forum.
invisibleCategories id categories empty To hide some categories. If the value is set empty, all categories of the Forum will be shown.
invisibleForums id forums empty To hide some Forums. All Forums will be shown if the value is set empty.
uploadFileSizeLimitMB integer 20 To limit the size of uploaded files in MB in the Forum.
isShowForumJump true, false true To specify if the Forum jump panel is shown or not.
isShowIconsLegend true, false true To specify if the icon legends panel is shown or not.
isShowModerators true, false true To specify if the moderators panel is shown or not.
isShowPoll true, false true To specify if the poll panel is shown or not.
isShowQuickReply true, false true To specify if the quick reply panel is shown or not.
isShowRules true, false true To specify if the forum rules panel is shown or not.
isShowStatistics true, false true To specify if the statistics panel is shown or not.
Name Description
ForumLinkEvent To set the render for UIForumLinkPortlet and set values for UIForumLinks.
ReLoadPortletEvent To reload UIForumPortlet.
OpenLink To update values for UIForumLinks.
ForumPollEvent To setRender for UIForumPollPortlet.
ForumModerateEvent To setRender for UIForumModeratorPortlet.
ForumRuleEvent To setRender for UIForumRulePortlet.
QuickReplyEvent To setRender for UIForumQuickReplyPortlet.

This event is fired through UIForumPollPortlet.

To receive ForumPollEvent, you must use the ForumParameter class with four properties:

Name Type Possible value Description
isRenderPoll boolean true/false If the value is set to true or false, the UIForumPollPortlet portlet is rendered or not respectively.
categoryId string id of category To return id of category for UIForumPollPortlet
forumId string id of forum To return id of forum for UIForumPollPortlet
topicId string id of topic To return id of topic for UIForumPollPortlet

This event is fired through UIQuickReplyPortlet.

To receive QuickReplyEvent, you must use the ForumParameter class with five properties:

Name Type Possible value Description
isRenderQuickReply boolean true/false If the value is set to true or false, the UIQuickReplyPortlet portlet is rendered or not respectively.
isModerator boolean true/false To specify if the user is moderator of forum containing the topic with quick reply or not.
categoryId string id of category To return id of category for UIQuickReplyPortlet.
forumId string id of forum To return id of forum for UIQuickReplyPortlet.
topicId string id of topic To return id of topic for UIQuickReplyPortlet.
Portlet name War name Description
AnswersPortlet faq.war The Answers portlet is the application to create answers, to reply and manage questions.

The Answers portlet consists of preferences as follows:

Preference name Possible value Default value Description
enableViewAvatar true, false true To enable users to view the avatar of owner posting the question.
enableAutomaticRSS true, false true To enable users to get RSS automatically.
enableVotes AndComments true, false true To enable users to give votes and comments for the question.
enableAnonymous SubmitQuestion true, false true To enable anonymous users to submit questions.
display approved, both both To enable administrators to view unapproved questions in the questions list in UIQuestions.
SendMailAdd NewQuestion string empty To display the content of sent email when a new question is added.
SendMailEdit ResponseQuestion string empty To display the email content when a response is edited.
emailMoveQuestion string empty To display the email content when a question is moved.
orderBy alphabet, created alphabet To arrange questions in the alphabet or created date order.
orderType asc, desc asc To display questions in the ascending or descending order.
isDiscussForum true, false false To enable the DiscussQuestions function.
idNameCategoryForum CategoryName, ForumName empty To select categories and forums for the DiscussionQuestions function.
uploadFileSizeLimitMB integer 20 To set the maximum size of uploaded files in MB.
Portlet name War name Description
PollPortlet poll.war The Polls portlet is the application for users to vote any ideas, or activities.
Preference name Possible value Default value Description
pollIdShow string empty The id of poll is displayed in the Polls portlet.