<?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 SP Image library thumbnails in ArcGIS for SharePoint Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222441#M656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a coordinate list, actually an image library, which I???ve added to a map web part.&amp;nbsp; The images plot and I can access the metadata from the library which is great but I???d like to see a thumbnail of the image.&amp;nbsp; When I go to configure the layer's fields there are two attributes that are hidden columns of the image library, thumbnail and preview. I was hoping that enabling those attributes would show a thumbnail. No such luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to get a thumbnail of an image library in addition to the metadata?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would be a great feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Oct 2011 16:33:48 GMT</pubDate>
    <dc:creator>TomRichie1</dc:creator>
    <dc:date>2011-10-08T16:33:48Z</dc:date>
    <item>
      <title>SP Image library thumbnails</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222441#M656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a coordinate list, actually an image library, which I???ve added to a map web part.&amp;nbsp; The images plot and I can access the metadata from the library which is great but I???d like to see a thumbnail of the image.&amp;nbsp; When I go to configure the layer's fields there are two attributes that are hidden columns of the image library, thumbnail and preview. I was hoping that enabling those attributes would show a thumbnail. No such luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to get a thumbnail of an image library in addition to the metadata?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would be a great feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 16:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222441#M656</guid>
      <dc:creator>TomRichie1</dc:creator>
      <dc:date>2011-10-08T16:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: SP Image library thumbnails</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222442#M657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For anyone interested this can be done.&amp;nbsp; In the SharePoint Library you make two new columns, one hyperlink type and one image type, I used ImageLink and ImageThumb.&amp;nbsp; Then create a new SharePoint view using Access and perform an update query on the fields. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link field can be updated directly using the default Name column.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE Images SET Images.ImageLink = [Images].[Name]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE (((Images.ImageLink) Is Null));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The thumbnail is a bit more difficult because SharePoint thumbnails are renamed and stored in a differend location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE Images SET Images.ImageThumb = "ImageThumb"+"#"+Replace(Replace(Mid([Images].[Name],InStr(1,[Images].[Name],"#")+1,InStr(InStr(1,[Images].[Name],"#")+1,[Images].[Name],"#")-InStr(1,[Images].[Name],"#")-1),"Images1","Images1/_t"),".jpg","_jpg.jpg")+"#"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE (((Images.ImageThumb) Is Null));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 14:15:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222442#M657</guid>
      <dc:creator>TomRichie1</dc:creator>
      <dc:date>2011-10-27T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: SP Image library thumbnails</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222443#M658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone come up with a Sharpeoint-only solution to show thumbnail images (or hyperlinks) on the popup? This functionality would be extremely (if not critically) important.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 17:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222443#M658</guid>
      <dc:creator>MatthewGoulet1</dc:creator>
      <dc:date>2012-04-27T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: SP Image library thumbnails</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222444#M659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this is the solution you're looking for.&amp;nbsp; If you need more explanation just let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 01:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222444#M659</guid>
      <dc:creator>TomRichie1</dc:creator>
      <dc:date>2012-05-01T01:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: SP Image library thumbnails</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222445#M660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I am needing to add thumbnails to the info popup as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the provided suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created the two columns and an access view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not quite sure what to do after that - I chose single form when opening Access - Access is now open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do I put the provided code/Update sharepoint with new query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One issue that I see is that this appears to be a manual process outside of Sharepoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With several hundred images coming in each week, this could be a tedious process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt, have you come up with a Sharepoint-only solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you to you both!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;edit&amp;gt;&amp;nbsp; scratch that! the above code appears not to be necessary!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I forgot to enable those layers in the 'pop-ups' dialog - that was all that was necessary!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 17:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/sp-image-library-thumbnails/m-p/222445#M660</guid>
      <dc:creator>GarrettMoeller</dc:creator>
      <dc:date>2012-09-20T17:21:11Z</dc:date>
    </item>
  </channel>
</rss>

