留言板

Enable default modules that are not installed

thumbnail
Clint Wilde,修改在7 年前。

Enable default modules that are not installed

Junior Member 帖子: 39 加入日期: 13-3-5 最近的帖子
Hello,

I add the network-utilities to a page. It is app located at:
liferay-dxp-digital-enterprise-src-7.0-ga1\modules\apps\network-utilities\network-utilities-web


Do I need to enable this portlet via the control panel, or do I need to build and deploy this portlet?

I ask because I want to add it to a page, but it's not listed in the tools section, even though the portlet declares it to be there:

@Component(
	immediate = true,
	property = {
		"com.liferay.portlet.css-class-wrapper=portlet-network",
		"com.liferay.portlet.display-category=category.tools",
		"com.liferay.portlet.header-portlet-css=/css/main.css",
		"com.liferay.portlet.preferences-owned-by-group=true",
		"com.liferay.portlet.private-request-attributes=false",
		"com.liferay.portlet.private-session-attributes=false",
		"com.liferay.portlet.remoteable=true",
		"com.liferay.portlet.render-weight=0",
		"javax.portlet.display-name=Network Utilities",
		"javax.portlet.expiration-cache=0",
		"javax.portlet.init-param.template-path=/",
		"javax.portlet.init-param.view-template=/view.jsp",
		"javax.portlet.resource-bundle=content.Language",
		"javax.portlet.security-role-ref=power-user,user"
	},
	service = Portlet.class
)


I checked the Gogo shell and it's not listed there either.

Here is a screenshot of my tools category:
thumbnail
Jamie Sammons,修改在7 年前。

RE: Enable default modules that are not installed

Expert 帖子: 301 加入日期: 14-9-5 最近的帖子
I doesn't appear that the network utilities will receive an official release. Your best course of action would be to build it yourself. Unfortunately since its no longer maintained it's not guaranteed to work.