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
0 answers

Image not getting displayed in HTML document using JavaScript in Alfresco

I have an image url defined in my javascript code as: var boxwidth = document.properties["sc:price"]; content += ""; content += "Retail Price: " + price + "

"; var urlStr =…
jcoder12
  • 167
  • 1
  • 4
  • 15
0
votes
4 answers

How to restore alfresco installation

I previously Backed up folder. Here is how I did. Stopped tomcat and postgres Copied C:/Alfresco to another machine in lan I then uninstalled Alfresco. Installed new alfresco and deleted the C:/alfresco folder and copied the old alfresco folder to…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
0 answers

How to wmv video file in alfresco

I am using Media Viewer add on to preview documents. For video files I am using FFMPEG as described in Media Viewer configuration page. It is able to convert for .avi files. But when I preview .wmv file it says could not load thumbnail list and the…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

Need help in alfresco content transformation of avi and wmv to flv

I am transforming avi and wmv to flv format so that I can alfresco preview Here is the steps I followed Installed ffmpeg 64 bit static build on my windows machine Remove .sample extension of video-thumbnail-context.xml.sample and…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

How to get the name of the logged in user in My task dashlet

How to get the name of the logged in user so My task dashlet will read as Username Task. I tried ${person.properties.userName} but I am getting error. My code snippet is <#assign name = person.properties.userName>
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

How to rearrange the default dashlet of alfresco?

Whenever a new user is created using alfresco he will be presented with default four dashlets. Namely: My Sites My activities My Tasks My Documents. Since I dont want My task, me with little help from html tutorial, modified My task to look like…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

Restricting email notification for private site in alfresco

I have added a script to send mail whenever a site is created. How to restrict the email notification if the site created is a private site. Here is my java script var mail = actions.create("mail"); var node =…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
2 answers

Alfresco One: Sending email notification to assignee on task creation

I am very new to Alfresco and I've been searching how to configure my Alfresco One deployment (Alfresco Enterprise Trial just downloaded from the Alfresco website), so that it sends an email to the assignee on creation of a new workflow task. I have…
Mr_Thumb
  • 105
  • 1
  • 1
  • 7
0
votes
1 answer

Alfresco Share:The files did not move after approve review

I've created a simple workflow on folder Draft, so that if there are new documents uploaded, users will be notified about it. And if the document is approved, it will be moved to 'Pending Approval'. Since there is no due date function and task does…
e-no 91
  • 5
  • 5
0
votes
1 answer

Alfresco PDF thumbnail previews unreadable

Not sure this is the right stackexchange site but seems to be the place with the most question about Alfresco I can find so here goes. Have Alfresco Community Edition 4.2.d installed on a RHEL5 64bit box (mainly default install bar using MySQL as a…
user275560
0
votes
1 answer

field help text on form

Each share task form has fields. Some of them use icon to provide help text. For example, bpm:workflowPriority, get it. I need to remove this one. I found, that сode below generates icons, but i cant understand, where the field.help process is…
hleb.albau
  • 137
  • 10
0
votes
0 answers

Alfresco Move/Copy Dataset

I'm experiencing an issue with Alfresco, or maybe it isn't really an issue, but I just don't know how to do it.... I installed Alfresco Community 4.2.f and the Record Management AMP File to create custom Metadata for example: Checked (Boolean) which…
iD4ve
  • 55
  • 3
  • 11
0
votes
0 answers

How to subscribe to alfresco rss feed in ms outlook

I tried to subscribe to rss feed in ms outlook. When I tried nothing is really happening. All I am getting is this. When I click advanced or yes or no nothing is really happening EDIT 1 I tried in lotus notes and I am getting
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

Hide default properties and show aspect properties on Share

I'm stuck and I cannot figure out why can achieve this. I'm new to Alfresco, so maybe I'm doing it in a wrong way. I'm trying to hide default properties on Alfresco Share and only show fields of one of my custom aspects. I mean I want to hide…
rubenfa
  • 831
  • 1
  • 7
  • 23
0
votes
2 answers

FSTR for Alfresco 3.4

I want to use the File System Transfer Receiver with my Alfresco 3.4 Community Edition. I've only been able to find FSTR for Alfresco 4 and up. Is there any version of the FSTR available for this Alfresco version ? Where can I find it ?