<?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: Sites Templates in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240421#M193551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hallo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my company is thinking of using Alfresco and now I am testing it a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also love to create a template for Sites in Alfresco Share but I can't figure out how to do it. I found this Wiki Entry (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Roadmap#Site.2FSpace_Templates" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Roadmap#Site.2FSpace_Templates&lt;/A&gt;&lt;SPAN&gt;) where it says that it was on the roadmap for 2010 but no more details on how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear what I mean:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am in Alfresco Share and click to create a new site i have a dropdown menu with only one Option (Collaboration-Site). I would love to have the option for other stuff. Let's say "Project". I would like to specify that there will be a Wiki, no blog, documents, discussions and no calendar. Furthermore maybe a predefined Wiki Page that has a grid where I need to enter the Project number and a main contact person.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible with Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 12:39:41 GMT</pubDate>
    <dc:creator>bliblablo</dc:creator>
    <dc:date>2011-08-04T12:39:41Z</dc:date>
    <item>
      <title>Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240415#M193545</link>
      <description>Is it posible to define a site template on Alfresco Share? I want to create dynamictly a site with certain folder structure and rules.Even it's not possible on Share, Can I do these configuration on Alfresco Explorer and make it visible on Share?</description>
      <pubDate>Fri, 02 Oct 2009 19:39:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240415#M193545</guid>
      <dc:creator>sgoni</dc:creator>
      <dc:date>2009-10-02T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240416#M193546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm not sure if its the best way to do this, but i created site templates for share by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. creating a custom site type by modifing: create-site.get.js and presets.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. creating a new space "site-template" in the data dictionary using the alfresco explorer with the template folders and files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. creating a custom behavior on "onCreateNode", check if the created node is my custom site (check the node property SiteModel.PROP_SITE_PRESET)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. creating the documentLibraray folder in the site space, as it will not be present at this point&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. copy the content of the "site-template" space in the newly created folder (documentLibrary)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hth&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;steffen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 10:25:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240416#M193546</guid>
      <dc:creator>steffen</dc:creator>
      <dc:date>2009-10-04T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240417#M193547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks stephen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you extend a little more your explanation, posting some code and configurations you had to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 19:09:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240417#M193547</guid>
      <dc:creator>sgoni</dc:creator>
      <dc:date>2009-10-05T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240418#M193548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, i'll set something up and get back to you…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 07:43:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240418#M193548</guid>
      <dc:creator>steffen</dc:creator>
      <dc:date>2009-10-06T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240419#M193549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;instructions to my approach for share site templates and a ready-to-run AMP can be found here: &lt;/SPAN&gt;&lt;A href="http://outdoorcoding.blogspot.com" rel="nofollow noopener noreferrer"&gt;http://outdoorcoding.blogspot.com&lt;/A&gt;&lt;SPAN&gt; . feedback for improvements and bug reports are welcome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;steffen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 07:46:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240419#M193549</guid>
      <dc:creator>steffen</dc:creator>
      <dc:date>2009-10-26T07:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240420#M193550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your blog is private so I was unable to view how you did it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you enabled this feature on a recent version of Alf too?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 14:27:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240420#M193550</guid>
      <dc:creator>hotnuts21</dc:creator>
      <dc:date>2010-07-13T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sites Templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240421#M193551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hallo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my company is thinking of using Alfresco and now I am testing it a bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also love to create a template for Sites in Alfresco Share but I can't figure out how to do it. I found this Wiki Entry (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Roadmap#Site.2FSpace_Templates" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Roadmap#Site.2FSpace_Templates&lt;/A&gt;&lt;SPAN&gt;) where it says that it was on the roadmap for 2010 but no more details on how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be clear what I mean:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am in Alfresco Share and click to create a new site i have a dropdown menu with only one Option (Collaboration-Site). I would love to have the option for other stuff. Let's say "Project". I would like to specify that there will be a Wiki, no blog, documents, discussions and no calendar. Furthermore maybe a predefined Wiki Page that has a grid where I need to enter the Project number and a main contact person.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible with Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Georg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 12:39:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sites-templates/m-p/240421#M193551</guid>
      <dc:creator>bliblablo</dc:creator>
      <dc:date>2011-08-04T12:39:41Z</dc:date>
    </item>
  </channel>
</rss>

