Move Webcontent from site scope to Global Scope
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
A blog post on Liferay.com
Radio Liferay
Episode 14: Bradley Wood
BEFORE:

AFTER:

(Source: liferay.com)
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.