vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Search your forum Firefox 2/IE7 (https://vborg.vbsupport.ru/showthread.php?t=132989)

FireFish 12-03-2006 05:26 AM

Okay, I got it working after a few modifications; I edited the XML to:
1) Use a different icon (smaller)
2) removed '&' from description tag as I also thought it would be a problem.

Personally, I think #1 was the issue with it not working; I'm now using a 16x16 jpg icon vs. an ico file (I know ICO's work, but JPGs seemed to work for my case)

All said & done, it is a nice little hack.

I had a similar one written only for firefox & had my own installer for it to drop it into FireFox's searchplugin folder.

This works nicer, mainly b/c the biggest problem with the other FireFox addon mod out there is that it will NOT retain your login even if your browser has it remembered.

If you have hidden forums, this suck b/c the old hack wouldn't search them since you weren't considered logged in, even if it is set to remember your password.

However, I do not have that problem with this one which makes me happy.

With all of these code modifications, I wanted to show my version of the XML which is now working for me after modifying it many times. Here's the final working version:

Code:

<?xml version="1.0"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Microwize User Forum</ShortName>
<Description>Anything Medisoft Lytec and Medinotes</Description>
<Image height="16" width="16" type="image/x-icon">http://www.microwize.org/forum/icons/MicrowizeUserForum.jpg</Image>
<Url type="text/html" method="get" template="http://www.microwize.org/forum/search.php?do=process&amp;query={searchTerms}" />
</OpenSearchDescription>


Ramsesx 12-10-2006 06:28 AM

I tried everything, even changed my ico to 16x16 but don't get it working. :(

FireFish 12-10-2006 05:27 PM

Quote:

Originally Posted by Ramsesx (Post 1135551)
I tried everything, even changed my ico to 16x16 but don't get it working. :(

Here's what I did; I removed the icon code line:
Code:

<Image height="16" width="16" type="image/x-icon">http://www.microwize.org/forum/icons/MicrowizeUserForum.jpg</Image>
& saw if it worked fine, which it finally did. Then, I tried it with the developer's icon (who wrote this mod) & it worked fine.

Then I tried it with the JPG I have above & finally, it worked fine WITH the icon.


Try it in steps to determine the problem.


All times are GMT. The time now is 11:33 PM.

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.01566 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete