09-17-2009 01:10 PM
09-18-2009 01:18 PM
09-18-2009 01:35 PM
09-18-2009 03:07 PM
Hi, the admin has the rights to add others
<#if userIsSiteManager>
<#assign linkClass><#if "invite" == activePage>class="active-page"</#if></#assign>
<span class="yui-button yui-link-button">
<span class="first-child">
<a href="${url.context}/page/site/${page.url.templateArgs.site!}/invite" ${linkClass}>${msg("link.invite")}</a>
</span>
</span>
</#if>
09-20-2009 04:49 PM
09-21-2009 05:52 AM
var site = siteService.getSite("sitename");
site.setMembership("username", "Manager");
09-21-2009 07:06 PM
Try running the following javascript:var site = siteService.getSite("sitename");
site.setMembership("username", "Manager");
09-22-2009 02:37 AM
09-22-2009 08:48 AM
09-22-2009 10:29 AM
Edit: I figured it out. Should have been "SiteManager" instead of "Manager". Thanks a bunch Ivan. You completely rock!!!!! Looks like the system has some work still to be done with synching as I know the system itself will not allow you to remove a manager if they are the only one but synching will. Thanks again.Actually, you solved my problem too with SiteManager. I have an Alfresco that was upgraded all the way from v2.1 and probably Manager and SiteManager got mixed up in the process. Using Manager worked for me on couple of sites but I got the same error as you on the others.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.