<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Flickr: Inline text editor - for photo comments, groups + help forum | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/9362</link>
    <description>Recent comments on userscript: Flickr: Inline text editor - for photo comments, groups + help forum</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by steeev @ Thu, 22 May 2008 19:29:24 -0500</title>
      <description>&lt;p&gt;ive updated it now, so it should work in all the different languages :)&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 19:29:24 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73807</guid>
      <author>steeev</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by pippoz @ Thu, 22 May 2008 18:48:55 -0500</title>
      <description>&lt;p&gt;Oh yes, in that way it could have ootb support for all international version. It's the best way, of course.
&lt;br /&gt;Thank you!&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 18:48:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73808</guid>
      <author>pippoz</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by steeev @ Thu, 22 May 2008 14:30:53 -0500</title>
      <description>&lt;p&gt;thanks for the investigation pippoz, i might change it so it looks for the url in the link rather than the text, as that never changes :)&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 14:30:53 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73809</guid>
      <author>steeev</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by pippoz @ Thu, 22 May 2008 06:08:27 -0500</title>
      <description>&lt;p&gt;Oh! Sorry forget my last comment. This is correct.&lt;/p&gt;

&lt;p&gt;To get it working on &lt;b&gt;italian&lt;/b&gt; flickr simply replace line 73:  
&lt;br /&gt;&lt;code&gt;if(thisDiv.innerHTML=='edit')&lt;/code&gt;
&lt;br /&gt;with this line:
&lt;br /&gt;&lt;code&gt;if((thisDiv.innerHTML=='edit')||(thisDiv.innerHTML=='modifica'))&lt;/code&gt;
&lt;br /&gt;And line 75:
&lt;br /&gt;&lt;code&gt;if((thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic'))&lt;/code&gt;
&lt;br /&gt;with this other line:
&lt;br /&gt;&lt;code&gt;if((thisDiv.innerHTML=='elimina')||(thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic')||(thisDiv.innerHTML=='elimina topic'))&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;It's really simple add other language support by adding in line 73 this block:
&lt;br /&gt;&lt;code&gt;  ||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_edit')&lt;/code&gt;
&lt;br /&gt;And adding this block to the line 75:
&lt;br /&gt;&lt;code&gt;||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete')||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete topic')&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 06:08:27 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73810</guid>
      <author>pippoz</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by pippoz @ Thu, 22 May 2008 06:04:19 -0500</title>
      <description>&lt;p&gt;Very nice script!
&lt;br /&gt;To get it working on italian flickr simply replace line 73:  
&lt;br /&gt;&lt;pre&gt;  &lt;code&gt;if(thisDiv.innerHTML=='edit')&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;with this line:
&lt;br /&gt;&lt;pre&gt;  &lt;code&gt;if((thisDiv.innerHTML=='edit')||(thisDiv.innerHTML=='modifica'))&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;And line 75:
&lt;br /&gt;&lt;pre&gt;  &lt;code&gt;if((thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic'))&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;with this other line:
&lt;br /&gt;&lt;pre&gt;  &lt;code&gt;if((thisDiv.innerHTML=='elimina')||(thisDiv.innerHTML=='delete')||(thisDiv.innerHTML=='delete topic')||(thisDiv.innerHTML=='elimina topic'))&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;It's really simple add other language support by adding in line 73 this block:
&lt;br /&gt;&lt;pre&gt;  &lt;code&gt;  ||(thisDiv.innerHTML=='YOUR_LANG_TEXT_edit')&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;And adding this block to the line 75:
&lt;br /&gt;&lt;pre&gt;  &lt;code&gt;if((thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete')||(thisDiv.innerHTML=='YOUR_LANG_TEXT_FOR_delete topic'))&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 06:04:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73811</guid>
      <author>pippoz</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by dirgon @ Tue, 05 Feb 2008 23:35:07 -0600</title>
      <description>&lt;p&gt;Any chance of getting an update for this one?&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 23:35:07 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73812</guid>
      <author>dirgon</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by dirgon @ Mon, 21 Jan 2008 23:07:31 -0600</title>
      <description>&lt;p&gt;With the security release of GreaseMonkey tonight, this script has quit working properly.  It says that it is deleting a message in a thread, but it never does the actual deletion.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Jan 2008 23:07:31 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73813</guid>
      <author>dirgon</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by steeev @ Fri, 27 Jul 2007 19:11:30 -0500</title>
      <description>&lt;p&gt;theyve re-enabled tagging for scripts, so ive added the tag, cheers.&lt;/p&gt;</description>
      <pubDate>Fri, 27 Jul 2007 19:11:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73814</guid>
      <author>steeev</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by steeev @ Wed, 06 Jun 2007 10:11:28 -0500</title>
      <description>&lt;p&gt;at present its not possible to add tags to scripts on the userscripts site...&lt;/p&gt;</description>
      <pubDate>Wed, 06 Jun 2007 10:11:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73815</guid>
      <author>steeev</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by dirgon @ Sun, 03 Jun 2007 11:29:08 -0500</title>
      <description>&lt;p&gt;To the author... add a &quot;flickr&quot; tag to this script show it will show up when doing a tag search.&lt;/p&gt;</description>
      <pubDate>Sun, 03 Jun 2007 11:29:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73816</guid>
      <author>dirgon</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:45 -0600</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>Tue, 16 Nov 2004 19:05:45 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17038:73806</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/17038</link>
    </item>
  </channel>
</rss>
