掲示板

Asset Publisher Portlet display problem

thumbnail
12年前 に Puneet Upadhyay によって更新されました。

Asset Publisher Portlet display problem

Regular Member 投稿: 234 参加年月日: 11/10/22 最新の投稿
Hi All,

How can i make asset publisher portlet, visible to non-logged in users???
I mean if i add a asset publisher portlet to any portal page that is vieable by only logged-in users but can i see that portlet without log in???

Any help??
thumbnail
12年前 に Mayur Patel によって更新されました。

RE: Asset Publisher Portlet display problem

Expert 投稿: 358 参加年月日: 10/11/17 最新の投稿
Hello Puneet,

you need to set a permission VIEW for ONLY with the other users except GUEST for Asset Publisher Portlet
It appears with Guest role VIEW selected, Unchecked option for VIEW permission. so that logged-in users cab only able to view that portlet,

and also set below property in portal-ext.properties to hide error message,

#
# Set this to true if users are shown that they do not have access to a
# portlet. The portlet init parameter "show-portlet-access-denied" will
# override this setting.
#

    layout.show.portlet.access.denied=[b]false[/b]


see this for more Info,
http://www.liferay.com/community/forums/-/message_boards/message/501909

HTH,
Mayur