Kroc / NoNonsenseForum

A free, open source, PHP-based simple discussion forum. It favours removing barriers to conversation rather than massaging egos. Download Here: https://github.com/Kroc/NoNonsenseForum/archive/master.zip
http://camendesign.com/nononsense_forum
Other
247 stars 34 forks source link

Alternative to google search #188

Open B4rb3rouss opened 10 years ago

B4rb3rouss commented 10 years ago

It might be a good idea to use another search engine that google (such as ixquick or duckduckgo).

B4rb3rouss commented 10 years ago

As example, a form for duckduckgo :

<form method="get" id="search" action="http://duckduckgo.com/">
    <input type="hidden" name="sites"value="yourWebSite.net"/>
    <input type="text" name="q" maxlength="255" placeholder="Rechercher"/>
     <input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" />
</form>
B4rb3rouss commented 10 years ago

In greyscale theme,

Kroc commented 10 years ago

I thought it already supported this?? If not, certainly I do want to add it!