留言板

Locating correct JSP to Hook in Liferay 6

Vasilios Kaloidis,修改在7 年前。

Locating correct JSP to Hook in Liferay 6

New Member 帖子: 11 加入日期: 16-7-18 最近的帖子
Hello,

I am working to hook into some functionality in the notifications portlet.

I am trying to find out which JSP files I need to hook, to modify the section next to the "Mark as Read" button in the notifications portlet. Is there a way to have debug output print to the console, which JSP's / Portlet files are being loaded when I access a page on the site - or is there a specific JSP file anyone knows-of that I can use to hook into the notifications page.

Thanks
thumbnail
David H Nebinger,修改在7 年前。

RE: Locating correct JSP to Hook in Liferay 6

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Notifications is a separate portlet from the core.

You need to follow the instructions for a "plugin extending a plugin" and use the notifications portlet from the marketplace as the source.