Quote:
Originally Posted by halgrunwell
Download this one here and modify it. It's very easy.
|
Thanks for the example. Unfortunately, doesn't seem to work as easily with vBulletin... namely, passing the search variables right into vB's search engine.
I switched out the search URL to vBulletin's search URL, however when used, the Firefox plug-in just brings you to the main search page in vBulletin. I'm looking for a way to populate that search and execute it directly from Firefox (like other search plug-ins). Am I just not including the right path here?
Here's the code to the plugin:
Code:
<search
version="1.0"
name="TannerWorld Junction"
description="TannerWorld Junction"
action="http://forums.tannerworld.com/search.php"
form="http://forums.tannerworld.com/search.php"
method="GET"
queryEncodig="utf-8"
queryCharset="utf-8"
>
<input name="search" user>
<input name="cat" value="0">
<input name="incldead" value="1">
<interpret>
</search>