<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Enhanced picture custom type sharepoint 2007</title><link>http://www.codeplex.com/enhancedpicture/Project/ProjectRss.aspx</link><description>This is a sharepoint 2007 custom type that enhances the functionality of the out of the box &amp;#34;Hyperlink or Picture&amp;#34; type. It basically allows, once added to a list, the ability to upload a picture f...</description><item><title>New Post: bad path to image</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=31725</link><description>&lt;div style="line-height: normal;"&gt;Has there been any resolution to this?
&lt;/div&gt;</description><author>wby933</author><pubDate>Fri, 26 Sep 2008 20:33:53 GMT</pubDate><guid isPermaLink="false">New Post: bad path to image 20080926083353P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;Another thing, I can't deactive this feature.&lt;br&gt;
&lt;/div&gt;</description><author>alvinsreyes</author><pubDate>Tue, 29 Jul 2008 01:12:05 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080729011205A</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;Hi Guillermo,&lt;br&gt;
Thanks for the&amp;nbsp; instruction, it is working right now. However,&amp;nbsp; the file browser control does not appear if I create a Custom List Form.&lt;br&gt;
&lt;/div&gt;</description><author>alvinsreyes</author><pubDate>Tue, 29 Jul 2008 01:10:21 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080729011021A</guid></item><item><title>New Post: bad path to image</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=31725</link><description>&lt;div style="line-height: normal;"&gt;quick workaround for anyone else experiencing, if using this in a custom listview:&lt;br&gt;
original value i was getting for image source:&amp;nbsp;&lt;strong&gt;&amp;quot;//doclibrary/image,//doclibrary/image&amp;quot;&lt;/strong&gt; for some reason it duplicated not sure if thats my fault.&lt;br&gt;
&lt;br&gt;
xsl variable: substring-after(@imagexpath, '/')&lt;br&gt;
&lt;br&gt;
then on that variable&lt;br&gt;
&lt;br&gt;
substring-before($xsl variable, ',')&lt;br&gt;
&lt;br&gt;
then use that resulting value &lt;strong&gt;&amp;quot;/doclibrary/image&amp;quot;&lt;/strong&gt; in your image tag...&lt;br&gt;
&lt;br&gt;
Will still be interested to fix it so i can use it in the displayform also, thanks&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
gbustamante wrote:&lt;br&gt;
give me some time ill take a look at that get back to you later today. &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>ccm2909</author><pubDate>Thu, 17 Jul 2008 17:30:10 GMT</pubDate><guid isPermaLink="false">New Post: bad path to image 20080717053010P</guid></item><item><title>New Post: bad path to image</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=31725</link><description>&lt;div style="line-height: normal;"&gt;Great thanks!&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
gbustamante wrote:&lt;br&gt;
give me some time ill take a look at that get back to you later today. &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>ccm2909</author><pubDate>Thu, 17 Jul 2008 14:44:19 GMT</pubDate><guid isPermaLink="false">New Post: bad path to image 20080717024419P</guid></item><item><title>New Post: bad path to image</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=31725</link><description>&lt;div style="line-height: normal;"&gt;give me some time ill take a look at that get back to you later today.
&lt;/div&gt;</description><author>gbustamante</author><pubDate>Thu, 17 Jul 2008 13:16:01 GMT</pubDate><guid isPermaLink="false">New Post: bad path to image 20080717011601P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;Sorry man, ill be a little bit more active on answering here, if you want to spend some more minutes, ajax is very simple to install its just a matter of modifying the web.config and its all documented.
&lt;/div&gt;</description><author>gbustamante</author><pubDate>Thu, 17 Jul 2008 13:15:05 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080717011505P</guid></item><item><title>New Post: bad path to image</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=31725</link><description>&lt;div style="line-height: normal;"&gt;Hi, Thanks for this it is great btw.&lt;br&gt;
&lt;br&gt;
I am having a little problem, i have it all working, but the path to the images is coming out as &lt;a&gt;\\doc&lt;/a&gt; library\image and therefore returning a broken image.&lt;br&gt;
&lt;br&gt;
any suggestions?
&lt;/div&gt;</description><author>ccm2909</author><pubDate>Thu, 17 Jul 2008 13:12:33 GMT</pubDate><guid isPermaLink="false">New Post: bad path to image 20080717011233P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;AJAX?!&amp;nbsp;&amp;nbsp;&lt;span class=fn&gt;Guillermo, &lt;/span&gt;I wish I would have known that before I spent all this time trying to get it to work.&amp;nbsp; I can't afford to spend any more time on it and not work, would have been very useful though.&amp;nbsp; Thanks anyway.
&lt;/div&gt;</description><author>matt9250</author><pubDate>Thu, 17 Jul 2008 13:07:24 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080717010724P</guid></item><item><title>New Post: Won't appear as a feature</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=29754</link><description>&lt;div style="line-height: normal;"&gt;thanks, can you explain the reason for this?
&lt;/div&gt;</description><author>jamesvdm</author><pubDate>Thu, 17 Jul 2008 00:15:23 GMT</pubDate><guid isPermaLink="false">New Post: Won't appear as a feature 20080717121523A</guid></item><item><title>New Post: Won't appear as a feature</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=29754</link><description>&lt;div style="line-height: normal;"&gt;if you dont have the custom type working yet, enable ajax in sharepoint&amp;nbsp;&lt;a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3"&gt;http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3&lt;/a&gt;
&lt;/div&gt;</description><author>gbustamante</author><pubDate>Wed, 16 Jul 2008 19:20:44 GMT</pubDate><guid isPermaLink="false">New Post: Won't appear as a feature 20080716072044P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;Guys you need to enable AJAX in your sharepoint follow this &lt;a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3"&gt;url&lt;/a&gt;&amp;nbsp;or google enable ajax on sharepoint. as the control is using some ajax to delete the picture from the list.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
ill try to answer faster!!&lt;br&gt;
&lt;br&gt;
and if you have any other question please post here.
&lt;/div&gt;</description><author>gbustamante</author><pubDate>Wed, 16 Jul 2008 19:19:29 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080716071929P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;Hi Matt/Bob,&lt;br&gt;
&lt;br&gt;
I also have the same problem as yours. Have you figured out how to make this thing work?&lt;br&gt;
Thanks.&lt;br&gt;
&lt;br&gt;
Hi Guillermo,&lt;br&gt;
Any help would be greatly appreciated.&lt;br&gt;
&lt;/div&gt;</description><author>alvinsreyes</author><pubDate>Sat, 12 Jul 2008 03:19:11 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080712031911A</guid></item><item><title>New Post: Won't appear as a feature</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=29754</link><description>&lt;div style="line-height: normal;"&gt;Is it working right now, and yes it appears as a site collection feature, once you activate the feature you can go add the column and then dont forget to go the list settings where you add the column you will see the link under General Settings - &amp;gt; Enhanced Image Picture library and you can select the picture library where the pictures are going to be stored.
&lt;/div&gt;</description><author>gbustamante</author><pubDate>Fri, 27 Jun 2008 13:44:06 GMT</pubDate><guid isPermaLink="false">New Post: Won't appear as a feature 20080627014406P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;No resolution yet.&amp;nbsp; I feel I am so close.&amp;nbsp; I have a test environment I have set up, I will soon be installing&amp;nbsp;from scratch on there, maybe it will work.&amp;nbsp; I will post what i find out.&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
BobBreton wrote:&lt;br&gt;
Hello Matt;&lt;br&gt;
&lt;br&gt;
I have the same issue as you, Field is listed but no Upload section? What is the resolution? &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>matt9250</author><pubDate>Fri, 27 Jun 2008 12:53:03 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080627125303P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;Hello Matt;&lt;br&gt;
&lt;br&gt;
I have the same issue as you, Field is listed but no Upload section? What is the resolution?
&lt;/div&gt;</description><author>BobBreton</author><pubDate>Thu, 26 Jun 2008 18:00:47 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080626060047P</guid></item><item><title>New Post: Install</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=27989</link><description>&lt;div style="line-height: normal;"&gt;I have added the enahnced picture column, disabled allow attachments, and have selected an image library.&amp;nbsp; So then when I go to add a new item, the picture field is listed but no upload function is available.&amp;nbsp; Do the picture fields need to be named the same in the picture library and the list or something like that?&amp;nbsp; Or are there any other little things I need to be sure to do?&amp;nbsp; Thanks again, sorry I am needing so much help.&lt;br&gt;
&lt;br&gt;
Thanks - Matt
&lt;/div&gt;</description><author>matt9250</author><pubDate>Fri, 20 Jun 2008 18:19:45 GMT</pubDate><guid isPermaLink="false">New Post: Install 20080620061945P</guid></item><item><title>New Post: Won't appear as a feature</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=29754</link><description>&lt;div style="line-height: normal;"&gt;Ok, it appears under Site Collection Features, not Site Features, all sorted.
&lt;/div&gt;</description><author>jamesvdm</author><pubDate>Wed, 18 Jun 2008 06:46:33 GMT</pubDate><guid isPermaLink="false">New Post: Won't appear as a feature 20080618064633A</guid></item><item><title>New Post: Won't appear as a feature</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=29754</link><description>&lt;div style="line-height: normal;"&gt;Update -&lt;br&gt;
&lt;br&gt;
It doesn't appear as a feature, but does appear as a column choice&amp;nbsp;once attachments are disabled.&lt;br&gt;
&lt;br&gt;
The result is that I can add the column but have no link to adjust its settings.
&lt;/div&gt;</description><author>jamesvdm</author><pubDate>Tue, 17 Jun 2008 02:07:45 GMT</pubDate><guid isPermaLink="false">New Post: Won't appear as a feature 20080617020745A</guid></item><item><title>New Post: Won't appear as a feature</title><link>http://www.codeplex.com/enhancedpicture/Thread/View.aspx?ThreadId=29754</link><description>&lt;div style="line-height: normal;"&gt;I've installed, deployed, reinstalled, redployed, removed and over again, but can't get this to appear as a feature. Here's the command I'm running.&lt;br&gt;
&lt;br&gt;
stsadm -o addsolution -filename &amp;lt;template_name&amp;gt;.wsp&lt;br&gt;
stsadm -o deploysolution -name &amp;lt;template_name&amp;gt;.wsp -allowgacdeployment -url &lt;a href="http://sitename/"&gt;&lt;span style="color:#3e62a6"&gt;http://sitename&lt;/span&gt;&lt;/a&gt; &lt;br&gt;
&lt;br&gt;
I have also tried with WSPDeploy with identical results.&lt;br&gt;
&lt;br&gt;
Central Admin reports successfully installation and deployment, but it still doesn't show up.&lt;br&gt;
&lt;br&gt;
Using WSS 3&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;br&gt;
Thanks.
&lt;/div&gt;</description><author>jamesvdm</author><pubDate>Tue, 17 Jun 2008 01:40:41 GMT</pubDate><guid isPermaLink="false">New Post: Won't appear as a feature 20080617014041A</guid></item></channel></rss>