@troynt's Twitter Script

By Troy Thompson Last update Aug 6, 2010 — Installed 147,397 times.

Create group

in
Subscribe to Create group 4 posts, 3 voices



Marin Purgar User

I had to apply the following patch in order to make it work on my setup (openSUSE 11.1, Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090419 Minefield/3.6a1pre):


--- troys_twitter_script.user.js.orig 2009-04-20 12:21:26.000000000 +0200
+++ troys_twitter_script.user.js 2009-04-20 12:21:26.000000000 +0200
@@ -623,7 +623,7 @@
$act.find('.tnt-okay').click(function(){
var group = $(this).parent().find('.group-select').val();
if( !group ) return false;
- if( group == 'create' )
+ if( group == 'create' || group == 'Create a Group')
{
var new_group = prompt('Group Name?');
if( new_group )

Hope this helps ...

bb4now,
PMC

 
Troy Thompson Script's Author

Thanks, I'll add that patch.

Glad you could read my code, and I hope I haven't blinded you.

 
the13thzen User

I've been trying to use the groups option a few times now. I have no idea what it does.

 
Troy Thompson Script's Author

Creates a search tab on your home page, that allows you to click on the group and see tweets related to those users.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel