Foggy, you should get a site up that shows a demo of your flash player for lots of people to preview it and such, you could get a fairly loyal following.. I just enjoy rejetto's more because it's so clean, but if you could get yours a little more slimmed down and mainstream looking I think you've got a real shot.
Second statement nulls the first, everyone likes the hfs search, even foggy himself. We only constructed the flash one because there was no better approach to searching, its just a coincidence that close to completing the search rejetto came up with a hfs one.
Also i haven't found any bugs with the hfs search since 140.
Although i do think we should complete it, i'll implement the interface next week and get foggy to post it up on the board. It'll use the scripts from RAWR-Player so the search box will be customisable to any template using flashvars.
I have almost completed the search and advanced search functionality for the ToG, I am almost set for release... few small things to add. Terayon on the other hand is lagging behind schedule a little. I've had ToG's interface ready for quite a few weeks now, its just the javascripts we are perfecting.
Posted on: November 09, 2007, 08:26:28 PM
To yhm_7
change for your template
<DIV class=button>
<FORM
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"
action="http://%host%:9000%folder%" method=get><INPUT size=10 name=search> <INPUT type=submit value=search>
</FORM></DIV>
lol, try this one on for size, you don't require the port, %host% has that in it already.
<form action="
http://%host%%folder%" method="get">
<input type="input" value="Search Here!" name="search" size="30"/>
<input type="submit" value="Search"/>
</form>
This will search from the current directory... use the following for an entire database search...
<form action="/" method="get">
<input type="input" value="Search Here!" name="search" size="30"/>
<input type="submit" value="Search"/>
</form>
Also, i noticed wildcards are automatic
thanks rejetto, the ToG now has a non-javascript search.
Javascript enabled gives a lot more functionality though, it'll have an advanced search button once its complete.