<?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 2010</dc:rights>
    <dc:date>2010-03-15T17:28:36-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Shortcut urls</title>
      <link>http://www.solspace.com/forums/viewthread/4132/</link>
      <guid>http://www.solspace.com/forums/viewthread/4132/#When:14:57:29Z</guid>
      <description>&lt;p&gt;Oh yes! I did notice the shortcut urls here and there on Solspace.&lt;/p&gt;

&lt;p&gt;Will this be a new extension/plugin/module soon to be released?&lt;/p&gt;

&lt;p&gt;Bring it on!&amp;nbsp; &lt;img src=&quot;http://www.solspace.com/images/smileys/cheese.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;cheese&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2010-03-12T14:57:29-08:00</dc:date>
    </item>

    <item>
      <title>ETA for User Authors that works with User 3.0+&#63;</title>
      <link>http://www.solspace.com/forums/viewthread/4146/</link>
      <guid>http://www.solspace.com/forums/viewthread/4146/#When:11:28:01Z</guid>
      <description>&lt;p&gt;Hey gang. I didn&#8217;t read the updated fine print on User Authors before purchasing and installing User 3.0. Whoops. I really need the funcitonality of User Authors, and I was just wondering if there&#8217;s plans to make User Authors compatible 3.0? It isn&#8217;t an absolute rush, but&#8230;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;R o B
&lt;/p&gt;</description>
      <dc:date>2010-03-15T11:28:01-08:00</dc:date>
    </item>

    <item>
      <title>Refunds for payment by credit card</title>
      <link>http://www.solspace.com/forums/viewthread/4057/</link>
      <guid>http://www.solspace.com/forums/viewthread/4057/#When:03:48:31Z</guid>
      <description>&lt;p&gt;Hi Solspace,&lt;/p&gt;

&lt;p&gt;Love the work, but I&#8217;m wondering about how refunds work. If I pay by credit card through your site (not Paypal), and I need a refund, will the money by refunded directly to my card?
&lt;/p&gt;</description>
      <dc:date>2010-03-03T03:48:31-08:00</dc:date>
    </item>

    <item>
      <title>Performance Guidelines Question</title>
      <link>http://www.solspace.com/forums/viewthread/4050/</link>
      <guid>http://www.solspace.com/forums/viewthread/4050/#When:12:59:03Z</guid>
      <description>&lt;p&gt;I&#8217;ve referenced the Performance Guidelines doc that you produced back around Oct 09, but I wanted to clarify a finding that I thought was interesting.&lt;/p&gt;

&lt;p&gt;In most templates, conditionals are king&#8230;and a lot of conditionals I use are based off the url segments.&amp;nbsp; I get that in order to keep the conditionals &#8220;Simple&#8221; they must only contain one variable AND no &#123;if:elseif&#125; or &#123;if:else&#125; clauses.&amp;nbsp; How would you address  content based on a segment?&lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;if&amp;nbsp;segment_2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Show&amp;nbsp;Content&amp;nbsp;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&lt;br /&gt;&#123;if&amp;nbsp;segment_2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;add&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Add&amp;nbsp;Content&amp;nbsp;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&lt;br /&gt;&#123;if&amp;nbsp;segment_2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;remove&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Remove&amp;nbsp;Content&amp;nbsp;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;i&gt;This example keeps the conditionals &#8220;Simple&#8221; but each one is evaluated.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt; &#45; or &#45; &lt;/p&gt;

&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;if&amp;nbsp;segment_2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Show&amp;nbsp;Content&lt;br /&gt;&#123;if&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:elseif&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;segment_2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;add&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Add&amp;nbsp;Content&lt;br /&gt;&#123;if&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:elseif&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;segment_2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;remove&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Remove&amp;nbsp;Content&amp;nbsp;&lt;br /&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;i&gt;This example is &#8220;Advanced&#8221; but everything isn&#8217;t necessarily evaluated.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;So is it quicker to parse an &#8220;Advanced&#8221; conditional or several &#8220;Simple&#8221; conditionals?
&lt;/p&gt;</description>
      <dc:date>2010-03-02T12:59:03-08:00</dc:date>
    </item>

    <item>
      <title>About Sol&#8217;s addons when EE releases new builds/versions (2.x)</title>
      <link>http://www.solspace.com/forums/viewthread/4037/</link>
      <guid>http://www.solspace.com/forums/viewthread/4037/#When:12:30:34Z</guid>
      <description>&lt;p&gt;I&#8217;m about to get a new fresh start with Sol&#8217;s groovy addons but someway i worried about the upcoming EE updates etc. Should those routines be easy when it comes to Solspace and EE. I mean if i now install User 3.0 and Facebook Connect to my latest 2.0.1 EE PB, is there going to be hard to keep all up&#45;to&#45;date after EE&#8217;s updates. Errr, i mean does these updates go like usual way, just reuploading the Solspace files/folders after updating EE?&lt;/p&gt;

