<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Growl Notifications with messages for campfire and fluid | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/22891</link>
    <description>Recent comments on userscript: Growl Notifications with messages for campfire and fluid</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by neilio</title>
      <description>&lt;p&gt;I'm using Fluid 0.9.2.5. For the life of me I can't get this to work - I see my Campfire SSB in Growl but no growl events occur no matter what my settings are.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Aug 2008 15:14:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20741</guid>
      <author>neilio</author>
      <link>http://userscripts.org/posts/20741</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;Growl only works in Fluid.  Are you using firefox, or fluid?&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 03:05:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20742</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20742</link>
    </item>
    <item>
      <title>Archived Comments, replied by neilio</title>
      <description>&lt;p&gt;I can't seem to get this working - it's active in the page (I see the settings in the Campfire sidebar) but I get no growl notifications. Is there any way to troubleshoot this?&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jun 2008 16:43:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20743</guid>
      <author>neilio</author>
      <link>http://userscripts.org/posts/20743</link>
    </item>
    <item>
      <title>Archived Comments, replied by rogerdpack</title>
      <description>&lt;p&gt;Did you mean &quot;neither growls nor ...&quot; for that?&lt;/p&gt;</description>
      <pubDate>Fri, 04 Apr 2008 23:10:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20744</guid>
      <author>rogerdpack</author>
      <link>http://userscripts.org/posts/20744</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;technoweenie's awesome idea to &quot;stick on your name&quot; has been implemented.  Everyone tell Rick what a great guy he is :)&lt;/p&gt;</description>
      <pubDate>Mon, 24 Mar 2008 06:18:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20745</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20745</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;Technoweenie,&lt;/p&gt;

&lt;p&gt;That's an awesome idea!  I think for it to be useful for me, it'd have to be configurable per room.  Perhaps we could make it store the settings using cookies, and then inject a small configuration pane with checkboxes:&lt;/p&gt;

&lt;p&gt;Alert Me:&lt;/p&gt;

&lt;p&gt;( ) - Always
&lt;br /&gt;( ) - When someone says _____ &amp;lt;-&gt;&lt;/p&gt;

&lt;p&gt;My name on campfire is &quot;Tim H.&quot;, and people only refer to me by &quot;Tim&quot;.&lt;/p&gt;

&lt;p&gt;I'd be happy to merge this in if you want to do it.  Or, if I get some time, I'll do it and credit you generously.  Thanks for your contributions not only to this script, but to the community in general.  We're all better off for it.&lt;/p&gt;

&lt;p&gt;Tim&lt;/p&gt;</description>
      <pubDate>Mon, 10 Mar 2008 20:13:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20746</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20746</link>
    </item>
    <item>
      <title>Archived Comments, replied by rogerdpack</title>
      <description>&lt;p&gt;Wonder if it could make use of the latest fluid updates--like being able to click on the growl message to take you to the campfire window that would be nice.  Custom icons would be sweet, too, but I'm not sure how to make them with fluid, and maybe instructions on making the growl messages stay up longer (or until you close them, in case you're AFK).  Thanks for a sweet app! Rock on!&lt;/p&gt;</description>
      <pubDate>Fri, 07 Mar 2008 21:38:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20747</guid>
      <author>rogerdpack</author>
      <link>http://userscripts.org/posts/20747</link>
    </item>
    <item>
      <title>Archived Comments, replied by technoweenie</title>
      <description>&lt;p&gt;I posted mine as a revision, but I'll gladly move it if you wanted to include my changes.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 02:28:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20748</guid>
      <author>technoweenie</author>
      <link>http://userscripts.org/posts/20748</link>
    </item>
    <item>
      <title>Archived Comments, replied by technoweenie</title>
      <description>&lt;p&gt;Cool stuff.  I made a slight mod to it so it only pings you if someone mentions you (like most irc clients)&lt;/p&gt;

&lt;p&gt;Here's how to get your username:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;Campfire.currentName = $('user_' + window.chat.userID).down('span').innerHTML;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Then, I put this if loop around the fluid growl call:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;if(what.indexOf(Campfire.currentName.split(&quot; &quot;)[0]) != -1) {&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 02:23:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20749</guid>
      <author>technoweenie</author>
      <link>http://userscripts.org/posts/20749</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;jimh,&lt;/p&gt;

