<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Solspace Support Forums</title>
    <link>http://www.solspace.com/forums/</link>
    <description>Solspace Support Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-06-26T05:55:21-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Unwanted line break</title>
      <link>http://www.solspace.com/forums/viewthread/1103/</link>
      <guid>http://www.solspace.com/forums/viewthread/1103/#When:15:22:38Z</guid>
      <description>&lt;p&gt;I&#8217;m not sure if this is because of the File extension, but it&#8217;s one possible cause, so here goes. I&#8217;m working on a photo gallery based largely on some work Ingmar Greil did, discussed in &lt;a href=&quot;http://expressionengine.com/forums/viewthread/35384/&quot;&gt;this thread&lt;/a&gt;. I mention this so you&#8217;ll know I&#8217;m not a whiz at php, just working at the cut&#45;and&#45;paste level.&amp;nbsp; &lt;img src=&quot;http://www.solspace.com/images/smileys/smirk.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;smirk&quot; style=&quot;border:0;&quot; /&gt; The problem that I&#8217;m having is that the rendered code sometimes breaks into a new line immediately after the image name. I&#8217;ve tried a bunch of different things, including uploading a few different files and sometimes it breaks, sometimes it doesn&#8217;t. I haven&#8217;t been able to figure out why. Here&#8217;s the code I&#8217;m using in the template:
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;prevnext&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;next_entry&#125;&lt;br /&gt;&amp;lt;?php $path &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;explode&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;/&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;&#123;id_path=&quot;lakes/photo&quot;&#125;&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$id &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$path&#91;count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$path&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query2 &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT field_id_4 AS image_next FROM exp_weblog_data WHERE entry_id = $id&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result2 &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$db&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$image &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;image_next&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;next&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;span &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;thumb&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;em style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;background&#45;image:url(&apos;thumb/phpThumb.php?src=/photos/images/uploads/&amp;lt;?php echo $image;?&amp;gt;&amp;amp;amp;w=&amp;lt;?php if ($height&amp;gt;$width) &#123; echo (&apos;67&apos;);&#125; else &#123;echo (&apos;89&apos;);&#125; ?&amp;gt;&apos;);&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;id_path=&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lakes&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;photo&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#125;&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;accesskey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;x&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;background:#fff;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;span&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;next_entry&#125; &lt;br /&gt;&lt;br /&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;prev_entry&#125;&lt;br /&gt;&amp;lt;?php $path &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;explode&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;/&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&apos;&#123;id_path=&quot;lakes/photo&quot;&#125;&apos;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$id &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$path&#91;count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$path&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&#45;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2&#93;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query1 &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT field_id_4 AS image_prev FROM exp_weblog_data WHERE entry_id = $id&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result1 &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$query1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$db&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$image &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_result&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$result1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;image_prev&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;prev&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;span &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;thumb&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;em style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;background&#45;image:url(&apos;thumb/phpThumb.php?src=/photos/images/uploads/&amp;lt;?php echo $image;?&amp;gt;&amp;amp;amp;w=&amp;lt;?php if ($height&amp;gt;$width) &#123; echo (&apos;67&apos;);&#125; else &#123;echo (&apos;89&apos;);&#125; ?&amp;gt;&apos;);&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;id_path=&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;lakes&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;photo&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#125;&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;accesskey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;x&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;background:#fff;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;span&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;prev_entry&#125;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
Here&#8217;s an example of rendered code, where you can see the line break after the jpg:
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;next&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;span &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;thumb&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;em style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;background&#45;image:url(&apos;thumb/phpThumb.php?src=/photos/images/uploads/244497&#45;2.jpg&lt;br /&gt;&lt;br /&gt;&amp;amp;w=89&apos;);&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://www.mysite.org/photos/index.php?/lakes/photo/3/&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;accesskey&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;x&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;background:#fff;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;em&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;span&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I&#8217;ve spent hours on this today and cannot figure out what could be causing those random line breaks. Has the File Extension ever been known to add spaces or other hidden characters to the file names on upload? Any other ideas?
&lt;/p&gt;</description>
      <dc:date>2008-06-23T15:22:38-08:00</dc:date>
    </item>

    <item>
      <title>Insert image(s) in posts</title>
      <link>http://www.solspace.com/forums/viewthread/1078/</link>
      <guid>http://www.solspace.com/forums/viewthread/1078/#When:06:57:54Z</guid>
      <description>&lt;p&gt;I&#8217;m using this extension now on a site and it works great (custom field hard coded into template). Problem is, the client wants to be able to insert multiple images (preferably with captions) at positions of her choosing in blog posts. Is there any way to do that with the File Extension? The only way I could think of was to create separate custom fields (photo2, photo3, etc.), allow EE tags in entries, and then instruct client how to insert tag. Seems kludgy, but much reading in EE forums doesn&#8217;t reveal any great solutions that I could find, so I thought I&#8217;d ask here about any ways to use the File extension for this purpose.
