<?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 can i create a other type of Site as &amp;quot;Collaboration-Site&amp;quot; in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/494018#M40521</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If I'm not wrong "Site Edit Details" is an Aikau widget so you are going to need to create an extension a properly override with your the customizations the implementation of the widget, that is not and easy task in my opinion.&lt;/P&gt;&lt;P&gt;Here are a link that maybe can help you for start:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/25.2/Alfresco-Content-Services/Develop/Share-UI-Extension-Points/Aikau-Widgets" target="_blank"&gt;https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/25.2/Alfresco-Content-Services/Develop/Share-UI-Extension-Points/Aikau-Widgets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've never had to change Edit Site Details but I have had to extend the site creation form. To do this I had to extend&amp;nbsp;"org/alfresco/share/imports/share-header.lib.js" to add my customizations in the default widget.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 19:28:32 GMT</pubDate>
    <dc:creator>roberto_gamiz</dc:creator>
    <dc:date>2025-10-20T19:28:32Z</dc:date>
    <item>
      <title>How can i create a other type of Site as "Collaboration-Site"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/492565#M40396</link>
      <description>&lt;P&gt;I want an additional Type of Site "Project-Site"&lt;/P&gt;&lt;P&gt;with a few additional properties like: number, manager, status or so.&lt;/P&gt;&lt;P&gt;How can i do this in acs 25.x ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 13:23:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/492565#M40396</guid>
      <dc:creator>Joerg_Schleede</dc:creator>
      <dc:date>2025-09-03T13:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can i create a other type of Site as "Collaboration-Site"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/493206#M40453</link>
      <description>&lt;P&gt;ok all busy here?&lt;/P&gt;&lt;P&gt;Now i can create a projectsite with the&amp;nbsp; aspect&lt;/P&gt;&lt;PRE&gt;st:SitePreset = "ProjectSite"&lt;/PRE&gt;&lt;P&gt;and several other aspects for the site like:&lt;/P&gt;&lt;PRE&gt;stcp:idPhase = "open"
stcp:idclient = "myclient"
stcp:idmanager = "john"&lt;/PRE&gt;&lt;P&gt;But how can i edit this 3 aspects in the standard edit-site-form.&lt;/P&gt;&lt;P&gt;How can i extend the edit-site.get.html.ftl ?&lt;/P&gt;&lt;P&gt;If i remove the file&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;./tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/modules/edit-site.get.html.ftl&lt;/PRE&gt;&lt;P&gt;nothing happens after a tomcatrestart.&lt;/P&gt;&lt;P&gt;I can still edit the sitename, description and visibility.&lt;/P&gt;&lt;P&gt;How can i add my aspects in this form to change this aspects?&lt;/P&gt;&lt;P&gt;Which file is doing this job?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 14:01:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/493206#M40453</guid>
      <dc:creator>Joerg_Schleede</dc:creator>
      <dc:date>2025-09-25T14:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can i create a other type of Site as "Collaboration-Site"</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/494018#M40521</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If I'm not wrong "Site Edit Details" is an Aikau widget so you are going to need to create an extension a properly override with your the customizations the implementation of the widget, that is not and easy task in my opinion.&lt;/P&gt;&lt;P&gt;Here are a link that maybe can help you for start:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/25.2/Alfresco-Content-Services/Develop/Share-UI-Extension-Points/Aikau-Widgets" target="_blank"&gt;https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/25.2/Alfresco-Content-Services/Develop/Share-UI-Extension-Points/Aikau-Widgets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've never had to change Edit Site Details but I have had to extend the site creation form. To do this I had to extend&amp;nbsp;"org/alfresco/share/imports/share-header.lib.js" to add my customizations in the default widget.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 19:28:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-create-a-other-type-of-site-as-quot-collaboration-site/m-p/494018#M40521</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-10-20T19:28:32Z</dc:date>
    </item>
  </channel>
</rss>

