Topic: How-To: Search the forums using Google
Sometimes the 30 second limit on the forum search is really annoying.
You can get around it using google. You can save yourself some typing using a FF search plugin to do the custom query. To add a custom plugin copy the following XML into a document forum_search.xml (for example):
<OpenSearchDescription>
<ShortName>Crunchbang Forum Search</ShortName>
<Description>Search the crunchbang linux forums</Description>
<Url type="text/html" method="get" template="http://www.google.com/search?q=site%3Acrunchbanglinux.org%2Fforums+{searchTerms}"/>
<Url type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&hl=en&q={searchTerms}"/>
<Image width="16" height="16">http://crunchbanglinux.org/favicon.ico</Image>
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>Then save forum_search.xml in ~/.mozilla/firefox/aaaa12345.default/searchplugins/ (where aaaa12345 is the random unique identifier code for your default profile). Now when you relaunch Firefox you'll have a "Crunchbang Forum Search" option in your firefox search engine drop down.