Foros de discusión

RE: Hide YUI Console Bar

Rafael Sánchez, modificado hace 12 años.

Hide YUI Console Bar

New Member Mensajes: 5 Fecha de incorporación: 16/04/12 Mensajes recientes
I have a problem with the console bar in Liferay 6.1. The YUI Console is displayed in all the liferay's pages and components. I need hide it.
thumbnail
Juan Gonzalez P, modificado hace 12 años.

RE: Hide YUI Console Bar

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
As I've told you in other thread, why don't you ask in proper YUI forum?

This isn't a Liferay problem.
thumbnail
wasim shaikh, modificado hace 12 años.

RE: Hide YUI Console Bar

Junior Member Mensajes: 92 Fecha de incorporación: 16/07/09 Mensajes recientes
@Jaun, This issue is related to Liferay Developer Mode in Liferay 6.1

Here is the Fix:
If you are using Liferay Developer Mode by editing "portal-ext.properties" remove "javascript.log.enabled=true" or just keep only first three line.

theme.css.fast.load=false
theme.images.fast.load=false
javascript.fast.load=false
javascript.log.enabled=true
layout.template.cache.enabled=false
browser.launcher.url=
velocity.engine.resource.manager.cache.enabled=false
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.themepreview.
ThemePreviewFilter=true                          
thumbnail
Anil T, modificado hace 6 años.

RE: Hide YUI Console Bar

Expert Mensajes: 313 Fecha de incorporación: 14/01/12 Mensajes recientes
Thanks for the above fix. It was coming for a long time on my local machine and could not find the reason why it was coming. I was put this configuration javascript.log.enabled as true in portal-ext.properties and it started displaying in the browser.