&lt;/p&gt;</description>
      <dc:date>2008-06-18T06:57:54-08:00</dc:date>
    </item>

    <item>
      <title>can upload to any directory&#63;</title>
      <link>http://www.solspace.com/forums/viewthread/1076/</link>
      <guid>http://www.solspace.com/forums/viewthread/1076/#When:10:09:06Z</guid>
      <description>&lt;p&gt;I am just curious if there is a way to upload to any directory without having to setup an upload section in EE. in other words, lets say in EE I have a &#8220;clients&#8221; directory where anyone can upload, but i want to be able to upload inot subdirectories inside &#8220;clients&#8221; which coinside with the &#123;username&#125; tag.
&lt;/p&gt;
&lt;p&gt;
so &#8220;clients&#8221; is an upload directory in EE.
&lt;/p&gt;
&lt;p&gt;
can I do something like: 
&lt;br /&gt;
destination=&quot;clients/&#123;username&#125;&quot;
&lt;br /&gt;
or  
&lt;br /&gt;
destination=&quot;clients/some&#45;other&#45;name&quot;
&lt;br /&gt;
??????
&lt;/p&gt;
&lt;p&gt;
thanks
&lt;/p&gt;
&lt;p&gt;
Adam
&lt;/p&gt;</description>
      <dc:date>2008-06-17T10:09:06-08:00</dc:date>
    </item>

    <item>
      <title>Insert URL not Link into Custom&#45;Field</title>
      <link>http://www.solspace.com/forums/viewthread/1043/</link>
      <guid>http://www.solspace.com/forums/viewthread/1043/#When:00:26:28Z</guid>
      <description>&lt;p&gt;hi folks
