Fórumok

How can I change the App icon in Liferay 6.2?

Mustapha Aoussar, módosítva 8 év-val korábban

How can I change the App icon in Liferay 6.2?

Junior Member Bejegyzések: 34 Csatlakozás dátuma: 2013.04.17. Legújabb bejegyzések
I want to change this App icon of my Portlet (Hook or Theme):



I searched in Liferay Documentation and Forums but I have not found the answer. I also tried to change the icon in liferay-portlet.xml:

<liferay-portlet-app>
    <portlet>
        <portlet-name>mycustom</portlet-name>
        <icon>/icon.png</icon> &lt;--- See this
        ....
    </portlet>
</liferay-portlet-app>


Bot doesn't work.
thumbnail
Raja Seth, módosítva 8 év-val korábban

RE: How can I change the App icon in Liferay 6.2?

Regular Member Bejegyzések: 233 Csatlakozás dátuma: 2011.08.18. Legújabb bejegyzések
Hi Mustapha,

Be sure that you have changed icon.png inside docroot folder or you can change the portlet icon path in portlet.xml. I have changed it in some of the portlets. It's working for me.

Regards,
Raja
Michael Wallace, módosítva 8 év-val korábban

RE: How can I change the App icon in Liferay 6.2? (Válasz)

New Member Bejegyzések: 3 Csatlakozás dátuma: 2013.08.27. Legújabb bejegyzések
The icon you want to change is the Marketplace icon, and as far as I know, it is not configurable in the WAR file. This icon is uploaded separately from the WAR file when the app is added to the Marketplace. I have also wanted to change that icon, and never found a way to do it.