Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
0
votes
2 answers

Alfresco 4.2 CE with MS SQL server 2012

I've been asked to use install alfresco 4.2 community edition with database MS SQL server 2012 for evaluation and I'm a newbie in using it. I'm having a hard time in doing configurations to make it work. I know MS SQL server 2012 is only supported…
antibry
  • 282
  • 5
  • 22
0
votes
1 answer

Why Alfresco ignore some webscripts or templates modifications?

I'm using Alfresco community 4.2 I've created an AMP share module in Maven for customization and I edited several templates files, essentially commenting out/deleting some unwanted functionnalities to clean the user interface. For some of the…
Kaltezar
  • 711
  • 4
  • 9
0
votes
1 answer

How to remove Task from the share header?

I am able to remove MyTasks and My workflow from the dashlet how to remove it from the header? I removed from the dashlet by editing my-tasks.get.html.ftl. But how to remove from the header menu. Which file should I modify. I am using 4.2e community…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
3 answers

Change the default view renderer for specific folder type

I wonder if its possible in any way to change the default view-renderer in the document-library of share based on the type of folder the user enters. The default view overall seems to be set in the constructor of documentlist.js and the option…
billerby
  • 1,977
  • 12
  • 22
0
votes
2 answers

Creating a join site link for share site in alfresco

I need to sent an email notification whenever a new site is created. I created the rule in site and made a java script to execute. Here is my javascript var parent = space.getParent(); var siteShortName = space.getSiteShortName(); var siteGroup =…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
0 answers

How to invite everybody to a site in alfresco share site?

In alfresco share site, we have the option to add a group to a site using add group. But how to invite every one to a site at a time. Right now the user has to add manually each users. I have 350 users, and the site creator will find it difficult to…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

How to populate property value while creating content in Alfresco Share?

I create a product of type abc:product with a product Id - 12345 (for example) in the abc:productId field. I have a type called abc:productContent with the abc:productNumber field. Now when I'm creating the document of type abc:productContent, I'm…
Nikhil A A
  • 441
  • 1
  • 4
  • 17
0
votes
0 answers

Will refreshing via meta tag cause any performance issues?

I am new to web application and I dont know java script ( I am learning now). I am experimenting with Alfresco. It is an open source Enterprise Management System. It has a discussion page where user post any question and other user responds.…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

why it doensn't return children of workflow package by CMIS?

Alfresco version 4.2e I started "Review And Approve Workflow" on specific file, assigning the task on a user. Then I got the user task by REST: { ..... "bpm_package": "workspace://SpacesStore/db7ec6c5-4dfe-44fd-a7fd-271526237c86", .... { According…
Moro
  • 2,088
  • 6
  • 25
  • 34
0
votes
1 answer

Email invite not working for non admin user - alfresco

If a non admin user create a site and invite people I am getting 0 invites sent 1 failure error. These all are steps I tried, I added the user to administrator group (strange the user cannot see the administrator tool, I tried both user from the…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
2 answers

How to change the alfresco permission names

I changed the in the following files but I cant access share anymore, It just show the login page but I cant login In sitePermissionDedfinition.xml
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
2 answers

Alfresco: retrieve user info from username

I'm looking for APIs to fetch user info given a username. I'm interested in Java API, serverside template/script root object, webscripts services, or even Share API.
plus-
  • 45,453
  • 15
  • 60
  • 73
0
votes
3 answers

Alfresco share site auto refreshing

How to auto refresh the share site? Now when someone post an answer in share discussion the user has to refresh the page in order to view the answer. How to auto refresh the page?
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

Alfresco share storage space

I have 10 GB of files in another server. Now I need to upload the files to the alfresco share. Do I need to manually drag and drop these files to the alfresco share repository? Is there any other option like mapping these files so alfresco adds them…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

Alfresco - Hide title component but Alfresco logo still remains

Referring to Alfresco wiki and this article: http://blogs.alfresco.com/wp/developer/2011/07/27/how-to-hide-content-on-an-existing-alfresco-share-page/ I would remove the title component from the document's detail page. Here is my code:
CaptainAmerica
  • 83
  • 1
  • 15