<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Importing Resources using Liferay Theme</title>
  <link rel="self" href="https://uat.liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=115048593" />
  <subtitle>Importing Resources using Liferay Theme</subtitle>
  <id>https://uat.liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=115048593</id>
  <updated>2026-08-02T06:52:13Z</updated>
  <dc:date>2026-08-02T06:52:13Z</dc:date>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115064955" />
    <author>
      <name>Vinod Luhar</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115064955</id>
    <updated>2019-09-03T06:59:03Z</updated>
    <published>2019-09-03T06:59:03Z</published>
    <summary type="html">HI,&lt;br /&gt;For getting structure, templates and Web content in the Sitemap use default setting.&lt;a href="https://portal.liferay.dev/docs/6-2/tutorials/-/knowledge_base/t/importing-resources-with-your-themes"&gt;https://portal.liferay.dev/docs/6-2/tutorials/-/knowledge_base/t/importing-resources-with-your-themes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you’d like to import your theme’s resources directly into a site, instead of into a site template, you can specify the following in your liferay-plugin-package.properties file:&lt;strong&gt;resources-importer-target-class-name=com.liferay.portal.model.Group&lt;/strong&gt;&lt;strong&gt;resources-importer-target-value=[site-name]&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;You can go through a beginner theme named &amp;#34;Welcome -theme&amp;#34; as below:&lt;br /&gt;&lt;a href="https://github.com/liferay/liferay-plugins/tree/6.2.x/themes/welcome-theme"&gt;https://github.com/liferay/liferay-plugins/tree/6.2.x/themes/welcome-theme&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After clearing the beginner theme (welcome-theme), You can go through Advanced example of theme as below.&lt;a href="https://github.com/liferay/liferay-plugins/tree/6.2.x/portlets/test-resources-importer-portlet"&gt;https://github.com/liferay/liferay-plugins/tree/6.2.x/portlets/test-resources-importer-portlet&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: &lt;br /&gt;You can do step by step using the below links:&lt;a href="https://portal.liferay.dev/docs/6-2/tutorials/-/knowledge_base/t/importing-resources-with-your-themes"&gt;https://portal.liferay.dev/docs/6-2/tutorials/-/knowledge_base/t/importing-resources-with-your-themes&lt;/a&gt; </summary>
    <dc:creator>Vinod Luhar</dc:creator>
    <dc:date>2019-09-03T06:59:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115066854" />
    <author>
      <name>Nelson Rivera</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115066854</id>
    <updated>2019-09-02T17:27:51Z</updated>
    <published>2019-09-02T17:27:51Z</published>
    <summary type="html">hi thanks for your soon reply. i understood you explication. I guess that i am creating the web content to a site template, because i am using the default setting on the liferay-plugin-package.properties, i deleted all resources-importer-target.* properties.</summary>
    <dc:creator>Nelson Rivera</dc:creator>
    <dc:date>2019-09-02T17:27:51Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115066557" />
    <author>
      <name>Mohammed Yasin</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115066557</id>
    <updated>2019-09-02T17:05:12Z</updated>
    <published>2019-09-02T17:05:12Z</published>
    <summary type="html">Hi, You have created these web content in site template or site ? In case you wanted to be going directly put the resource in site you can set&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;resources-importer-target-value=[your site name]&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;resources-importer-target-class-name=com.liferay.portal.model.Group&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;In case you want the site template to assign to particular site, then that site need to be created with that site template .</summary>
    <dc:creator>Mohammed Yasin</dc:creator>
    <dc:date>2019-09-02T17:05:12Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115066233" />
    <author>
      <name>Nelson Rivera</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115066233</id>
    <updated>2019-09-02T16:28:37Z</updated>
    <published>2019-09-02T16:28:37Z</published>
    <summary type="html">Hi mohammed, you were right, i made the changes on  the structure folder,  and now the resources are imported under a Site Template. But now i am not able to create web content to this structure which is under the site template from my main page. I don&amp;#39;t now how to apply those resources under de Site Template to all my site. i tried to set the added theme to my public and private pages, but the web content just are not able on my site, only i can see the web content on the Site template. How can i make avalible all web content from the added Site template to my site?  Regards</summary>
    <dc:creator>Nelson Rivera</dc:creator>
    <dc:date>2019-09-02T16:28:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115052726" />
    <author>
      <name>Mohammed Yasin</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115052726</id>
    <updated>2019-08-31T20:51:16Z</updated>
    <published>2019-08-31T20:51:16Z</published>
    <summary type="html">Hi,  Move the  news.xml from  news folder to structures folder ,  structures - &amp;gt; news- &amp;gt;news.xml  to structures-&amp;gt;new.xml</summary>
    <dc:creator>Mohammed Yasin</dc:creator>
    <dc:date>2019-08-31T20:51:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115052422" />
    <author>
      <name>Nelson Rivera</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115052422</id>
    <updated>2019-08-31T20:03:16Z</updated>
    <published>2019-08-31T20:03:16Z</published>
    <summary type="html">Hi javier, yes i think that i have it installed. I have this app /liferay-portal-tomcat-6.2-ce-ga6-20160112152609836/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/resources-importer-web</summary>
    <dc:creator>Nelson Rivera</dc:creator>
    <dc:date>2019-08-31T20:03:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115050927" />
    <author>
      <name>Javier Lamadrid</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115050927</id>
    <updated>2019-08-31T18:58:57Z</updated>
    <published>2019-08-31T18:58:57Z</published>
    <summary type="html">Hi,&lt;br /&gt;&lt;br /&gt;Do you have the resources-importer installed? I imagine so but I had to ask &lt;img alt="emoticon" src="@theme_images_path@/emoticons/happy.gif" &gt;&lt;br /&gt;&lt;a href="https://portal.liferay.dev/docs/6-2/tutorials/-/knowledge_base/t/creating-plugins-to-share-structures-templates-and-more"&gt;https://portal.liferay.dev/docs/6-2/tutorials/-/knowledge_base/t/creating-plugins-to-share-structures-templates-and-more&lt;/a&gt;&lt;br /&gt;&lt;a href="https://web.liferay.com/es/marketplace/-/mp/application/15502239"&gt;https://web.liferay.com/es/marketplace/-/mp/application/15502239&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;regards</summary>
    <dc:creator>Javier Lamadrid</dc:creator>
    <dc:date>2019-08-31T18:58:57Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115052091" />
    <author>
      <name>Nelson Rivera</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115052091</id>
    <updated>2019-08-31T18:47:50Z</updated>
    <published>2019-08-31T18:47:50Z</published>
    <summary type="html">Hi mohammed thanks for you reply. I tried that but the web content still does not appears. Liferay instance imported the theme and public page, but not the web content and structures. And due to that now shows this message on the page &amp;#34;The selected web content no longer exists.&amp;#34;</summary>
    <dc:creator>Nelson Rivera</dc:creator>
    <dc:date>2019-08-31T18:47:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115051311" />
    <author>
      <name>Mohammed Yasin</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115051311</id>
    <updated>2019-08-31T10:12:44Z</updated>
    <published>2019-08-31T10:12:44Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;HI,&amp;nbsp;Try adding&amp;nbsp;&amp;nbsp;&lt;pre&gt;&lt;code&gt;resources-importer-target-value=Guest&lt;/code&gt;&lt;/pre&gt;&amp;nbsp; in your&amp;nbsp;&amp;nbsp;liferay-plugin.-package.properties file and check&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Mohammed Yasin</dc:creator>
    <dc:date>2019-08-31T10:12:44Z</dc:date>
  </entry>
  <entry>
    <title>Importing Resources using Liferay Theme</title>
    <link rel="alternate" href="https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115048592" />
    <author>
      <name>Nelson Rivera</name>
    </author>
    <id>https://uat.liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115048592</id>
    <updated>2019-08-31T06:54:51Z</updated>
    <published>2019-08-31T06:54:51Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;I am trying to import some web contents into a new liferay instance using a liferay project theme, i am using liferay version 6.2. I created the theme project using maven and liferay-theme-archetype. I have all my web content articles, structure and templates under /my-theme-project/default-resources-theme/src/main/resources/resources-importer. I am able to package the war file, and deploy it into de liferay instance, the liferay log server show a successfully deployment and no error message, but no web content appear under Web Content Panel Control Option when i go to LIferay UI. Nothing happens and the required web contents does not appear.&lt;br&gt;This is my sitemap:&lt;br&gt;&lt;pre&gt;&lt;code&gt;{
&amp;amp;nbsp; "layoutTemplateId": "1_column",
&amp;amp;nbsp; "publicPages": [
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; {
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; "columns": [
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; [
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; "ross.xml"
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; ]
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; ],
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; "friendlyURL": "/home",
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; "name": "Welcome",
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; "title": "Welcome"
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; }
&amp;amp;nbsp; ]
}
&lt;/code&gt;&lt;/pre&gt;And this is my liferay-plugin-package.properties under WEB-INF&lt;br&gt;&lt;pre&gt;&lt;code&gt;name=default-resources-theme
module-group-id=liferay
module-incremental-version=1
tags=
short-description=
change-log=
page-url=http://www.liferay.com
author=Liferay, Inc.
licenses=LGPL
liferay-versions=6.2.0+
required-deployment-contexts=\
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; resources-importer-web
resources-importer-developer-mode-enabled=true
resources-importer-target-class-name=com.liferay.portal.model.Group&lt;/code&gt;&lt;/pre&gt;&amp;nbsp;And i have the attachmented project structure&lt;br&gt;Can someone tell me if i am doing something wrong or something is missing?&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Nelson Rivera</dc:creator>
    <dc:date>2019-08-31T06:54:51Z</dc:date>
  </entry>
</feed>
