Foros de discusión

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

Aman Amna, modificado hace 7 años.

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

New Member Mensajes: 5 Fecha de incorporación: 3/10/15 Mensajes recientes
how they manage/customize control menu in their official site?
thumbnail
David H Nebinger, modificado hace 7 años.

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

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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, modificado hace 7 años.

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

New Member Mensajes: 5 Fecha de incorporación: 3/10/15 Mensajes recientes
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?

Archivos adjuntos:

thumbnail
David H Nebinger, modificado hace 7 años.

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

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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, modificado hace 7 años.

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

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
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, modificado hace 7 años.

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

New Member Mensajes: 5 Fecha de incorporación: 3/10/15 Mensajes recientes
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

Archivos adjuntos:

Bradley McIlwain, modificado hace 6 años.

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

New Member Mensajes: 10 Fecha de incorporación: 15/03/17 Mensajes recientes
@Aman, did you find a way to do this or similar behavior?