Fórumok

Hide YUI Console Bar

Rafael Sánchez, módosítva 12 év-val korábban

Hide YUI Console Bar

New Member Bejegyzések: 5 Csatlakozás dátuma: 2012.04.16. Legújabb bejegyzések
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, módosítva 12 év-val korábban

RE: Hide YUI Console Bar

Liferay Legend Bejegyzések: 3089 Csatlakozás dátuma: 2008.10.28. Legújabb bejegyzések
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, módosítva 12 év-val korábban

RE: Hide YUI Console Bar

Junior Member Bejegyzések: 92 Csatlakozás dátuma: 2009.07.16. Legújabb bejegyzések
@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, módosítva 6 év-val korábban

RE: Hide YUI Console Bar

Expert Bejegyzések: 313 Csatlakozás dátuma: 2012.01.14. Legújabb bejegyzések
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.