December 2011
8 posts
3 tags
Liferay 6.1 alternative delete page "x" styling
BEFORE:
AFTER:
2 tags
Cross Browser: inline-block →
1 tag
Liferay 6.1 Download Available →
2 tags
2 tags
Embedding Navigation Portlet into Layout file
3 tags
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.
...
4 tags
Portlet information in database helps with portlet...
“portletpreferences” table in database is a great place to look when trying to see what portlet id and preferences are needed for a portlet when embedding the portlet
4 tags