Fórum

Guest Preferences in 4.3.4

Adam Causey, modificado 16 Anos atrás.

Guest Preferences in 4.3.4

Junior Member Postagens: 70 Data de Entrada: 13/06/07 Postagens Recentes
I'd like to set the guest preferences on some of my portlets in Liferay 4.3.4. Is there a way to do this? I have one of my portlet setup to have the edit_guest mode, but there isn't an icon showing up on the portlet that will allow me to do this.

Thanks.
thumbnail
Roman Hoyenko, modificado 16 Anos atrás.

RE: Guest Preferences in 4.3.4

Liferay Master Postagens: 878 Data de Entrada: 08/10/07 Postagens Recentes
You need to login to portal as admin, go to Guest community and set up preference there.
Adam Causey, modificado 16 Anos atrás.

RE: Guest Preferences in 4.3.4

Junior Member Postagens: 70 Data de Entrada: 13/06/07 Postagens Recentes
Roman Hoyenko:
You need to login to portal as admin, go to Guest community and set up preference there.


I still don't see an option on the portlets to edit guest preferences even on the Guest community pages. Am I missing something?
thumbnail
Roman Hoyenko, modificado 16 Anos atrás.

RE: Guest Preferences in 4.3.4

Liferay Master Postagens: 878 Data de Entrada: 08/10/07 Postagens Recentes
Are you sure you are logged in as administrator and you have enough priveledges to edit preferences?
Adam Causey, modificado 16 Anos atrás.

RE: Guest Preferences in 4.3.4

Junior Member Postagens: 70 Data de Entrada: 13/06/07 Postagens Recentes
Yes, I logged in with the default admin user, went to the Guest Community public page, added in the stock Weather portlet (which should have the edit_guest option), but I don't see the option. I also added in one of my own portlets that is set to have the edit_guest view, but it doesn't show up.

<!-- Traffic Portlet -->
<portlet>
<description>
Shows traffic information details for the Metro Richmond
area.
</description>
<portlet-name>traffic</portlet-name>
<display-name>Traffic</display-name>
<portlet-class>
org.springframework.web.portlet.DispatcherPortlet
</portlet-class>
<init-param>
<name>contextConfigLocation</name>
<value>/WEB-INF/context/traffic.xml</value>
</init-param>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>view</portlet-mode>
<portlet-mode>edit</portlet-mode>
<portlet-mode>edit_guest</portlet-mode>
</supports>
<portlet-info>
<title>Traffic</title>
<short-title>Traffic</short-title>
<keywords>Traffic,Accidents,Roads</keywords>
</portlet-info>
</portlet>
Adam Causey, modificado 16 Anos atrás.

RE: Guest Preferences in 4.3.4

Junior Member Postagens: 70 Data de Entrada: 13/06/07 Postagens Recentes
I am not seeing the guest preferences icon on any portlets after logging in as an administrator. I can submit this to the liferay support website unless someone has been able to get this working.