Move Webcontent from site scope to Global Scope

Liferay Sync

Liferay Sync allows you to access your files from your Liferay 6.1 document library from where ever you are. Desktop / Mobile Device.
View Product Information Download Here

Played 0 times
[Flash 9 is required to listen to audio.]

Radio Liferay
Episode 14: Bradley Wood

Played 2 times
[Flash 9 is required to listen to audio.]

(Source: liferay.com)

Velocity Permission Variables

Here are some velocity variables you can use to check permission in the theme such as “portal_normal.vm”

$theme_display.getPermissionChecker().isOmniadmin()
- Returns true if the user is a universal administrator.

$theme_display.getPermissionChecker().isCompanyAdmin()
- Returns true if the user is an administrator of their company.

$theme_display.getPermissionChecker().isCompanyAdmin($theme_display.companyId)
- Returns true if the user is an administrator of the company.