
About project
Hook plugin for Liferay portal, adds Lightbox 2-based image gallery support to all portal pages. Additionally, plugin adds "Lightbox" popup button to CKEditor and upgrades CKEditor to latest version (4.4.7).
![]() |
![]() |
Source code and war are available on our GitHub repository:
Plugin deployment
1. Download war (or build it from sources).
2. Copy war to portal autodeploy directory (or deploy it manually).
Build from sources
Project based on Liferay Maven SDK and can be built using every IDE with Apache Maven support (e.g. Netbeans, Eclipse, or Idea) or directly using CLI. In order to build the portlet:
1. Install Apache Maven.
2. Download source code from GitHub or import it using git.
3. Unzip archive and run Maven:
mvn install
Created war archive will be available in /target folder in project directory.