<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: change link for the document in the document library in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214881#M168011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Mike, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, It worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran it through the YUI Compressor, and generated the -min.js version of the file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First I used for docDetailsUrl value:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Alfresco.constants.PROXY_URI + record.getData("contentUrl") + "?a=true"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but it didnt show me anythink on the list, I searched on the same code and used oRecord.getData instead record.getData and it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;docDetailsUrl = Alfresco.constants.PROXY_URI + oRecord.getData("contentUrl");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 17:49:25 GMT</pubDate>
    <dc:creator>seaxom</dc:creator>
    <dc:date>2010-04-09T17:49:25Z</dc:date>
    <item>
      <title>change link for the document in the document library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214877#M168007</link>
      <description>Hello,I am using Alfresco 3.0+ labs.&amp;nbsp; So, the default behavior when I click on the document name or the document thumbnail is to go to the document details page.&amp;nbsp; This is true in the simple and detail list view of a document library folder.&amp;nbsp; All our users have expressed that his is unintuitive since</description>
      <pubDate>Fri, 03 Jul 2009 18:16:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214877#M168007</guid>
      <dc:creator>edwin_s</dc:creator>
      <dc:date>2009-07-03T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: change link for the document in the document library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214878#M168008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'd need to override or edit the documentlist.js client-side JavaScript logic in the following places:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - renderCellThumbnail and renderCellDescription functions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look for where the docDetailsUrl is generated and change that to &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Alfresco.constants.PROXY_URI + record.getData("contentUrl") + "?a=true"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - If you want to add a new action to go to the details page, edit the documentlist.get.html.ftl (v3.0) or documentlist.get.config.xml (v3.2) to add the new action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Custom_Document_Library_Action" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Custom_Document_Library_Action&lt;/A&gt;&lt;SPAN&gt; for hints on adding a custom document library action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 16:02:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214878#M168008</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-07-16T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: change link for the document in the document library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214879#M168009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco 3.2r Enterprise . I need exactly the same… change the link behavior for the document in the document library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already edited the documentlist.js file replacing the docDetailsUrl value&amp;nbsp; using&amp;nbsp; Alfresco.constants.PROXY_URI + record.getData("contentUrl") + "?a=true",&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there is no change at all, even that deleted the file the library still shows. I've already restarted the server, clean the cache, and refreshed the webscrips but there is no change at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any other file that I need to modify?, I dont understand from where is loading this funcionality&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 23:45:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214879#M168009</guid>
      <dc:creator>seaxom</dc:creator>
      <dc:date>2010-04-08T23:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: change link for the document in the document library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214880#M168010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure you also deploy a -min.js version of the file. Our build scripts generate this automatically by running it through the YUI Compressor. It's up to you if you compress the script or not, but the file with that name will likely be the one being loaded. You can confim this with a browser-based debugger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 07:43:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214880#M168010</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-04-09T07:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: change link for the document in the document library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214881#M168011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Mike, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, It worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran it through the YUI Compressor, and generated the -min.js version of the file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First I used for docDetailsUrl value:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Alfresco.constants.PROXY_URI + record.getData("contentUrl") + "?a=true"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but it didnt show me anythink on the list, I searched on the same code and used oRecord.getData instead record.getData and it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;docDetailsUrl = Alfresco.constants.PROXY_URI + oRecord.getData("contentUrl");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 17:49:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214881#M168011</guid>
      <dc:creator>seaxom</dc:creator>
      <dc:date>2010-04-09T17:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: change link for the document in the document library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214882#M168012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you change this behavior for the dashlet under site properties called "Recently Modified Documents". I keep looking for the location, and I can't seem to find it. it looks like a javascript called messages.js contains the information but I can't find that anywhere. I tried the my-documents.js under my-dashlets hoping it perhaps inherited this behavior from another script but no dice. Any input would be appreciated, i'll continue searching on my own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 10:39:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-link-for-the-document-in-the-document-library/m-p/214882#M168012</guid>
      <dc:creator>kwilliamsjr</dc:creator>
      <dc:date>2011-12-20T10:39:12Z</dc:date>
    </item>
  </channel>
</rss>

