Hi guys! I added a blog to one of my sites and when I open it, the latest posts are shown. I can click 'all' of course but how can I make it to show all the posts by default, not only latest?
Alfresco blog
Signing into Alfresco Community
Hi,
It wont let me sign into Alfresco Community via: 'http://127.0.0.1:8080/share/page/?error=true'. It has the error message saying my authentication details hasnt been recognised or come back later. I have an account with Alfresco already, however using these details, it wont let me sign in.
Would be grateful with any help on the matter.
Disable custom extension module for consumer users
Hi I want to disable custom extension module for consumer users . Is it possible to hide it only for consumers.
Hide Add External Users
true
addemail
invite
template
false
any place in above code where i can put some entry to do this????
http://www.tryapext.com/nitro-slim/
Life-changing weight-loss may be defined in many events. You can find all kind of possibilities to reduce your weight, nevertheless the problem is: How helpful? Basically you will find 1000s of chances to get rid of your weight quickly, but are they truly helping individuals who are seeking for it?
Language pack
how can i apply arabic or any language on alfresco community
Aikau : filter and refresh a list
Hi,
I created a Aikau page with two AlfList. I use one in order to filter the other. The problem I encountered is that I don't know if my filters work because I don't manage to refresh the other list, and refresh manually the page (with F5) change nothing!
I can see the list of filters and the list of "conteneurs" but nothing happens when I click on a row of my list of filters.
I can see my json view of the "pisys/conteneurs" webscript (defined in a repo-project) and I can filtered the json adding for exemple "?filter=depot". So I suppose my webscript work.
There is a lot of things I don't understand.
- when and how have I to use the pubSubScope
- when and why I have to use "PROCESS", "CONFIGURED", ...
- the role of the publishPayloadModifiers array
- how to use alfPublish, Do I need it?
- Is it me who defined the payload attributes used in the service?
...
There is my actual code (simplified)
page.get.js
//Filters
var filtres ={
name:"alfresco/lists/AlfList",
config:{
//pubSubScope: "FILTER_SCOPE",
loadDataPublishTopic:"ALF_CRUD_GET_ALL",
loadDataPublishPayload:{
url:"pisys/filtres"
},
itemsProperty:"filtres",
widgets:[
{
name:"alfresco/lists/views/AlfListView",
config:{
widgets:[
{
name:"alfresco/lists/views/layouts/Row",
config:{
widgets:[
{
name:"alfresco/lists/views/layouts/Cell",
config:{
widgets:[
{
name:"alfresco/renderers/PropertyLink",
config:{
propertyToRender:"libelle",
useCurrentItemAsPayload:false,
publishTopic:"FILTER_LIST",
publishPayloadType:"PROCESS",
publishPayloadModifiers:["processCurrentItemTokens"],
}
}
]
}
}
]
}
}
]
}
}
]
},
};
//list to filter
var conteneurs ={
name:"alfresco/lists/AlfSortablePaginatedList",
config:{
pubSubScope:"DATA_LIST_SCOPE_",
loadDataPublishTopic:"ALF_CRUD_GET_ALL",
loadDataPublishPayload:{
url:"pisys/conteneurs"
},
itemsProperty:"conteneurs",
sortField:"num",
widgets:[
{
name:"alfresco/lists/views/AlfListView",
config:{
additionalCssClasses:"bordered",
widgetsForHeader:[
{
name:"alfresco/lists/views/layouts/HeaderCell",
config:{
label:"Dossier",
sortable:true,
sortValue:"dossier"
}
},
{
name:"alfresco/lists/views/layouts/HeaderCell",
config:{
label:"Conteneur",
sortable:true,
sortValue:"num"
}
}
],
widgets:[
{
name:"alfresco/lists/views/layouts/Row",
config:{
widgets:[
{
name:"alfresco/lists/views/layouts/Cell",
config:{
widgets:[
{
name:"alfresco/renderers/Property",
config:{
propertyToRender:"dossier"
}
}
]
}
},
{
name:"alfresco/lists/views/layouts/Cell",
config:{
widgets:[
{
name:"alfresco/renderers/Property",
config:{
propertyToRender:"num"
}
}
]
}
}
]
}
}
]
}
}
]
},
};
model.jsonModel={
services:[
"alfresco/services/CrudService",
"filter/FilterService",
],
widgets:[
filtres,
conteneurs
]
};
the C:\Users\ngaillard\Documents\Alfresco-dev\conteneurs-share\src\main\amp\web\js\filter\filterService.js
define(["dojo/_base/declare",
"alfresco/core/Core",
"dojo/_base/lang",
"alfresco/core/CoreXhr",
"service/constants/Default",
"alfresco/documentLibrary/_AlfDocumentListTopicMixin"],
function(declare,Core,lang, CoreXhr, AlfConstants, _AlfDocumentListTopicMixin){
return declare([Core, CoreXhr, _AlfDocumentListTopicMixin],{
constructor:function filter_filterService_constructor(args){
lang.mixin(this,args);
this.alfSubscribe("FILTER_LIST", lang.hitch(this,this.onFilterList));
},
onFilterList:function filter_filterService_onFilterList(payload){
var alfTopic =(payload.alfResponseTopic!=null)? payload.alfResponseTopic:"";
//if(payload.filter) url = url+"?filter="+payload.filter;
this.serviceXhr({
url: url+"?filter=depot",
method:"GET",
alfTopic: alfTopic,
successCallback :this.alfPublish("ALF_DOCLIST_RELOAD_DATA")
});
}
});
});
Alfresco 5.0 UI Customization
Hey Everyone,
I have currently using Alfresco 5.0 Community and I am looking for some information about customizing the share UI. I have been searching around the forums and the internet, but I am only finding out dated information. Most of the fixes do not carry across to 5.0 it seems.
- The first UI change I am trying to make is to display more than 50 items per page. I have found plenty of information for 4 and earlier but nothing for 5.
- The second UI change I am looking to make is the side bar has a tree view of all the folders below the share, when you click on a folder this expands automatically. I am looking to make this independent from where you are in the share. Ideally I would like this to not expand automatically since the list is very long. If I cant actually stop it from expand is there a way to put the tags above the tree view on the side bar so it does not get lost in the fray.
If anyone can point me in the right direction that would be awesome.
Thank you in advanced!
Admin Login
Hi, I installed Alfresco on Tomcat and configured it to a MySQL database. I cannot seem to sign into alfresco share or the admin console with the normal admin/admin that you have on setup. I have not created any users let alone even signed in yet. How can I find the password for admin or even see if an admin user has been created?
Would be grateful for any help on this matter.
missing filtered search ui in 5.0.a
I have just upgraded from 4.2.e to 4.2.f then to 5.0.a. I cannot seem to find the UI for Filtered Search as mentioned in this blog http://blogs.alfresco.com/wp/kevinr/2014/06/27/alfresco-community-5-0-a/
I would like to add search in folder?
I would like to have the following view .../share/page/dp/ws/faceted-search as the default advanced search
cannot access faceted-search-config
I am on 5.0.a community and i have browsed to /share/page/dp/ws/faceted-search-config. I have made myself search admin and restarted alfresco, still a get a message on screen saying requires administrator privileges. no errors in log file.
Different behaviour downloading a document
Hi all,
We are observing the following behaviour with Alfresco 4.2. Let's say you have a document: test.odt, and you change the property name to only "test", removing the file extension. Since the mimetype is still odt, there is no problem with the preview of the document, or even downloading the document and then choosing "Open with". The funny behaviour comes when you want to "save" the document. Here are the differences we are observing:
- Downloading the document with Firefox will give you exactly the same name "test", hence, no extension, no later association with the Office application.
- Downloading the document with Internet Explorer via Alfresco Share will add the extension resulting on "test.odt"
- Downloading the document with Internet Explorer via Alfresco Explorer will NOT add the extension, keeping just "test".
Any idea why is this difference in behaviour?
Cheers
Boriss
Male pattern hair loss is determined by a combination of male hormones
Follicure has gotten mixed reviews recently and it is one way to do that. On average, up to about 100 hairs is lost per day. In male pattern hair loss, the normal hair growth cycle is disrupted and more than the average number of hairs are shed per day without having the old hairs replaced by new ones. Male pattern hair loss is determined by a combination of male hormones (androgens) and heredity. The hairs on the head are always in different stages of the cycle, so it is normal to loose scalp hair everyday. We need to give greater scrutiny to the extraordinary things relative to follicure. I'm not going to talk with reference to follicure provided that this is the explanation. Get over this viewpoint: This is a meaningless exercise. Men susceptible to male pattern baldness usually experience the onset sometime in their 20's and it becomes more common as they age.
get more information =====> http://rhinorx90eveningblog.com/follicure/
samuel wilson
large variety of highlighted particulars
Its detailing turns around the aging system deep from the cell level. Exclusive Bisophere joined with QuSome conveyance consider an atom to be heavier and fit as a fiddle of a circle to make extra profound infiltration to cut down levels. Rejuvalux RX The infiltrating Biofil circles are constructed from natural wheat protein. This considers another directed arrival of crucial substances and the wheat works like a wipe that rather controls trans-epidermal water loss, giving less visible marks.Its materials meet a large variety of highlighted particulars. In my viewpoint, this face cream proficiently uncovers excellent inside six weeks. You will simply have to be regular with its utilization to peer all above written advantages from this age defying cream in few weeks. site info *****>>>>...... http://www.alariarxreview.org/rejuvalux-rx-skin-cream/
luisi juriya
Signing into Alfresco Community
Hi,
It wont let me sign into Alfresco Community via: 'http://127.0.0.1:8080/share/page/?error=true'. It has the error message saying my authentication details hasnt been recognised or come back later. I have an account with Alfresco already, however using these details, it wont let me sign in.
Would be grateful with any help on the matter.
Disable custom extension module for consumer users
Hi I want to disable custom extension module for consumer users . Is it possible to hide it only for consumers.
any place in above code where i can put some entry to do this????
http://www.magichealthandwellness.com/intellux/
The particular advanced method regarding Intellux facilitates inside rousing awesome energy along with emphasis, in order to maintain an individual inspired along with self-confident in your do the job. Furthermore, your elements compacted within the capsules in this merchandise has an extra borders to manage your indicators that will has effects on your memory badly. This enable you to deal with the results of your faltering memory, giving clear emphasis by aiding you remove the frequent embarrassment.
http://www.magichealthandwellness.com/intellux/
https://www.facebook.com/pages/Intellux-Brain-Supplement/810455642401987
http://issuu.com/kanaksurliya/docs/intellux_brain_supplement
Muscle building dietary supplements are of fine demand this modern. It can be for the reason that of the deficiency of a few vit
Muscle building dietary supplements are of fine demand this modern. It can be for the reason that of the deficiency of a few vitamins and minerals and minerals in the physique. Energy and real These supplements are loaded with extraordinary substances, D Bal Max which are well-known to increase the muscle drive and dimension without hitting the gymnasium for an exact time interval. The absence of lengthy wants and efficiency on the bed can have an influence on the individual relationships between a male and a female. For this, it's important to make the wants sky-scraping to fulfill your cravings. Accordingly, the male enhancers are the nice substitute as in assessment with others. One would use the best and powerful muscle establishing supplement to rock the arena.This muscle building & complement is dedicated towards providing with the effect for the reason that of its risk-free and powerful elements. This supplement contains Rhodiola extract, extract, nutrition B tricky, Tribulus Terrestris and Fenugreek extract. All these materials support in the muscle restoration in a fast process in order that the physique can develop to be ripped and lean. >>>>>>>>> http://www.xinyanlaw.com/d-bal-max-reviews/
fulzi juriya
group evaluator not recognized user with special character
HI all,
I have a requirement,
In document library actions myCustomAction should display to particular group of users only (DOCUMENT_CONTROLLER).
I use a custom evaluator to do this. here is my evaluator definition.
<bean id="my.evaluator.doclib.action.isManager" parent="evaluator.doclib.action.groupMembership"><property name="relation" value="OR"/><property name="groups"><list><value>GROUP_ALFRESCO_ADMINISTRATORS</value><value>GROUP_DOCUMENT_CONTROLLER</value></list></property></bean>
this works fine for alfresco administrators group but it doesn't work for document controller group that I created.
any clue where I did wrong??
thanks in advance.
Nathan M.
Maintaining checkbox selections between gallery and detailed view
Hi,
I have detailed view and gallery view of images in aikau. and i have the ability to select images with checkbox.
var thumbnailWidget ={ name:"alfresco/renderers/GalleryThumbnail", config:{ widgetsForSelectBar:[{ name:"alfresco/renderers/Selector", }] }};
i have difficulty in maintaining the selected images everytime i switch between detailed/gallery views. let me know how i can accomplish it.
Thanks,
Prashant
Quick Print a Document
Is there a way to quickly print a document that we are viewing in Alfresco?
We are currently using the latest 5.0d Community Version.
The current process requires us to download the pdf which when your handling hundreds/thousands of documents a day it would be nice to perform this action quickly.
Thanks,
James