留言板

Re:Comment Tag

venka reddy,修改在12 年前。

Re:Comment Tag

Regular Member 帖子: 231 加入日期: 11-3-23 最近的帖子
Hi,


<liferay-ui:discussion
className="<%= %>"
classPK="<%= %>"
formName=" "
userId="<%="
subject=""
permissionClassName=""
permissionClassPK=""
ratingsEnabled="true"/>

What for permissionClassName and permissionClassPK parameter in the discussion tag???
venka reddy,修改在11 年前。

RE: Re:Comment Tag

Regular Member 帖子: 231 加入日期: 11-3-23 最近的帖子
venka reddy:
Hi,


<liferay-ui:discussion
className="<%= %>"
classPK="<%= %>"
formName=" "
userId="<%="
subject=""
permissionClassName=""
permissionClassPK=""
ratingsEnabled="true"/>

What for permissionClassName and permissionClassPK parameter in the discussion tag???
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Re:Comment Tag

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
It was added by the following issue:
http://issues.liferay.com/browse/LPS-8208

Detail on how to use it:
http://stackoverflow.com/questions/5941986/how-to-use-the-liferay-comments-framework
venka reddy,修改在11 年前。

RE: Re:Comment Tag

Regular Member 帖子: 231 加入日期: 11-3-23 最近的帖子
Hi hitoshi,

Thanks for your reply.

I am developing custom portlet , I am using Comment tag to enter users comments.

But i have to give permissions to certain users only to add comments and delete comments.

Can help???