Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Search Your Site From Firefox Details »»
Search Your Site From Firefox
Version: 1.00, by Ntfu2 Ntfu2 is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.0 Rating:
Released: 08-26-2006 Last Update: Never Installs: 32
 
No support by the author.

Everyone knows that little box in the top right of firefox that contains search engines such as google, ask, blah blah.

Well now you can have you're own site searched right from that nifty box, not that anyone ever uses it, but hey atleast you can be cool and have your own, right?
__________________________________________________ ______________
1. Heres how its done, replace SITE with the your site information,to point to your search.php page.

Code:
<search
version="7.1"
name="SITE Search"
description="SITE search engine description"
action="http://SITE.com/forums/search.php?do=process&"
searchForm="http://www.SITE.com"
method="GET"
>

<input name="sourceid" value="Mozilla-search">
<input name="showposts=0&quicksearch=1&query" user="">

</search>
Copy and paste that, into a file called yoursitename.src and save it inside Program Files\Mozilla Firefox\searchplugins

Create a 16x16 pixel icon, give it the same name as your plug-in, and save it as either a .jpg or .png graphics file. Then, put it in the C:\Program Files\Mozilla Firefox\searchplugins folder

Then just share your .src file with your users telling them where to install.

EXAMPLE: to search vB.org. copy and paste this into notepad file, save as vBulletinORG.src under the C:\Program Files\Mozilla Firefox\searchplugins folder


Code:
<search
version="7.1"
name="vBulletin.org Search"
description="vBulletin.org Search w000oooh000"
action="http://vbulletin.org/forum/search.php?do=process&"
searchForm="http://www.vbulletin.org"
method="GET"
>

<input name="sourceid" value="Mozilla-search">
<input name="showposts=0&quicksearch=1&query" user="">

</search>
I'll help you out the best i can, so just ask.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-27-2006, 05:46 AM
therocks therocks is offline
 
Join Date: Mar 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great idea... i'm using a mac and firefox v1.5.0.6 ... i had to get to the searchplugins folder a little differently but i got there.. it's working perfectly! thanks alot..
Reply With Quote
  #3  
Old 08-27-2006, 06:55 AM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to hear.

do you mind sharing the location for future mac users
Reply With Quote
  #4  
Old 08-27-2006, 08:10 AM
Breaker's Avatar
Breaker Breaker is offline
 
Join Date: Jan 2002
Location: Derby, UK
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what do you mean no1 uses, i use it daily

thanks alot
Reply With Quote
  #5  
Old 08-27-2006, 10:09 AM
Milad's Avatar
Milad Milad is offline
 
Join Date: Apr 2005
Location: Syro
Posts: 663
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Good

Thank you
Reply With Quote
  #6  
Old 08-27-2006, 10:41 AM
Mattikana Mattikana is offline
 
Join Date: Jan 2005
Location: Flanders
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://www.captain.at/howto-firefox-...rch-engine.php

much more userfriendly.. the way you want us to install it is too sloppy imho.. make use of the javascript function
Reply With Quote
  #7  
Old 08-27-2006, 01:54 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont understand, whats the difference between that one and the one i made above?
Reply With Quote
  #8  
Old 08-27-2006, 02:46 PM
ctrl-alt-del ctrl-alt-del is offline
 
Join Date: Jul 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very useful. Thank you!! Now I have a request. Please create this mod for Internet Explorer 7.
Reply With Quote
  #9  
Old 08-27-2006, 02:52 PM
Mattikana Mattikana is offline
 
Join Date: Jan 2005
Location: Flanders
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ntfu2
i dont understand, whats the difference between that one and the one i made above?
now I every user of my forum has to download 2 files and put them in the proper folder. with the javascript trick you can do this much easier. (i.e. just click on a link)

https://addons.mozilla.org/search-engines.php

On the site above you can simply add one by clicking them. can't be hard to make a mod for this

edit: also check this site out. Make the Search box appear and click on Mozilla Search Plugins.
Reply With Quote
  #10  
Old 08-27-2006, 03:01 PM
ctrl-alt-del ctrl-alt-del is offline
 
Join Date: Jul 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want a custom icon to appear, append this to the end:

Code:
<BROWSER
        updateIcon="https://www.site.com/icon.png"
        updateCheckDays="3"
	>
(Just change out the details of course)

I think it will accept .png, .gif and maybe even .jpg.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06686 seconds
  • Memory Usage 2,286KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete