cancel
Showing results for 
Search instead for 
Did you mean: 

How can i create a other type of Site as "Collaboration-Site"

Joerg_Schleede
Champ on-the-rise
Champ on-the-rise

I want an additional Type of Site "Project-Site"

with a few additional properties like: number, manager, status or so.

How can i do this in acs 25.x ?

0 ACCEPTED ANSWERS
2 REPLIES 2

Joerg_Schleede
Champ on-the-rise
Champ on-the-rise

ok all busy here?

Now i can create a projectsite with the  aspect

st:SitePreset = "ProjectSite"

and several other aspects for the site like:

stcp:idPhase = "open"
stcp:idclient = "myclient"
stcp:idmanager = "john"

But how can i edit this 3 aspects in the standard edit-site-form.

How can i extend the edit-site.get.html.ftl ?

If i remove the file  

./tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/modules/edit-site.get.html.ftl

nothing happens after a tomcatrestart.

I can still edit the sitename, description and visibility.

How can i add my aspects in this form to change this aspects?

Which file is doing this job?

thanks

Jörg

roberto_gamiz
Star Contributor
Star Contributor

Hello,

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.

Here are a link that maybe can help you for start:

https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/25.2/Alfresco-Content-Services/Devel...

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 "org/alfresco/share/imports/share-header.lib.js" to add my customizations in the default widget.

Best Regards




 Roberto Gámiz Sánchez

Alfresco Content Services Engineer