Suggestion: Search function
Submitted by mafi0z on Tue, 07/01/2008 - 19:03.
for next version of fast dial,
instead of the link "Find Logo.." leading to userlogos.org/search/node/keyword
what do u think about having it lead to:
userlogos.org/logos/new?filter0=keyword
-1
(1 vote)

Re: Suggestion: Search function
Submitted by telega on Tue, 07/01/2008 - 19:30.Agree, I had already implemented this :)
Things not yet done are: implement queued refresh (so that limited number of thumbnails are refreshed simultaneously) and appearance preferences.
Re: Suggestion: Search function
Submitted by mafi0z on Tue, 07/01/2008 - 19:56.Awesome!
queued refresh - sounds good.
note: i looked around the .js file for the html..
question:
in the appearance settings..lets say i put "transparent" in one of the fields - where does this word go; which file? is the field some sort of variable?
Re: Suggestion: Search function
Submitted by ZedoMann on Tue, 07/01/2008 - 20:00.Oh, so you could search just transparent logos. Good idea! If thats what it is...
--------------------------------------------------
If I make a request for logos, make it on a transparent background.
Re: Suggestion: Search function
Submitted by mafi0z on Tue, 07/01/2008 - 20:06.well u cud if u wanted to - but with this new link, only logos will show up, no other content..
and it may make implementing piclens in search results much easier(not sure)
Re: Suggestion: Search function
Submitted by telega on Tue, 07/01/2008 - 20:20.> in the appearance settings..lets say i put "transparent" in one of the fields - where does this word go; which file? is the field some sort of variable?
This value is stored in preference (about:config) variable extensions.fastdial.theme. Then on runtime it's applied to object, representing css. Is this what you're asking about?
Re: Suggestion: Search function
Submitted by ZedoMann on Tue, 07/01/2008 - 20:24.How about transparent theme logos only? [http://userlogos.org/search/node/keyword+type%3Alogo+category%3A47]
--------------------------------------------------
If I make a request for logos, make it on a transparent background.
Re: Suggestion: Search function
Submitted by mafi0z on Tue, 07/01/2008 - 20:50.telega, exactly what i was looking for. thanks
zedomann,
transparent logo can be browsed by going to logos in top menu, then select Transparent as the Theme - then click Submit
http://userlogos.org/logos/new?filter0=keyword&filter2=47
Re: Suggestion: Search function
Submitted by ZedoMann on Tue, 07/01/2008 - 23:10.I want it so when you click find logo, it searches that. How do I do so?
--------------------------------------------------
If I make a request for logos, make it on a transparent background.
Re: Suggestion: Search function
Submitted by mafi0z on Tue, 07/01/2008 - 23:31.go to:
firefox profile\extensions\fastdial@telega.phpnet.us\chrome\content
open the following file in Notepad or WordPad:
fd.js
(or just fd if extensions are disabled)
Then search for this code:
url = "http://userlogos.org/search/node/" + encodeURIComponent(host + " type:logo");and change it to:
url = "http://userlogos.org/logos/new?filter0=" + encodeURIComponent(host) + "&filter2=47";UPDATE: telega, is there, was there,or will there be a function for the Theme field in the Appearance Tab? looks like it could useful
Re: Suggestion: Search function
Submitted by ZedoMann on Wed, 07/02/2008 - 00:21.It seems like it just searched normally.
--------------------------------------------------
If I make a request for logos, make it on a transparent background.
Post new comment