&lt;/p&gt;
&lt;p&gt;
i&#8217;m very confused: i use the File&#45;Upload&#45;Module on my own site and on one of my customers.
&lt;/p&gt;
&lt;p&gt;
now if i upload a file on the customer&#45;site and place the image into the custom&#45;field (type=&quot;hidden&quot;) the EE&#45;URL (f.ex. «&#123;filedir_12&#125;test.png») has been placed into this field…
&lt;/p&gt;
&lt;p&gt;
now if i upload a fiel on my own site and place the image into the custom&#45;field (type=&quot;text&quot;) the Link (f.ex. &amp;lt; img src = &#8220;&#123;filedir_12&#125;test.png&#8221; alt… / &amp;gt;) has been placed into this field…
&lt;/p&gt;
&lt;p&gt;
BUT i need only the URL (as it does on the customer&#45;site, but i can&#8217;t change the field&#45;type to hidden! it has to be text) … where can i set this pref? I haven&#8217;t change anything neither on the customter nor on my own site &lt;img src=&quot;http://www.solspace.com/images/smileys/hmm.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;hmmm&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2008-06-04T00:26:28-08:00</dc:date>
    </item>

    <item>
      <title>File Upload plugged into SAEF rather than through Pop&#45;Up</title>
      <link>http://www.solspace.com/forums/viewthread/947/</link>
      <guid>http://www.solspace.com/forums/viewthread/947/#When:04:37:25Z</guid>
      <description>&lt;p&gt;Is there anyway in the world we can have a more traditional file upload field rather than a popup window for it? I&#8217;m a bit perplexed as why ExpressionEngine opted for such a non&#45;traditional method of uploading information.. I do see it&#8217;s uses, but it totally breaks conventional wisdom for the front&#45;end for those more technically declined.
&lt;/p&gt;
&lt;p&gt;
I recall reading some threads on the EE boards about this, but no resolutions. Was wondering is Solspace has any idea how to implement this considering you&#8217;ve done some amazing modules already.
&lt;/p&gt;
&lt;p&gt;
I have been thinking of running ExpressionEngine for a couple sites, but one important aspect of them is user&#45;generated content. A normal SAEF is fine, but when it comes to uploading images and files, a more traditional method is a total must.
&lt;/p&gt;

&lt;p&gt;
Cheers,
&lt;br /&gt;
D.
&lt;/p&gt;</description>
      <dc:date>2008-05-01T04:37:25-08:00</dc:date>
    </item>

    <item>
      <title>Error message in file_upload_template, won&#8217;t progress to file_upload_placement</title>
      <link>http://www.solspace.com/forums/viewthread/933/</link>
      <guid>http://www.solspace.com/forums/viewthread/933/#When:21:05:17Z</guid>
      <description>&lt;p&gt;Hey folks, I&#8217;ve had the File Upload module work great before, but now it&#8217;s running into trouble. I upgraded this site to the latest build of EE 1.6.3, and I have the same problems. The site is hosted on Media Temple, which is the only difference I can see.
&lt;/p&gt;
&lt;p&gt;
When it launches the file_upload_template in the popup window, it immediately lists this error: 
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;Notice&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Undefined index&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;id in &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mnt&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;gs02&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;herd05&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;19242&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;domains&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysite&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;net&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;html&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ee&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;modules&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;file_upload&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mod&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;file_upload&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;php on line 191&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
I&#8217;m not sure where the /mnt/gs02/herd05 comes from in my server path. It should look something like /home/19242/domains/mysite.net/ee/modules.
&lt;/p&gt;
&lt;p&gt;
If you try to progress further, by clicking upload, file_upload_placement blanks/whites out. 
&lt;/p&gt;
&lt;p&gt;
I can upload the file normally through the control panel, to the destination folder, with no problems. This is um, weird. Any ideas?
&lt;/p&gt;
&lt;p&gt;
Most grateful for your help!
&lt;/p&gt;
&lt;p&gt;
R o B
&lt;/p&gt;</description>
      <dc:date>2008-04-28T21:05:17-08:00</dc:date>
    </item>

    <item>
      <title>Supported file types&#63;</title>
      <link>http://www.solspace.com/forums/viewthread/870/</link>
      <guid>http://www.solspace.com/forums/viewthread/870/#When:15:44:34Z</guid>
      <description>&lt;p&gt;I&#8217;m only seeing references to image files&#8212;will this extension also work for PDFs, docs, Excel files, zip files,etc?
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;</description>
      <dc:date>2008-04-11T15:44:34-08:00</dc:date>
    </item>

    <item>
      <title>Just bought Module and need help</title>
      <link>http://www.solspace.com/forums/viewthread/187/</link>
      <guid>http://www.solspace.com/forums/viewthread/187/#When:07:02:27Z</guid>
      <description>&lt;p&gt;I installed the module and am gettiung the below error msg: 
&lt;br /&gt;
&#8220;&quot;&quot;&quot;&quot;
&lt;br /&gt;
The following errors were encountered
&lt;/p&gt;
&lt;p&gt;
 * No form name was provided to receive the link created by file upload. Please contact customer service.
&lt;br /&gt;
&#8220;&quot;&quot;&quot;&quot;
&lt;/p&gt;
&lt;p&gt;
Is the form name this:&quot;exp:weblog:entry_form &#8220;, so it would be entry_form, correct?
&lt;/p&gt;
&lt;p&gt;
Please advise.
&lt;/p&gt;</description>
      <dc:date>2007-08-02T07:02:27-08:00</dc:date>
    </item>

    <item>
      <title>How do I use the File Upload along with other custom weblog fields&#63;</title>
      <link>http://www.solspace.com/forums/viewthread/75/</link>
      <guid>http://www.solspace.com/forums/viewthread/75/#When:14:51:33Z</guid>
      <description>&lt;p&gt;I have bought several items from you &#45; including the SAEF file upload module.&amp;nbsp; It is working great (with your help), but I have one issue. 
&lt;/p&gt;
&lt;p&gt;
 I&#8217;m now using it in another form and I&#8217;m having the field data go into a textinput field in the custom fields &#45; but i also have OTHER textinput fields on the same SAEF &#45; so how do I make it not apply the &#8220;file upload&#8221; input to ALL textinput fields in that SAEF.&amp;nbsp; Does that make sense?&amp;nbsp; In other words, I have a form with multiple textinput fields and textareas yet I want to have one field that allows for file uploads (via your plugin).
&lt;/p&gt;
&lt;p&gt;
Any help would be greatly appreciated.
&lt;/p&gt;</description>
      <dc:date>2007-06-18T14:51:33-08:00</dc:date>
    </item>

    <item>
      <title>Current version is File Upload 2.1 &#45; Build 20080306</title>
      <link>http://www.solspace.com/forums/viewthread/729/</link>
      <guid>http://www.solspace.com/forums/viewthread/729/#When:08:19:14Z</guid>
      <description>&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font&#45;size:16px;&quot;&gt;File Upload 2.1 &#45; Build 20080306&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;This module allows you to build a simplified version of the standard ExpressionEngine file upload function. It works along with an ExpressionEngine stand&#45;alone entry form. The method requires two templates; one that contains the form that facilitates the file upload and another that helps users place the HTML code referencing the file in a field of your entry form. You start the process by popping open a new window from the page containing your stand&#45;alone entry form. This new window calls the first of your two file upload templates.
&lt;/p&gt;
&lt;p&gt;
This module uses much of the same functions and rules that the standard ExpressionEngine upload method uses, including user permissions. Your members must be logged in to use the function. As well, they must belong to a member group to which you have given upload permissions through the file upload location definition.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;
» Current Version: &lt;b&gt;2.1&lt;/b&gt; &#45; Build &lt;b&gt;20080306&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
» Compatibility: &lt;b&gt;ExpressionEngine 1.6.2&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
» Price: &lt;b&gt;$35.00&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style=&quot;color:gray;&quot;&gt;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
» &lt;a href=&quot;http://www.solspace.com/software/detail/file_upload/&quot;&gt;Details&lt;/a&gt; | &lt;a href=&quot;http://www.solspace.com/software/detail/file_upload/&quot;&gt;Purchase&lt;/a&gt; | &lt;a href=&quot;http://www.solspace.com/software/detail/file_upload/&quot;&gt;Download&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
» &lt;a href=&quot;http://www.solspace.com/docs/c/File_Upload/&quot;&gt;Documentation&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style=&quot;color:red;&quot;&gt;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&lt;/span&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://www.solspace.com/forums/subscribe/729/&quot;&gt;Click here to Subscribe for Updates!&lt;/a&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;span style=&quot;color:red;&quot;&gt;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;span style=&quot;font&#45;size:16px;&quot;&gt;File Upload Log&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.solspace.com/forums/viewthread/729/#3146&quot;&gt;Version 2.1.1 &#45; Build 20080306&lt;/a&gt; (March 6, 2008)
&lt;/p&gt;</description>
      <dc:date>2008-03-06T08:19:14-08:00</dc:date>
    </item>

    
    </channel>
</rss>