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
1 answer

How to change the alfresco url using proxy

I need to change the alfresco explorer and share url using proxy. How to change the url? My current url is http://System1:8080/alfresco, http://System1:8080/share I need to change to http://kroxx, http://wiks
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

How to access alfresco explorer from alfresco share

I need alfresco share to search files since only alfresco share has the preview of office files and not the explorer. But I need explorer in order to create forum space.How can I access share from explorer or vice versa, so the user can search files…
samnaction
  • 1,194
  • 1
  • 17
  • 45
0
votes
1 answer

How to store only metadata for an object of type sys:base or cm:object in Alfresco Share?

How to store only metadata for an object of type sys:base or cm:object? I have a type which is sub-type of sys:base. I need to store the metadata of it. My doubts are: 1. Where should the data be stored? How to retrieve the data, as in content and…
Nikhil A A
  • 441
  • 1
  • 4
  • 17
0
votes
1 answer

Lucene search return no records

I am facing a quite strange issue searching with Lucene. I have a query with 3 clauses. If I launch the query with just 2 clauses in share, it returns several documents, included the one I am seeking for. Nevertheless, if I add the third clause to…
fipries
  • 386
  • 3
  • 19
0
votes
1 answer

How "Edit Online" using Firefox or Chrome?

I've got a fresh install of Alfresco Community Edition, v4.2e. I'm able to use "Edit Offline" with Internet Explorer. But with other browsers, I get this message: The file ... could not be opened for online editing. One of the following plugins…
Todd Hivnor
  • 175
  • 1
  • 4
  • 12
0
votes
1 answer

Alfresco Create Content From Dashlet

How can i put link of creating content from dashlet? This link should show popup of creating selected type of content... I have seen site blog dashlet from share-extras... I tried with this but didn't <@markup id="html"> <@uniqueIdDiv>
Krutik Jayswal
  • 3,165
  • 1
  • 15
  • 38
0
votes
2 answers

Interdependent reference between two models in Alfresco

I've coded two model files. For some associations both models have reference to a type in the other file. Also I updated depends-on tag (one model depends on the other) of beans in context file (I know depends-on tag refers to bean which is already…
Nikhil A A
  • 441
  • 1
  • 4
  • 17
0
votes
2 answers

Creating a customized page for displaying only folder structure of Alfresco Share

i have a requirement where i have an integration of my java application with alfresco share such that when a user clicks on a button , i need to give the user a custom page where he can select the folder structure of alfresco , how do i create a…
0
votes
1 answer

Is it possible to configure google docs V2 to use one account in alfresco?

Is it possible to have all users editing a document using google docs not to have to enter a username and password by configuring alfresco to use a master username and password? The following: # Enables Goggle Editable functionality set to true to…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Calling an external rest service from Alfresco Share page

I have created a rest service in a java application . I need to call this rest service on the click of a button in Alfresco Share page . How do i approacj it . Can i directly call the service with the url ?
0
votes
1 answer

Modifying existing Alfresco Content Model

We would like to insert a class between two Alfresco class sys:base and cm:person. What are the options? Like type Party has 2 children, Person(individual) and Organisation, So how to model it as Type Party comes between sys:base and cm:person.
Nikhil A A
  • 441
  • 1
  • 4
  • 17
0
votes
2 answers

Alfresco CMS issues

We have Alfresco (Community Edition 4.2) environment set on Server. WE created some websites and Custom content model and deployed on server. We are facing following issues which need to resolved. RTF Field : In custom content model we have…
Pankaj Gaur
  • 307
  • 2
  • 4
  • 17
0
votes
1 answer

Consume an event of Alfresco in my Java application

I have a requirement where i want to capture an event which occurred in Alfresco in my java application . for e.g i select a particular folder from my Alfresco repository , i need to information of which folder i selected in my java application .…
0
votes
1 answer

Alfresco- Pass variable values from js controller to freemarker

can anybody tell me what am I doing wrong? I want to retrieve all my alfresco sites with this code (this should work): model.sites = siteService.listSites(null, null, 0); // return type= List And now i want to retrieve this list model.sites…
RobinHo
  • 565
  • 1
  • 9
  • 24
0
votes
1 answer

How to change or add a download link to quickshare in alfresco share?

It is possible to add a download link to the quickshare page? At the moment it is possible to have this link only if the server doesn't contain the plugin to preview the document. What I would like to do is add a download link the quickshare page or…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121