View Single Post
  #6  
Old 11-03-2005, 02:02 PM
StevieG StevieG is offline
Senior Member
 
Join Date: Jan 2003
Location: Baltimore, MD, USA
Posts: 157
Default Re: Help me create a 2+2 Firefox Search Engine

[ QUOTE ]
Nice. I haven't been able to try this yet since I'm at home, but if you wanted to create one for the 2+2 archives, you should be able to copy twoplustwo.src and replace forumserver.twoplustwo.com with archiveserver.twoplustwo.com, yeah?

[/ QUOTE ]

Yeah, but the archiveserver search would require a change in date range. Ideally, you would be able to specify the start date for the archives in absolute terms, but the search form only takes relative terms. And the date range is limited to 6 months. So I suggest the following modification to the daterange area of the code in addition to changing the URLs:

<font class="small">Code:</font><hr /><pre>
&lt;input name="daterange" value="1"&gt;
&lt;input name="newerval" value="10"&gt;
&lt;input name="newertype" value="m"&gt;
&lt;input name="olderval" value="4"&gt;
&lt;input name="oldertype" value="m"&gt;
</pre><hr />
Reply With Quote