Suggestion: Search function
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
by: sijiv317593 hours 40 min ago
-
by: sijiv317594 hours 51 min ago
-
by: wakawaka5 hours 23 min ago
-
by: wakawaka5 hours 53 min ago
-
by: wakawaka6 hours 3 min ago
-
by: peter6549 hours 56 min ago
-
by: sijiv3175910 hours 57 sec ago
-
by: wakawaka13 hours 30 min ago
Re: Suggestion: Search function
Submitted by telega on Tue, 07/01/2008 - 15:30Agree, 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 gumanov on Tue, 07/01/2008 - 15:56Awesome!
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 - 16:00Oh, 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 gumanov on Tue, 07/01/2008 - 16:06well 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 - 16: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 - 16:24How 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 gumanov on Tue, 07/01/2008 - 16:50telega, 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 - 19:10I 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 gumanov on Tue, 07/01/2008 - 19:31go 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:
(line 571)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 Tue, 07/01/2008 - 20:21It seems like it just searched normally.
--------------------------------------------------
If I make a request for logos, make it on a transparent background.
Pages