<?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:11</id>


    <entry>
      <title>exp:favorites:members showing author screenname</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/4094/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.4094</id>
      <published>2010-03-09T02:37:23Z</published>
      <updated></updated>
      <author><name>LordManji</name></author>
      <content type="html">
      <![CDATA[
        <p>Im using this code to show the users who saved an entry to their favs</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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"games"&nbsp;</span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"date"&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">"1"&nbsp;</span><span style="color: #0000BB">paginate</span><span style="color: #007700">=</span><span style="color: #DD0000">"both"&nbsp;</span><span style="color: #0000BB">&#125;<br />&#123;embed</span><span style="color: #007700">=</span><span style="color: #DD0000">"embeds/gamenav"&nbsp;</span><span style="color: #0000BB">game_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"&nbsp;</span><span style="color: #0000BB">active_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"fans"</span><span style="color: #0000BB">&#125;<br /><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">"clearfix"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"column-box"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"news"</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">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">ul</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">members&nbsp;orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"screen_name"&nbsp;</span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"asc"&nbsp;</span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"on"&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path=users/profile&#125;&#123;member_id&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;screen_name&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;if&nbsp;no_results&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">No&nbsp;members&nbsp;have&nbsp;saved&nbsp;this&nbsp;entry</span><span style="color: #007700">.&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">favorites</span><span style="color: #007700">:</span><span style="color: #0000BB">members&#125;<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&nbsp;&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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;&nbsp;</span>
</span>
</code></div>

<p>..but it only show the author screenname.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Customize user message</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/4060/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.4060</id>
      <published>2010-03-03T23:57:36Z</published>
      <updated></updated>
      <author><name>laureent</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello, </p>

<p>In the control panel, the length of the user messages is very limited. <br />
I need to display much longer info.</p>

<p>Is there a workaround ? Can I receive a variable instead of a string ?</p>

<p>Thanks<br />
S.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Favorites and gallery module</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1009/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1009</id>
      <published>2008-05-22T07:06:53Z</published>
      <updated></updated>
      <author><name>IsabelS</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello,</p>

<p>I apologize if what I&#8217;m going to ask is obvious but I&#8217;m not finding this information and it&#8217;s important for my website.</p>

<p>Is it possible to use the favorites module with photo gallery entries? I plan to use EE&#8217;s gallery module for my site&#8217;s photo galleries and not weblogs as some people do.<br />
If it&#8217;s not built in, would it require some complicated hacking?</p>

<p>Thank you!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>list of recently added favourates</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3892/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.3892</id>
      <published>2010-02-07T18:42:06Z</published>
      <updated></updated>
      <author><name>Joobs</name></author>
      <content type="html">
      <![CDATA[
        <p>similar to my question here for friends: http://www.solspace.com/forums/viewthread/3891/</p>

<p>Is it possible to create a list of recently favourated entries?&nbsp; Currently it looks like you can only show it for a single member, and not for all members</p>

<p>I am looking to produce something like</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">Jim&nbsp;has&nbsp;favourated&nbsp;</span><span style="color: #DD0000">"some&nbsp;entry"<br /></span><span style="color: #0000BB">Jane&nbsp;has&nbsp;favourated&nbsp;</span><span style="color: #DD0000">"Entry&nbsp;2"&nbsp;</span>
</span>
</code></div>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Is offset available for Favorites&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3616/" />      
      <id>tag:solspace.com,2009:forums/viewthread/.3616</id>
      <published>2009-12-31T15:10:26Z</published>
      <updated></updated>
      <author><name>FortySeven Media</name></author>
      <content type="html">
      <![CDATA[
        <p>I was trying to pull the most favorited item and then a list of the other top favorites without repeating the top one. Tried offset=&#8220;1&#8221; but it didn&#8217;t seem to take. Is that parameter not available? If not is there way to accomplish this?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Strange &#123;favorites_count&#125; &#63;</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3577/" />      
      <id>tag:solspace.com,2009:forums/viewthread/.3577</id>
      <published>2009-12-22T07:56:39Z</published>
      <updated>2009-12-22T08:07:28Z</updated>
      <author><name>ee_sa</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi</p>

<p>Im using 2 weblog listings on the same page with favorites_count for each title.<br />
If i put 2 favorites_count then in second I&#8217;m getting favorites_count like:</p>

<p>M20o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr<br />
M50o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr</p>

<p>Here is the shorten code for first:
</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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"question"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"pagination|trackbacks"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10"&nbsp;</span><span style="color: #0000BB">status</span><span style="color: #007700">=</span><span style="color: #DD0000">"open"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"badge"</span><span style="color: #007700">&gt;</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">entry_count&nbsp;entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"</span><span style="color: #0000BB">&#125;&#123;favorites_count&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">favorites</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_count&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"badge_dole"</span><span style="color: #007700">/&gt;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink='question/'&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title&#125;"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tip_title"</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">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">h2</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>And here is the shorten code for second one which goes under first. Here im using some SQL because I need entry&#8217;s without comments:
</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">query&nbsp;sql</span><span style="color: #007700">=</span><span style="color: #DD0000">"SELECT&nbsp;entry_id<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;exp_weblog_titles<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;comment_total&nbsp;=&nbsp;0&nbsp;AND&nbsp;status&nbsp;=&nbsp;'open'&nbsp;AND&nbsp;weblog_id&nbsp;=&nbsp;3<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;entry_id&nbsp;DESC&nbsp;LIMIT&nbsp;10"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#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">"question"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"pagination|trackbacks"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #0000BB">entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"badge"</span><span style="color: #007700">&gt;</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">entry_count&nbsp;entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"</span><span style="color: #0000BB">&#125;&#123;favorites_count&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">favorites</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_count&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"badge_dole"</span><span style="color: #007700">/&gt;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title_permalink='question/'&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;entry_id&#125;&nbsp;&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">query&#125;&nbsp;</span>
</span>
</code></div>

<p>If I remove  &#123;favorites_count&#125; for first one, then second one is OK.</p>

<p>Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Migrate favorites to data migrated to another site.</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3976/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.3976</id>
      <published>2010-02-19T10:11:37Z</published>
      <updated></updated>
      <author><name>HotDocs</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey there, I used Importer to move the content of 3 weblogs from one site (id:6) to another (id:1). In the process I lost the Favorites metadata that I had built-up over the last year. Every &#8220;favorited&#8221; record on id:6 has an identical record on on id:1, what would be involved in adapting the Favorites metadata to reflect the migration.</p>

<p>I quick look at exp_favorites looks like it could be as simple as updating the &#8220;entry_id&#8221; and &#8220;site_id&#8221; values for each of the records. It&#8217;s not a small task but at around 300 mappings, it doesn&#8217;t seem insurmountable either.</p>

<p>Do you see any consequence to just the records in MySQL (after backing up of course). Is there anything I&#8217;m not understanding about that way Favorites data is structured? Most importantly, can you think of any automated way to draw up a map of entry_id from the old system to the new system?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Setting up favorites [again] on a new site. Couple questions</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3931/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.3931</id>
      <published>2010-02-11T15:25:38Z</published>
      <updated>2010-02-11T15:26:15Z</updated>
      <author><name>deronsizemore</name></author>
      <content type="html">
      <![CDATA[
        <p>It&#8217;s been a long time since I last messed with the favorites module. I&#8217;m not exactly sure I set everything up correctly with my first attempt (on another site) but this time, I want to ensure I&#8217;ve got everything setup correctly.</p>

<p>So, as I&#8217;m beginning to set up the module, I have some questions:</p>

<p>1. Is it better to use entry_id for saving and deleting or is url_title fine to use? Seems I remember running into so bugs last time when using url_title?<br />
2. I&#8217;m a little confused on how I should be setting up saving and deleting of favorites in my templates. Should I follow the examples found here: <a href="http://www.solspace.com/docs/detail/favorites_saved/">http://www.solspace.com/docs/detail/favorites_saved/</a> or here: <a href="http://www.solspace.com/docs/detail/favorites_save/">http://www.solspace.com/docs/detail/favorites_save/</a>? Seems both have different examples of how to save and delete.The first link shows examples with the &#123;exp:favorites:saved&#125; tag which the second example does not.<br />
3. I don&#8217;t have this live currently to where you can see it, but I&#8217;ve set a section up on LogoGala to save/delete favorites using this code:</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">favorites</span><span style="color: #007700">:</span><span style="color: #0000BB">saved&#125;<br /><br />&#123;if&nbsp;not_saved&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path="&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"Save&nbsp;&#123;title&#125;&nbsp;to&nbsp;your&nbsp;Favorites"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Save&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">Favorite</span><span style="color: #007700">?&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br /><br />&#123;if&nbsp;saved&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path="&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"Remove&nbsp;&#123;title&#125;&nbsp;from&nbsp;your&nbsp;Favorites"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Remove&nbsp;from&nbsp;Favorites</span><span style="color: #007700">?&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">if&#125;<br /><br />&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">favorites</span><span style="color: #007700">:</span><span style="color: #0000BB">saved&#125;&nbsp;</span>
</span>
</code></div>

<p>I then saved the entry successfully and was taken to the &#8220;favorites/save&#8221; template where I got the message telling me that my entry was saved. Now when I refresh the page, I&#8217;m still seeing &#8220;Save as Favorite&#8221; even though it is in fact saved. If I click on &#8220;Save as Favorite&#8221; again, I just get a message telling me that it&#8217;s already been recorded.</p>

<p>Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Question before buying Favorites</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1467/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1467</id>
      <published>2008-09-19T22:14:51Z</published>
      <updated></updated>
      <author><name>johnnyboy</name></author>
      <content type="html">
      <![CDATA[
        <p>Does favorites also apply to comments i.e. can comments be favorited and then ranked and sorted?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Example Sites of Favorites in Use</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/3691/" />      
      <id>tag:solspace.com,2010:forums/viewthread/.3691</id>
      <published>2010-01-09T23:37:57Z</published>
      <updated></updated>
      <author><name>HopsStudios</name></author>
      <content type="html">
      <![CDATA[
        <p>I thought you might be interested in seeing a few of the sites that Hop Studios has used Favorites on:</p>

<p><a href="http://www.reasonproject.org/contests/video_contest/">http://www.reasonproject.org/contests/video_contest/</a></p>

<p><a href="http://www.wouldyoueatit.net/">http://www.wouldyoueatit.net/</a></p>

<p>Does anyone else have sites they&#8217;d like to share?&nbsp; I&#8217;m always curious to see these in practice.</p>

<p>TTFN<br />
Travis
</p>
      ]]>
      </content>
    </entry>


</feed>