1 (edited by cookiepuss 2005-01-26 03:29)

Topic: PunBB Firefox Search Plugin Available

I made a Firefox search plugin for searching these forums.  But it will also be an example for a howto on making one for your own PunBB powered forums. 

The search options it uses now are: Keywords and listing by Topics

Get the plugin  HERE.

(The howto with commented example will be ready in a day or so.  For now there is a rough version of the commented example linked on the same page as above.)

Re: PunBB Firefox Search Plugin Available

Cool! It appears to work just fine.

While we're on the subject. Does anyone know if it is possible to switch between the different searches in the "search bar" without using the mouse? ctrl+e focuses the field, but I hate having to stretch for my mouse every time  I need to search in something else than Google.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3 (edited by cookiepuss 2005-01-27 19:07)

Re: PunBB Firefox Search Plugin Available

Rickard wrote:

Cool! It appears to work just fine.

While we're on the subject. Does anyone know if it is possible to switch between the different searches in the "search bar" without using the mouse? ctrl+e focuses the field, but I hate having to stretch for my mouse every time  I need to search in something else than Google.

I believe it would be Ctrl/Cmd + Down (or Up) arrows. . .

See http://www.mozilla.org/support/firefox/keyboard for more.

Re: PunBB Firefox Search Plugin Available

cookiepuss wrote:
Rickard wrote:

Cool! It appears to work just fine.

While we're on the subject. Does anyone know if it is possible to switch between the different searches in the "search bar" without using the mouse? ctrl+e focuses the field, but I hate having to stretch for my mouse every time  I need to search in something else than Google.

I believe it would be Ctrl/Cmd + Down (or Up) arrows. . .

See http://www.mozilla.org/support/firefox/keyboard for more.

Ctrl+K then Ctrl+Down or Up

5 (edited by cookiepuss 2005-01-27 19:26)

Re: PunBB Firefox Search Plugin Available

Hmmm  that works as well.   I am on Windoze at the momment and Ctrl+e also focuses to the search bar, as Rickard pointed out.  But I do not see that listed on the shortcuts page. . .

I guess he found the alternative shortcut.  Or notice under Linux it is Ctrl+J. . .

Re: PunBB Firefox Search Plugin Available

Google.com/firefox told me about ctrl+k wink

Re: PunBB Firefox Search Plugin Available

Connorhd wrote:

Google.com/firefox told me about ctrl+k wink

Yes, it seems Google has its eye (and $$$) on Firefox/Mozilla Foundation:

http://weblogs.mozillazine.org/ben/archives/007366.html

http://mozillazine.org/talkback.html?article=5977

wink

Re: PunBB Firefox Search Plugin Available

good as of yet google hasn't turn evil so if they are gonna promote firefox let them smile

Re: PunBB Firefox Search Plugin Available

cookiepuss: Thanks a bunch. Ctrl + up/down works great.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

10

Re: PunBB Firefox Search Plugin Available

Does anyone still have this plugin?!?! His link doesn't work anymore

11

Re: PunBB Firefox Search Plugin Available

I'm not able to download either.  sad

please repost?

Re: PunBB Firefox Search Plugin Available

I can't find the orginal, but here's a quick little example plugin that you can use:

# Firefox plugin file for forums.punbb.org
# by Brian H <pogenwurst [AT] gmail [d0t] com>
#
# Created: August 1, 2006
# Last updated: August 1, 2006

<search 
 version="7.1"
 name="PunBB.org Forums"
 description="Search the PunBB support forums." 
 action="http://punbb.org/forums/search.php"
 searchForm="http://punbb.org/forums/search.php"
 method="GET">

<input name="action" value="search"> 
<input name="keywords" user=""> 
<input name="sourceid" value="Mozilla-search"> 

</search>

You can get much more perfectionist about it, but making a simple search plugin is almost too easy.

mycroft.mozdev.org has the full documentation.

Looking for a certain modification for your forum? Please take a look here before posting.