&lt;p&gt;Cheers&lt;br /&gt;
&#45; Tuittu
&lt;/p&gt;</description>
      <dc:date>2010-03-01T12:30:34-08:00</dc:date>
    </item>

    <item>
      <title>Event Registration module</title>
      <link>http://www.solspace.com/forums/viewthread/2526/</link>
      <guid>http://www.solspace.com/forums/viewthread/2526/#When:19:18:29Z</guid>
      <description>&lt;p&gt;Hi all!&lt;/p&gt;

&lt;p&gt;Back in April 2008 you &lt;a href=&quot;http://expressionengine.com/forums/viewreply/388832/&quot;&gt;mentioned an events module&lt;/a&gt; and that it would be ready in a few months. It&#8217;s been over a year but I haven&#8217;t heard anything else about it.&lt;/p&gt;

&lt;p&gt;Right now it would be very useful but I can wait if it&#8217;s something that can be released in the next month or so.
&lt;/p&gt;</description>
      <dc:date>2009-05-03T19:18:29-08:00</dc:date>
    </item>

    <item>
      <title>Selling EE2.0 License</title>
      <link>http://www.solspace.com/forums/viewthread/3900/</link>
      <guid>http://www.solspace.com/forums/viewthread/3900/#When:14:13:17Z</guid>
      <description>&lt;p&gt;I decided to sell my ee license as I couldn&#8217;t figure out any reasonable project for it.&lt;/p&gt;

&lt;p&gt;EE2.0 non&#45;commercial license + msm (three sites) &amp;amp; forum module if anyone is interested.&lt;br /&gt;
Price: $150 // negotiable&lt;br /&gt;
Payment method: paypal&lt;/p&gt;

&lt;p&gt;email: jared.maenpaa (at) nreptiles.net
&lt;/p&gt;</description>
      <dc:date>2010-02-08T14:13:17-08:00</dc:date>
    </item>

    <item>
      <title>Any info about the &#8220;Leadgen&#8221; module&#63;</title>
      <link>http://www.solspace.com/forums/viewthread/3868/</link>
      <guid>http://www.solspace.com/forums/viewthread/3868/#When:01:05:24Z</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have found this screencast on YouTube dating back to April 2009: &lt;a href=&quot;http://www.youtube.com/watch?v=&#45;cQB&#45;ttKqG4&quot;&gt;http://www.youtube.com/watch?v=&#45;cQB&#45;ttKqG4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It&#8217;s about a module called &#8220;Leadgen&#8221;. I would like to know if it is still being developed and if you plan to release it.&lt;/p&gt;

&lt;p&gt;Thanks!
&lt;/p&gt;</description>
      <dc:date>2010-02-04T01:05:24-08:00</dc:date>
    </item>

    <item>
      <title>Product idea: Subscribe to Comments w/o commenting</title>
      <link>http://www.solspace.com/forums/viewthread/3679/</link>
      <guid>http://www.solspace.com/forums/viewthread/3679/#When:10:39:15Z</guid>
      <description>&lt;p&gt;Dear Solspace Team&lt;/p&gt;

&lt;p&gt;Wouldn&#8217;t that be a good idea for an interesting new product:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://expressionengine.com/forums/viewthread/135589/&quot;&gt;Subscribe to Comments w/o commenting, or email notification of comments w/o commenting&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;br /&gt;
Alain
&lt;/p&gt;</description>
      <dc:date>2010-01-08T10:39:15-08:00</dc:date>
    </item>

    <item>
      <title>Homepage link</title>
      <link>http://www.solspace.com/forums/viewthread/3599/</link>
      <guid>http://www.solspace.com/forums/viewthread/3599/#When:15:16:43Z</guid>
      <description>&lt;p&gt;Please make a homepage link to forums that redirects you to www.solspace.com or into blog&#45;page, please  &lt;img src=&quot;http://www.solspace.com/images/smileys/tongue_rolleye.gif&quot; width=&quot;19&quot; height=&quot;19&quot; alt=&quot;tongue rolleye&quot; style=&quot;border:0;&quot; /&gt;
&lt;/p&gt;</description>
      <dc:date>2009-12-29T15:16:43-08:00</dc:date>
    </item>

    
    </channel>
</rss>