<?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>2008-06-04T08:13:16Z</updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
    <id>tag:solspace.com,2008:07:18</id>


    <entry>
      <title>Favorites Bug&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1041/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1041</id>
      <published>2008-06-03T08:22:29Z</published>
      <updated>2008-06-04T08:13:16Z</updated>
      <author><name>deronsizemore</name></author>
      <content type="html">
      <![CDATA[
        <p>On a golf site I&#8217;m setting up, I&#8217;m allowing members to save courses as favorites. I already had the courses in the database before implementing the favorites module. After the putting the favorites module in place, everything worked like a charm.
</p>
<p>
Here is the code I&#8217;m using on the favorites page:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;if logged_in&#125;<br /> </span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h1</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;if screen_name </span><span style="color: #007700">!= </span><span style="color: #DD0000">""</span><span style="color: #0000BB">&#125;&#123;screen_name&#125;</span><span style="color: #DD0000">'s&#123;if:else&#125;&#123;username&#125;'</span><span style="color: #0000BB">s&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125; Favorite Courses</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h1</span><span style="color: #007700">&gt;<br /> </span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">favorites</span><span style="color: #007700">:</span><span style="color: #0000BB">entries weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"courses"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&#123;if no_results&#125;<br />&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">You haven</span><span style="color: #007700">'</span><span style="color: #0000BB">t saved any courses as favorites. To save a course as a favorite, visit the &lt;a href="/courses" title="Courses"&gt;courses&lt;/a&gt;<br />section (or search for a course in in the sidebar to your right), search for your favorite courses, and save them as favorites on the course details page.&lt;/p&gt;<br />&nbsp;&nbsp;&#123;/if&#125;<br /><br />&nbsp;&nbsp;&lt;ul class="favoritesCourses clearfix"&gt;<br />&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href="&#123;title_permalink="courses/details"&#125;"&gt;&#123;title&#125;&lt;/a&gt; &lt;span&gt;&#123;embed="members/.favoritesstars" entryid="&#123;entry_id&#125;"&#125;&lt;/span&gt;&lt;/li&gt;<br />&nbsp;&nbsp;&lt;/ul&gt;<br /><br />&nbsp;&nbsp;&#123;if count == 1&#125;<br />&nbsp;&nbsp;&lt;p class="small"&gt;&#123;exp:user:is_mine member_id="&#123;segment_3&#125;"&#125;&#123;if mine&#125;&lt;em&gt;Note: To remove a course from your favorites, click on the<br />name and then click "remove from favorites."&lt;/em&gt;&#123;/if&#125;&#123;/exp:user:is_mine&#125;&lt;/p&gt;<br />&nbsp;&nbsp;&#123;/if&#125;<br />&nbsp;&nbsp;&#123;/exp:favorites:entries&#125;<br />&#123;/if&#125;</span>
</code></div><p>
</p>
<p>
Yesterday, I had to add another course into the database. I noticed today that after adding the course to the database, it shows up at the top of the favorites page even when it&#8217;s not saved as a favorite. I&#8217;ve noticed that it shows up and stays there regardless of if it&#8217;s been saved or not only when I&#8217;m logged in (as Admin). If I log in under the test account I&#8217;ve created, the new course doesn&#8217;t show up at the top of the favorites list regardless of if it&#8217;s been saved or not&#8230; it does just the opposite, it NEVER shows up even when you save it as a favorite. Another thing that seems funny is that on the new course page itself, even when it&#8217;s not been saved or when it&#8217;s been saved more than once, the text output always reads &#8220;saved as a favorite 1 time&#8221; and doesn&#8217;t change.
</p>
<p>
What would be the first course of action here to figuring this problem out? I&#8217;m running Favorites 2.1.4. Should I just delete the new entry and try to recreate it and see what happens?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Is it possible to allow Favorites Module to be used by Guests&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1144/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1144</id>
      <published>2008-07-07T03:37:10Z</published>
      <updated></updated>
      <author><name>sm9</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi there,
</p>
<p>
I&#8217;ve just bought the Favorites module to allow visitors to pick their favorite events on my website.
</p>
<p>
I&#8217;ve noticed though that the module requires users to be logged in before they can use this feature.
</p>
<p>
Is it possible to allow this module to be used by Guests too?&nbsp; i.e. with a simple hack or changing a configuration option somewhere?&nbsp; I realise that this wouldn&#8217;t allow people to save them for later, but in my case, I only want people to be able to save a list of events to print out there and then whilst they&#8217;re on the website.
</p>
<p>
Thanks for any advice on this,
</p>
<p>
Ste
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Workflow for Favorites Module During Login &#45; Return URL Needed&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1160/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1160</id>
      <published>2008-07-09T05:25:54Z</published>
      <updated></updated>
      <author><name>sm9</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi there,
</p>
<p>
I wonder if someone could help me out with the workflow of the Favorites (sic <img src="http://www.solspace.com/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;" />) module please?
</p>
<p>
I have a website with a directory of events, and I want users to save their Favorite events.
</p>
<p>
On each event page, there&#8217;s a link that says &#8216;Add to Favorites&#8217;
</p>
<p>
When a user clicks this links and they are not logged in, they are prompted to enter their username and password.
</p>
<p>
But the login form doens&#8217;t continue the process of adding the event to the Favorites list - instead, it takes the user to the Favorites list and whatever was in that list (i.e. not the even they have just tried to add).
</p>
<p>
Is there any parameters/tags or other code I should be using to get the login form to add the Event at the same time as logging in?&nbsp; I was thinking maybe something to do with the return URL for the login form or something but I&#8217;m a bit lost for ideas on what code I can use to get this URL?
</p>
<p>
Thanks for any advice,
</p>
<p>
Ste
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Who has saved my entries as favorites&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1158/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1158</id>
      <published>2008-07-08T21:36:29Z</published>
      <updated></updated>
      <author><name>don</name></author>
      <content type="html">
      <![CDATA[
        <p>Per the subject, is there a way to do this with Favorites? I&#8217;d like for members to be able to see what other members have saved their entries as faves.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Any ideas on how I can allow members to add notes, excerpts or details regarding every item they add as a favorite&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1149/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1149</id>
      <published>2008-07-07T22:05:35Z</published>
      <updated></updated>
      <author><name>mr_dimsum</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello,
</p>
<p>
First off.. I just want to say this is a great module. I haven&#8217;t taken the time to look into everything yet or really play around with it.. But I was wondering if any creative minds here can be of service to this inquiry. =)
</p>
<p>
Let&#8217;s say I have this website that allows people to store items into their profile. Is their some possible way I can allow a unique excerpt or something that is stored with each save? I don&#8217;t know how I&#8217;d do this.. Somehow pull the ID of the item they saved or something and make some type of custom form? Would I be using something like the freeform module to do this and use the ID of saved favorite as one of the fields or something? Does Favorites use its own table or something to store data?
</p>
<p>
To be more specific, let&#8217;s say I have this toy catalog site that allows people to save their favorite entries into their post. I want a field that would allow them to store a little note to say what they think of the toy, and also specify if they own it or not.
</p>
<p>
Hopefully that clears things up. Any ideas is appreciated.
</p>
<p>
Cheers,
<br />
Danny
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Favorites in Reverse&#63; Exclude content.</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1140/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1140</id>
      <published>2008-07-04T14:32:33Z</published>
      <updated></updated>
      <author><name>T. Payton</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi.
</p>
<p>
I&#8217;m wanting to have users tell what content &#8220;not&#8221; to show on the site. Is there a way of make Favorites work in reverse?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Using favorites as a digg like system</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1069/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1069</id>
      <published>2008-06-15T16:39:29Z</published>
      <updated></updated>
      <author><name>artlab</name></author>
      <content type="html">
      <![CDATA[
        <p>So it seems that favorites should be able to work like Digg.
</p>
<p>
I want to have a display of all my regular web log entires.
<br />
To the left I want a little vote button and above that, a total number of votes.
</p>
<p>
Since I can&#8217;t find any examples of Favorites in action, I can&#8217;t tell if this is possible.&nbsp; And it is not clear to me from the documentation.
</p>
<p>
I will need to use some kind of AJAX (jquery?) so that the votes update in real time without a page reload so any example of that would be helpful as well.
</p>
<p>
Can favorites emulate digg?&nbsp; Does someone have an example page to look at and perhaps even code samples of this?&nbsp; I&#8217;ve looked at several of the posts in this forum mentioning ajax, but it also appears that all the sample links are dead
</p>
<p>
Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Building up favourites then email via Freeform</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1056/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1056</id>
      <published>2008-06-09T18:06:33Z</published>
      <updated></updated>
      <author><name>Stinhambo</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all,
</p>
<p>
Is it possible to email the contents of an array holding favourites into Freeform for a multi product enquiry?
</p>
<p>
I had a look around but nothing has been asked by the look of things.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Upgrade problem</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1032/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1032</id>
      <published>2008-05-31T22:12:31Z</published>
      <updated></updated>
      <author><name>ittsmee2</name></author>
      <content type="html">
      <![CDATA[
        <p>I just upgraded to 2.1.6 and have the following error:
</p>
<p>
MySQL ERROR:
</p>
<p>
Error Number: 1054
</p>
<p>
Description: Unknown column &#8216;no_id&#8217; in &#8216;field list&#8217;
</p>
<p>
Query: INSERT INTO exp_favorites_prefs ( pref_id, site_id, language, member_id, no_string, no_login, no_id, id_not_found, no_duplicates, no_favorites, no_delete, success_add, success_delete) VALUES (&#8217;&#8217;, &#8216;1&#8217;, &#8216;english&#8217;, &#8216;&#8217;, &#8216;We do not have a proper string.&#8217;, &#8216;You must be logged in before you can add or view favorites.&#8217;, &#8216;An entry id must be provided.&#8217;, &#8216;No entry was found for that entry id.&#8217;, &#8216;This favorite has already been recorded.&#8217;, &#8216;No favorites have been recorded.&#8217;, &#8216;That favorite does not exist.&#8217;, &#8216;Your favorite has been successfully added.&#8217;, &#8216;Your favorite has been successfully deleted.&#8217;)
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Favorite Entries for Multiple Weblogs</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1031/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1031</id>
      <published>2008-05-31T22:09:06Z</published>
      <updated>2008-06-01T05:24:12Z</updated>
      <author><name>johnnydorama</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey all,
</p>
<p>
Hope you can help with this.
</p>
<p>
I&#8217;m setting up a page with the favorite entries tag.
</p>
<p>
On my blog however, I have multiple weblogs and I&#8217;m trying to display all of the &#8220;favorited&#8221; entries on a single list.
</p>
<p>
How can I have it list all of the favorited entries from multiple weblogs?&nbsp; I&#8217;m having issues having it link out correctly on the list page of all favorite entries.
</p>
<p>
Thanks.
</p>
<p>
<b>Update</b>
<br />
Totally forgot about: &#123;comment_url_title_auto_path&#125;
</p>
      ]]>
      </content>
    </entry>


</feed>