Fórum

How to Remove Sites from GoTo menu in liferay 6.1

Guru k, modificado 11 Anos atrás.

How to Remove Sites from GoTo menu in liferay 6.1

Junior Member Postagens: 64 Data de Entrada: 08/02/12 Postagens Recentes
Hi,

How to remove the list of sites from Goto Menu in liferay 6.1.

I looked in to view.jsp of dockbar but couldn't find to remove the list of sites.

Thanks
Guru
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: How to Remove Sites from GoTo menu in liferay 6.1

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
What do you want to remain in GoTo menu? Do you need GoTo menu at all?
Guru k, modificado 11 Anos atrás.

RE: How to Remove Sites from GoTo menu in liferay 6.1

Junior Member Postagens: 64 Data de Entrada: 08/02/12 Postagens Recentes
I need the links to Control Panel, My public and private pages...
thumbnail
Henri Koskenranta, modificado 11 Anos atrás.

RE: How to Remove Sites from GoTo menu in liferay 6.1

New Member Postagens: 17 Data de Entrada: 27/09/11 Postagens Recentes
You know the best thing is that if you are a portal administrator but don't belong to any organization or site, you don't get the go to-menu at all. So there's no way to access control panel from the ui emoticon

I have looked into this and in the view.jsp there's only a for-loop that loops through all sites and builds the menu. What I can remember was that it's not very easy to force the display of the control panel-link (to fix the above issue I said). Thus it might be a lot of work to remove all my sites from the menu because it's just a loop that loops through all your sites. The logic is somewhere else than in the view.jsp, might be in the alloyui taglib or deep in the service classes.