Fórum

Display message for guest when no results in Asset Publisher

thumbnail
María José, modificado 12 Anos atrás.

Display message for guest when no results in Asset Publisher

New Member Postagens: 10 Data de Entrada: 03/11/08 Postagens Recentes
Hello friends!

I wonder how to display the message "No results" when I filter content in Asset Publisher portlet and there are no results. This is the usual behavior width authenticated users, but width guest simply does not show anything. I have reviewed the Asset Publisher code (6.0.6) but widthout success...

Thank you very much!
thumbnail
Muradali Hasan, modificado 11 Anos atrás.

RE: Display message for guest when no results in Asset Publisher

Junior Member Postagens: 84 Data de Entrada: 27/07/10 Postagens Recentes
Hi María José,

Please make small change in init.jsp within asset publisher folder.

currently jsp has this line.

boolean showPortletWithNoResults = false;

change it to true
boolean showPortletWithNoResults = true;



use hook to overide this jsp.

Thanks
Muradali