Foren

which portal version liferay team using in maintaining their official site?

Aman Amna, geändert vor 7 Jahren.

which portal version liferay team using in maintaining their official site?

New Member Beiträge: 5 Beitrittsdatum: 03.10.15 Neueste Beiträge
how they manage/customize control menu in their official site?
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: which portal version liferay team using in maintaining their official s

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Aman Amna:
how they manage/customize control menu in their official site?


Sorry, I don't understand what you're asking.

Which portal version? Well there's a couple in play. web.liferay.com is 6.1, dev.liferay.com is 6.2, ...

Manage/customize control menu? You mean the hamburger menu in upper right corner? Any change that you see will either be a theme or portlet.






Come meet me at the LSNA!
Aman Amna, geändert vor 7 Jahren.

RE: which portal version liferay team using in maintaining their official s

New Member Beiträge: 5 Beitrittsdatum: 03.10.15 Neueste Beiträge
In liferay 7.0 there is a control menu that is the top bar the image is given below
how we customize it means totally change its look and feel? or add our own custom control menu?
liferay 7 documentation "CUSTOMIZING THE CONTROL MENU" only tells us how to add new item in control menu but if we want to remove some item from that menu how we achieve this?
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: which portal version liferay team using in maintaining their official s

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Well, they are added by creating components so if you could disable the component, that would remove the entry. However, the component is probably one of many in a module so it may prove difficult to permanently disable a single component in a module.







Come meet me at the LSNA!
thumbnail
Olaf Kock, geändert vor 7 Jahren.

RE: which portal version liferay team using in maintaining their official s

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
Aman Amna:
... if we want to remove some item from that menu ...


I'd say it depends on the value for some (emphasis is mind) and the reason why you want to remove it.
You have:
  • CSS display:none
  • Permissions: When someone doesn't have permissions to access the function you'd like to remove, they won't see the button
  • modification of the underlying module
  • and probably more options


Which one of these to use? If this is still the same question you intended to ask with your very first question in this thread, you're not giving any hint about your requirements and it's impossible to answer. You might want to let us know about the requirement you're trying to implement, the reason for this requirement (e.g. removing visual clutter, hardening by removing options, not wanting to confuse inexperienced users, moving the options somewhere else where you'd rather like to have them) and there's a chance someone might give a hint.
Aman Amna, geändert vor 7 Jahren.

RE: which portal version liferay team using in maintaining their official s

New Member Beiträge: 5 Beitrittsdatum: 03.10.15 Neueste Beiträge
see i want to show user avatar at the top right corner and when user click on it then only show account setting and signout options, and at the left corner i want to show logo instead of product menu
Bradley McIlwain, geändert vor 6 Jahren.

RE: which portal version liferay team using in maintaining their official s

New Member Beiträge: 10 Beitrittsdatum: 15.03.17 Neueste Beiträge
@Aman, did you find a way to do this or similar behavior?