<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Solspace Support Forums</title>
    <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.solspace.com/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2010</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.8">ExpressionEngine</generator>
    <id>tag:solspace.com,2010:03:16</id>


    <entry>
      <title>Cookies Problem</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/4159/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.4159</id>
      <published>2010-03-16T15:54:55Z</published>
      <updated></updated>
      <author><name>lumis</name></author>
      <content type="html">
      <![CDATA[
        <p>Ok here is what is happening. I have a FBC login button on every article on our site. When the user logs-in the return_when_logged_in= param reflects that specific articles URL so they get bounced right back to the article to comment ect.&nbsp; works like a champ. </p>

<p>The problem comes with the cookie that is set by the exp:fbc:login_button tag the cookie name itself becomes a hash of the tags param&#8217;s, so for every article a user visits on the site a new cookie is set representing the difference in the hash for that return_when_logged_in= param.&nbsp; Normally would not be a big deal except for the potential to visit hundreds of articles resulting in hundreds of unique cookies being set. </p>

<p>Which will eventually result in this error:<br />
Bad Request<br />
Your browser sent a request that this server could not understand.<br />
Size of a request header field exceeds server limit.</p>

<p>for the time being i just made the return_when_logged_in= param the same on all articles. But i think the benefit to having the user return to the article where they decided to log-in is helpful for the user so they don&#8217;t have to dig to find that article again.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Forgot password form submission, can set to specific redirect&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3611/" />      
      <id>tag:solspace.com,2009:forums/viewthread/.3611</id>
      <published>2009-12-30T11:50:41Z</published>
      <updated></updated>
      <author><name>Brad Morse</name></author>
      <content type="html">
      <![CDATA[
        <p>I want to specify where </p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">user</span><span style="color: #007700">:</span><span style="color: #0000BB">forgot&#125;&nbsp;</span>
</span>
</code></div><p> </p>

<p>redirects to.</p>

<p>I want it to redirect to itself, so I can post a message, using jQuery saying an email has been sent w/ instructions to reset password.</p>

<p>There is no mention of a redirect parameter in the documentation http://www.solspace.com/docs/detail/user_forgot_password/#parameters</p>

<p>Is there a hack to get it to post to itself or it needs to redirect to a special page to process the function?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Mail Chimp</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3905/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.3905</id>
      <published>2010-02-09T12:25:30Z</published>
      <updated></updated>
      <author><name>jeremydouglas</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;ve been using Mail Chimp quite a bit lately and it would be great to have an extension for freeform that sends the form info as an email subscription to Mail Chimp.</p>

<p>Does anyone know if there is a script like this available? I&#8217;m thinking of even hiring someone to do it, but need to think the details through more if I do that.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Using more than one rating category per entry</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/94/" />      
      <id>tag:solspace.com,2007:forums/viewthread/.94</id>
      <published>2007-06-26T08:42:50Z</published>
      <updated></updated>
      <author><name>Andy White</name></author>
      <content type="html">
      <![CDATA[
        <p>It&#8217;s possible I missed a response to this, but my eyes are blurry after bashing my head against a brick wall on this.</p>

<p>This is all on a dev machine, so I can&#8217;t give links to it, in case anyone able to help asks, but here goes anyway&#8230;</p>

<p>I&#8217;ve set up my fields - review, rating1, rating2 rating3, rating4.&nbsp; Ultimately, rating 1 will equate to something like service, rating 2 will equate to cleanliness and so on.&nbsp; The post will be about a &#8216;customer exper, and ers will have the opportunity to give a review of their experience of that outlet, and rate it according to those criteria.&nbsp; So far so good - form collects reviews and ratings, and I can get them to display against the post as numerical values, so I know all of that is working.&nbsp; But then I hit a problem when I try and make it pretty&#8230;</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;stars&#125;&#123;rating1&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;<br />&#123;stars&#125;&#123;rating2&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;<br />&#123;stars&#125;&#123;rating3&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;<br />&#123;stars&#125;&#123;rating4&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;&nbsp;</span>
</span>
</code></div>

<p>returns:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">***<br /></span><span style="color: #0000BB">&#123;stars&#125;1&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;<br />&#123;stars&#125;4&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;<br />&#123;stars&#125;3&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;&nbsp;</span>
</span>
</code></div>

<p>for example - ie it will display one star rating and the rest it just returns the numerical rating wrapped in a &#123;stars&#125; tag</p>

<p>But, and here&#8217;s the odd thing - or even odder thing, at least to me - if I try:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;stars&#125;&#123;rating1&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;<br />&#123;circles&#125;&#123;rating2&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">circles&#125;<br />&#123;bar&#125;&#123;rating3&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">bar&#125;<br />&#123;stars&#125;&#123;rating4&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;&nbsp;</span>
</span>
</code></div>

<p>I get:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">***<br /></span><span style="color: #0000BB">OOOO<br />&#91;&#93;&nbsp;&#91;&#93;&nbsp;&#91;&#93;<br />&#123;stars&#125;2&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">stars&#125;&nbsp;</span>
</span>
</code></div>

<p>for example.</p>

<p>Suffice to say I am bemused.&nbsp; I&#8217;ve poked around the module, extension and language files and decided to leave well alone lest I wreak complete havoc, so any help would be much appreciated.</p>

<p>Aside from this issue - I&#8217;d like to congratulate all at Solspace on this module - it totally rocks!</p>

<p>Thanks in advance</p>

<p>Andy
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Getting Freeform to work with AJAX</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/666/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.666</id>
      <published>2008-02-24T03:00:13Z</published>
      <updated></updated>
      <author><name>th5</name></author>
      <content type="html">
      <![CDATA[
        <p>I got Freeform to workwith Jquery (ajax).<br />
The problem is, when submitting a form is not successful (like when a user doesnt enter a reqd field),<br />
FreeForm, returns the EE standard &#8220;error&#8221; page saying &#8220;You need to fillin these fields&#8230;.&#8221;</p>

<p>Instead, I would like to be able to tell the user that message in a nice box next to the submit button,<br />
instead of taking the user to another page.</p>

<p>Any ideas?<br />
Ideally, I could get FreeForm return an error as a simple string i could parse out in javascript, such as:<br />
&#8220;Failed:Email,Address1,Phone&#8221;
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Problems Installing</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/4142/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.4142</id>
      <published>2010-03-15T10:27:17Z</published>
      <updated></updated>
      <author><name>jonhorton</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey guys, </p>

<p>I just purchased the Facebook Connect module, and i&#8217;ve followed the instructions to install on ExpressionEngine 1.6.8, but i get this error message when clicking Install from the modules section in the CP:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">A&nbsp;Database&nbsp;Error&nbsp;Occurred<br />Error&nbsp;Number</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1146<br /><br />Table&nbsp;</span><span style="color: #DD0000">'victory_expression.exp_extensions'&nbsp;</span><span style="color: #0000BB">doesn</span><span style="color: #DD0000">'t&nbsp;exist<br /><br />SELECT&nbsp;DISTINCT&nbsp;ee.*&nbsp;FROM&nbsp;exp_extensions&nbsp;ee&nbsp;WHERE&nbsp;enabled&nbsp;=&nbsp;'</span><span style="color: #0000BB">y</span><span style="color: #007700">'</span><span style="color: #0000BB">&nbsp;ORDER&nbsp;BY&nbsp;hook,&nbsp;priority&nbsp;ASC,&nbsp;class&nbsp;</span>
</span>
</code></div>

<p>Can you wise ones inform me of what i might be doing wrong?</p>

<p>thanks!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Author Notification</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3875/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.3875</id>
      <published>2010-02-04T12:32:17Z</published>
      <updated></updated>
      <author><name>jorlee90</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there any way to auto notify the user author once they have been assigned to an entry?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Freeform Pro Feature Requests&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/764/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.764</id>
      <published>2008-03-14T15:08:27Z</published>
      <updated>2008-05-12T10:31:01Z</updated>
      <author><name>π Man (Kelsey Martens)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi everyone,</p>

<p>We are pleased to announce that a bigger and better, more in-your-face Freeform is in the works&#8230; <b><span style="color:blue;">Freeform Pro</span></b>.<br />
To be completely upfront with you, Freeform Pro will not be a free module, but it will come with a bundle of new features, as well as FULL support and ongoing development.<br />
Not to worry, Freeform &#8220;classic&#8221; will still remain free, and available <img src="http://www.solspace.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>

<p>Over the years there&#8217;s been many feature requests and suggestions&#8230; and we probably haven&#8217;t been keeping complete track of everything.<br />
This is why <b>we&#8217;re looking to the community to help us with new feature suggestions!</b> <img src="http://www.solspace.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>

<p>Please, we welcome <em><b>all</b></em> suggestions&#8230; do not hesitate to suggest some of your deepest, darkest Freeform fantasies! <img src="http://www.solspace.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /><br />
This is not to say we&#8217;ll add everything suggested, but don&#8217;t be surprised if we do!</p>

<p>I&#8217;m going to spill the beans and mention that Freeform Pro will have <b>EDITING</b> capabilities!<br />
There&#8217;s others in consideration&#8230; but I wont mention them yet <img src="http://www.solspace.com/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;" /></p>

<p>Last but not least&#8230; in appreciation of your previous and ongoing support for Freeform, <em>we&#8217;ll be giving out a few free copies of Freeform Pro</em> to the best suggestions!</p>

<p>Sorry Mitchell! It&#8217;s too late&#8230; I&#8217;ve already posted&#8230; now we&#8217;re stuck giving out some free copies <img src="http://www.solspace.com/images/smileys/raspberry.gif" width="19" height="19" alt="raspberry" style="border:0;" /> <img src="http://www.solspace.com/images/smileys/cheese.gif" width="19" height="19" alt="cheese" style="border:0;" /></p>

<p>Post your suggestions below! <img src="http://www.solspace.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Displaying page when no results found&#8230;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/4157/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.4157</id>
      <published>2010-03-16T11:14:21Z</published>
      <updated></updated>
      <author><name>emillington</name></author>
      <content type="html">
      <![CDATA[
        <p>i would like to display a page of my choosing when no search results are found through a user search. i tried the &#8220;no_result_page&#8221; tag with no results. any advice??
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>tags in gallery and weblog</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/4147/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.4147</id>
      <published>2010-03-15T12:04:44Z</published>
      <updated>2010-03-15T23:13:41Z</updated>
      <author><name>makason</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>I have the tag module working in a gallery but can&#8217;t get it to work with a weblog.</p>

<p>Manage weblog preference says: There are currently no preferences. (?)</p>

<p>Creating tag in publish works, but  no tag cloud and no tags are showing:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"cloud"</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">tag</span><span style="color: #007700">:</span><span style="color: #0000BB">cloud&nbsp;&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"blog"&nbsp;</span><span style="color: #0000BB">groups</span><span style="color: #007700">=</span><span style="color: #DD0000">"4"&nbsp;</span><span style="color: #0000BB">step</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"25"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path='blog/tag'&#125;&#123;websafe_tag&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;tag&#125;"&nbsp;</span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">"font-size:&#123;step&#125;px;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;tag&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">tag</span><span style="color: #007700">:</span><span style="color: #0000BB">cloud&#125;<br /><br /></span><span style="color: #007700">&lt;!--&nbsp;</span><span style="color: #0000BB">detail&nbsp;</span><span style="color: #007700">--&gt;<br /></span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;my_weblog&#125;"&nbsp;&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"99"&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"pagination|member_data|trackbacks"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"entry"</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"posted"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Posted&nbsp;by&nbsp;&#123;author&#125;&nbsp;on&nbsp;&#123;entry_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">'%m/%d'</span><span style="color: #0000BB">&#125;&nbsp;at&nbsp;&#123;entry_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">'%h:%i&nbsp;%A'</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">p&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tags"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Tags</span><span style="color: #007700">:</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">tag</span><span style="color: #007700">:</span><span style="color: #0000BB">tags&nbsp;entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"&nbsp;&nbsp;</span><span style="color: #0000BB">backspace</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"&nbsp;</span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10"&nbsp;</span><span style="color: #0000BB">show_future_entries</span><span style="color: #007700">=</span><span style="color: #DD0000">"yes"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path='blog/tags/tag'&#125;&#123;websafe_tag&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;tag&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;tag&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;,&nbsp;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">tag</span><span style="color: #007700">:</span><span style="color: #0000BB">tags&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #0000BB">&#123;blog_body&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;&nbsp;</span>
</span>
</code></div>

<p><br />
EE 1.6.7 / tag 2.2.6
</p>
      ]]>
      </content>
    </entry>


</feed>