留言板

How to Remove Sites from GoTo menu in liferay 6.1

Guru k,修改在12 年前。

How to Remove Sites from GoTo menu in liferay 6.1

Junior Member 帖子: 64 加入日期: 12-2-8 最近的帖子
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,修改在12 年前。

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

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
What do you want to remain in GoTo menu? Do you need GoTo menu at all?
Guru k,修改在12 年前。

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

Junior Member 帖子: 64 加入日期: 12-2-8 最近的帖子
I need the links to Control Panel, My public and private pages...
thumbnail
Henri Koskenranta,修改在12 年前。

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

New Member 帖子: 17 加入日期: 11-9-27 最近的帖子
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.