Fórum

Show Wall portlet entries for all users

Mouli K, modificado 14 Anos atrás.

Show Wall portlet entries for all users

Junior Member Postagens: 32 Data de Entrada: 10/06/09 Postagens Recentes
Hi,

How to configure WOL's Wall portlet to display wall entries for all users (not to restrict displaying wall to friends)?
Is there any property for this?

Thanks,
Mouli
thumbnail
Parul Seth, modificado 14 Anos atrás.

RE: Show Wall portlet entries for all users

Junior Member Postagens: 83 Data de Entrada: 18/12/08 Postagens Recentes
Hi Mouli

You need to modify the wol-portlet/docroot/wall/view_wall.jspf.

i.e. you need to update the code
<c:choose>
	<c:when test="<%= themeDisplay.isSignedIn() &amp;&amp; ((user.getUserId() == user2.getUserId()) || SocialRelationLocalServiceUtil.hasRelation(user.getUserId(), user2.getUserId(), SocialRelationConstants.TYPE_BI_FRIEND)) %>"></c:when></c:choose>


as per you requirement.

HTH
Thanks & Regards
Parul Seth
Impetus Infotech (India) Pvt. Ltd.