&lt;p&gt;Did you make sure that you clicked install from within the campfire module (not safari)?&lt;/p&gt;

&lt;p&gt;Cordially,
&lt;br /&gt;Tim&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 19:30:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20750</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20750</link>
    </item>
    <item>
      <title>Archived Comments, replied by jimh</title>
      <description>&lt;p&gt;i clicked the install button but it just downloaded to my downloads folder. what gives?&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 16:36:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20751</guid>
      <author>jimh</author>
      <link>http://userscripts.org/posts/20751</link>
    </item>
    <item>
      <title>Archived Comments, replied by TF</title>
      <description>&lt;p&gt;BTW, has 37 signals contacted you about this?  Someone should blog this.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Mar 2008 19:41:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20752</guid>
      <author>TF</author>
      <link>http://userscripts.org/posts/20752</link>
    </item>
    <item>
      <title>Archived Comments, replied by TF</title>
      <description>&lt;p&gt;This is awesome!  Worked exactly as advertised.  Finally, REAL growl messages for campfire!&lt;/p&gt;

&lt;p&gt;Thank you for creating this&lt;/p&gt;</description>
      <pubDate>Tue, 04 Mar 2008 19:41:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20753</guid>
      <author>TF</author>
      <link>http://userscripts.org/posts/20753</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;Oh, and importantly, thanks to Todd Ditchendorf for creating FluidApp!&lt;/p&gt;</description>
      <pubDate>Tue, 04 Mar 2008 19:28:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20754</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20754</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;Instructions have been updated for Campfire 0.8.3.  Campfire rocks!  Having the ability to extend it makes it even more awesome.  Thanks, 37 signals!&lt;/p&gt;</description>
      <pubDate>Tue, 04 Mar 2008 18:44:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20755</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20755</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;Just wanted to make a note here:&lt;/p&gt;

&lt;p&gt;This script is working better than the badges.&lt;/p&gt;

&lt;p&gt;I've always had problems with badges not showing in the new Campfire / Fluid setup (that 37signals hooked up).  Since I've created and started using this script, I haven't failed to receive a single growl message.  Yet, I often times fail to receive the badges!&lt;/p&gt;</description>
      <pubDate>Tue, 19 Feb 2008 22:15:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20756</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20756</link>
    </item>
    <item>
      <title>Archived Comments, replied by Edwin Moss</title>
      <description>&lt;p&gt;Awesome!&lt;/p&gt;

&lt;p&gt;Finally, real growl messages!&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Feb 2008 17:13:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20757</guid>
      <author>Edwin Moss</author>
      <link>http://userscripts.org/posts/20757</link>
    </item>
    <item>
      <title>Archived Comments, replied by rogerdpack</title>
      <description>&lt;p&gt;sweet works!  With this app a dialog box comes up (that you can dismiss) whenever someone chats in campfire.  Which immediately makes it more useful than pyro.
&lt;br /&gt;Thanks Tim!&lt;/p&gt;</description>
      <pubDate>Tue, 19 Feb 2008 16:19:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20758</guid>
      <author>rogerdpack</author>
      <link>http://userscripts.org/posts/20758</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Harper</title>
      <description>&lt;p&gt;There was an error in the install script (the folder name for where to install the script to was wrong).  I've updated and added more detail to the instructions.  This has been successfully installed on at least 6 different computers that I know of :)&lt;/p&gt;</description>
      <pubDate>Mon, 18 Feb 2008 17:46:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20759</guid>
      <author>Tim Harper</author>
      <link>http://userscripts.org/posts/20759</link>
    </item>
    <item>
      <title>Archived Comments, replied by rogerdpack</title>
      <description>&lt;p&gt;Previous to installing greasekit I had to install SIMBL, then it worked.  Skips an 'enable greasekit for safari' step, doesn't mention that you'll need to install fluid, too.  When it says &quot;created fluid app&quot; this assumes you've created and saved a campfire app somewhere (just point fluid at whatever.campfirenow.com, save it as campfire).  Unfortunately despite all that I now have a 'campfire' app, the specified campfirenow.com.user.js file saved to the right place, and greasekit on the menu for campfire app, but no &quot;Growl Notifications...&quot; visible. Hmm.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Feb 2008 23:37:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20760</guid>
      <author>rogerdpack</author>
      <link>http://userscripts.org/posts/20760</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10159:20740</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/20740</link>
    </item>
  </channel>
</rss>
