<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create a new Site Type in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215154#M168284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since Share is a Surf application, it helps to get started by looking at the surf developers guide: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Developers_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Surf_Platform_-_Developers_Guide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From there, have a look at Kevin Roast's blog on dashlets and page types: &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/kevinr/2010/01/28/alfresco-share-33-extensions-and-springsurf/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/kevinr/2010/01/28/alfresco-share-33-extensions-and-springsurf/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I am not aware of how to introduce a new site-type, in which the above two resource adds to the new 'site' you are creating.&amp;nbsp; But, there is a great reference implementation of this: The RM Module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since Shares collaboration site doesn't lend itself the appropriate functional requirements for records management, RM is implemented as a new Site Type and has it's own services tier in the Repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 14:08:14 GMT</pubDate>
    <dc:creator>richard_im</dc:creator>
    <dc:date>2010-04-29T14:08:14Z</dc:date>
    <item>
      <title>How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215153#M168283</link>
      <description>I'd like to create a custom Site Type in Alfresco Share (yes, like the project site type in the Blue Fish webcast), but I can't seem to find any documentation on how to do this. Maybe I'm just not looking in the right places.If anyone could point me in the right direction, I'd be most grateful.</description>
      <pubDate>Wed, 28 Apr 2010 08:00:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215153#M168283</guid>
      <dc:creator>krdto</dc:creator>
      <dc:date>2010-04-28T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215154#M168284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since Share is a Surf application, it helps to get started by looking at the surf developers guide: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Surf_Platform_-_Developers_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Surf_Platform_-_Developers_Guide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From there, have a look at Kevin Roast's blog on dashlets and page types: &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/kevinr/2010/01/28/alfresco-share-33-extensions-and-springsurf/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/kevinr/2010/01/28/alfresco-share-33-extensions-and-springsurf/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I am not aware of how to introduce a new site-type, in which the above two resource adds to the new 'site' you are creating.&amp;nbsp; But, there is a great reference implementation of this: The RM Module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since Shares collaboration site doesn't lend itself the appropriate functional requirements for records management, RM is implemented as a new Site Type and has it's own services tier in the Repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 14:08:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215154#M168284</guid>
      <dc:creator>richard_im</dc:creator>
      <dc:date>2010-04-29T14:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215155#M168285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! I took a look at the Surf Platform Developers Guide, and I'm sure an experienced developer would find it great, but for someone who is just looking for a way to customize a few elements in Alfresco, it's way to complex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I decided to figure out how to do it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The elements in the Site Type pulldown box on the Create Site page is generated by an array called in create-site.get.js (which you'll find in the share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/modules directory). The array definition looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var sitePresets = [{id: "site-dashboard", name: msg.get("title.collaborationSite")}]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The id refers to a site definition in an XML file, and title.collaborationSite refers to the title text defined in create-site.get.properties. Say you want to add a new Site Type called "Project Site". Change the definition of sitePresets to this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var sitePresets = [{id: "site-dashboard", name: msg.get("title.collaborationSite")},{id: "project-site-dashboard", name: msg.get("title.projectSite")}];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now edit create-site.get.properties (found in the same directory) and add a line defining the title text for the new Site Type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;title.projectSite=Project Site&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure that the line is added to any localized properties files as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, you'll have to create the actual site definition. Edit presets.xml (in the share/WEB-INF/classes/alfresco/site-data/presets folder). Copy the entire definition that starts with the line "&amp;lt;preset id="site-dashboard"&amp;gt; and down to the corresponding &amp;lt;/preset&amp;gt; tag, and change the id to "project-site-dashboard" (or whatever you want to call your site definition). You can then customize the default site dashboard layout by changing the component definitions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Restart Alfresco, and your new Site Type will be available in the Create Site dialog.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 12:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215155#M168285</guid>
      <dc:creator>krdto</dc:creator>
      <dc:date>2010-05-04T12:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215156#M168286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's great news.&amp;nbsp; I also came across this during a mild search effort right now: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=22174&amp;amp;p=74482" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=22174&amp;amp;p=74482&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just be sure to test the lifecycle of what functional requirements you're trying to fulfill.&amp;nbsp; In this case, Share is using the Repository as a data repository.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 13:14:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215156#M168286</guid>
      <dc:creator>richard_im</dc:creator>
      <dc:date>2010-05-04T13:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215157#M168287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have managed to create a new Site Type making use of the abovementioned notes. I have also create a new space template which should be used when creating the new site. The new site gets created but it does not use the space template at all. Any idea how to resolve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 10:55:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215157#M168287</guid>
      <dc:creator>rpalf</dc:creator>
      <dc:date>2010-07-01T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215158#M168288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anybody found a solution to the automatic creation of a folder (and rights) structure when creating a new site?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find anything about this, but would very much like to use this kind of automation, because I work a lot with projects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Aug 2010 11:57:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215158#M168288</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2010-08-15T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215159#M168289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. Register behaviour to check site type on NodeCreate of Sites. If it's your site type, set up the structure required or import content, etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Aug 2010 12:09:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215159#M168289</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-08-15T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new Site Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215160#M168290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that I'm not a developer (when I see some simple code, I can understand how things work, though), and I can't find the right file(s) with this code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you can give me some more details, I'd be very happy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Aug 2010 12:39:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-a-new-site-type/m-p/215160#M168290</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2010-08-15T12:39:24Z</dc:date>
    </item>
  </channel>
</rss>

