[Solved]Duplicate an existing share site

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2010 08:50 AM
Hello,
I have a problem with alfresco share…
I try to duplicate or copy an existing alfresco share site with the alfresco interface.
I create groups for this copy, i see the site in my share dashboard but, i can't accessed to the site help me plz.
I have a problem with alfresco share…
I try to duplicate or copy an existing alfresco share site with the alfresco interface.
I create groups for this copy, i see the site in my share dashboard but, i can't accessed to the site help me plz.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010 04:36 AM
Create a webscript in Share with the following snippet and call it with your site name to initial Surf with your site details.
script: { var siteName = args.sitename; if (siteName === undefined || siteName.length === 0) { status.setCode(500, "Site name not set"); break script; } var tokens = new Array(); tokens["siteid"] = siteName; sitedata.newPreset("site-dashboard", tokens); model.success = true;}

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010 09:46 AM
It's Works !!!!! Thank you for your help

