I want to display CIFS URL in share document library details screen. In default settings, it's displayed share url and webdav url in folder-link section of documentlibrary.
I use share and CIFS for accessing alfresco, so I want to display CIFS url in folder-link section.
Please tell me the way to display CIFS url in folder-link section.
Unfortunately there is no simple option in Alfresco Share to just "turn this on". The code concerned is in the "folder-links" webscript that is part of Share's documentlibrary. (org/alfresco/components/documentlibrary)
The CIFS link can be generated and displayed in a similar way to the webdav link. If you look at the old pre-5.0 code for alfresco explorer there will be code there. But IIRC it's not complicated.