<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Pluggable SortTable | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2125</link>
    <description>Recent comments on userscript: Pluggable SortTable</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Frank Ralf</title>
      <description>&lt;p&gt;I did it! You can find a modified version of the script here: &lt;a href=&quot;http://userscripts.org/scripts/show/5387&quot;&gt;http://userscripts.org/scripts/show/5387&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:26:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47029</guid>
      <author>Frank Ralf</author>
      <link>http://userscripts.org/posts/47029</link>
    </item>
    <item>
      <title>Archived Comments, replied by Frank Ralf</title>
      <description>&lt;p&gt;Some quick comments:
&lt;br /&gt;1) The function definitions in the script got mangeled up and need fixing.
&lt;br /&gt;2) No need to prefix with unsafeWindow.
&lt;br /&gt;3) You can't use onclick with GM but have to use addEventListener like so:&lt;/p&gt;

&lt;p&gt;elmLinks = cell.getElementsByTagName(&quot;a&quot;)
&lt;br /&gt;elmLinks[0].addEventListener('click',function(event){
&lt;br /&gt;var lnk = event.target
&lt;br /&gt;var  sp = lnk.getAttribute('spalte')
&lt;br /&gt;ts_resortTable(lnk, sp)
&lt;br /&gt;},false)&lt;/p&gt;

&lt;p&gt;I will post a fixed version of the script soon.&lt;/p&gt;

&lt;p&gt;Frank&lt;/p&gt;</description>
      <pubDate>Tue, 29 Aug 2006 04:19:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47030</guid>
      <author>Frank Ralf</author>
      <link>http://userscripts.org/posts/47030</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jim Wilson</title>
      <description>&lt;p&gt;To make this work with the latest GM (FF 1.5), you must:&lt;/p&gt;

&lt;p&gt;* Find and replace all instances of &quot;ts_&quot; with &quot;unsafeWindow.ts_&quot; EXCEPT in line 55 where that appears as part of an innerHTML declaration.
&lt;br /&gt;* Find and replace al instance of &quot;getParent&quot; with &quot;unsafeWindow.getParent&quot;&lt;/p&gt;

&lt;p&gt;After that, it works great!&lt;/p&gt;</description>
      <pubDate>Mon, 24 Jul 2006 16:10:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47031</guid>
      <author>Jim Wilson</author>
      <link>http://userscripts.org/posts/47031</link>
    </item>
    <item>
      <title>Archived Comments, replied by Stephan Sokolow</title>
      <description>&lt;p&gt;I've hacked up a version that works with Firefox 1.5 (the main problem you missed was that you can't use onclick= in Firefox 1.5 userscripts) and I'll make it available as soon as I clean up the code. The script's guts look a little crude to me in their present form.&lt;/p&gt;

&lt;p&gt;Oh, and I fixed the problem with it trashing Google. I set a 5 row minimum table size limit.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Feb 2006 14:19:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47032</guid>
      <author>Stephan Sokolow</author>
      <link>http://userscripts.org/posts/47032</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henri Bourcereau</title>
      <description>&lt;p&gt;Doesn't work for me (firefox 1.5), I've got this message in the javascript console: &quot;ts_makeSortable is not defined&quot;.&lt;/p&gt;

&lt;p&gt;I've tried to add &quot;unsafeWindow.&quot; prefix before each call to the ts_something functions but tha t did not fix the problem (not surprisingly).&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2006 15:56:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47033</guid>
      <author>Henri Bourcereau</author>
      <link>http://userscripts.org/posts/47033</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dave_is_sexy</title>
      <description>&lt;p&gt;sounds like the best one on here, but where the table cells contain links, this stops them working&lt;/p&gt;</description>
      <pubDate>Sat, 31 Dec 2005 10:52:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47034</guid>
      <author>Dave_is_sexy</author>
      <link>http://userscripts.org/posts/47034</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:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13902:47028</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/47028</link>
    </item>
  </channel>
</rss>
