Needs review
Project:
Juitter - jQuery Twitter live search feeds
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 10:09 UTC
Updated:
20 Nov 2009 at 21:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
abqaria commentedsubscribe
Comment #2
angelmax commentedHi,
would the author, the mantainer or somebody knowledgeble suggest if there is a way to set the text in the query for Juitter in a form placed in another page?
I will also check if the original coder of the stand-alone script has any hint.
Thank you.
AM
Comment #3
angelmax commentedHi,
unfortunately no one is addressing this issue. Neither the module author nor the Juitter Script author.
I am sad. I think I am gonna cry.
AM
Comment #4
Henrik Opel commentedAs there is no functionality for this yet, this sounds more like a feature request.
I posted an example for one way of doing this on stackoverflow - see: http://stackoverflow.com/questions/1657605/how-to-search-twitter-with-dr...
It is just a quick try, but works quite well with pretty minimal changes to the existing code. I'll try to find the time to roll this into a patch in the next days.
Comment #5
theunraveler commentedExcellent work, Henrik. I rolled this into a patch.
Comment #6
angelmax commentedDear Henrik,
this is excellent!
It works like a charm and thanks to you!
I am really astonished by the quality of your contribution.
Thanks!
AM
Comment #7
Henrik Opel commented@theunraveler: Thanks for taking this task!
@angelmax: Thanks for the compliment - but it wasn't that hard to do ;)
A note to the module maintainer(s): As this patch uses the path 'juitter/*' (implicitely, not via explicit '%' wildcard) to communicate the search terms from the new search form to the juitter page, there is a tiny conflict with the settings forms AHAH callback currently using 'juitter/ahah'. I'd suggest moving that to 'admin/settings/juitter/ahah' or somewhere else to prevent the 'weird' result a user would get when searching for 'ahah'.
Comment #8
bdanchilla commented