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)

Pady 12-02-2006 06:18 AM

similar thing here - i edited using editplus and get a similar error

Ramsesx 12-02-2006 09:15 AM

Same here, get the error file not found.

Darat 12-02-2006 09:36 AM

Same problem here - everything looks as if it is working apart from in FF I get a can't download the .xml file and in IE 7 a can't get information error.

basilrath 12-02-2006 12:56 PM

have to say sack ie7

its bollox

delaen1 12-02-2006 01:11 PM

Quote:

Originally Posted by FireFish (Post 1129798)
Sure. I appreciate your help.

I PM'd you.

Everything LOOKS right in the one that you PM'd to me.

Try changing the second line to:
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">

(with no dash at the beginning there)



Also, in the description, you're going to have to get rid of the "&" character.

soulface 12-02-2006 01:41 PM

Quote:

Originally Posted by delaen1 (Post 1129991)
Everything LOOKS right in the one that you PM'd to me.

Try changing the second line to:
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">

(with no dash at the beginning there)



Also, in the description, you're going to have to get rid of the "&" character.

YES! this solution is working!

[high]* soulface clicked Install![/high]

desertfoxmb 12-02-2006 10:02 PM

Hello,

I've got an issue getting this to work. Everything works except: In the url for the search engine in the xml file the & causes errors. If I change it to a semi-colon or some other character, it works fine except that the query string is then malformed for the search and nothing happens.

Here is my xml file contents:

PHP Code:

<?xml version="1.0" ?>
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
 <ShortName>WeServ.net</ShortName> 
<Description>Search WeServ.Net - A Community of Agape</Description>
 <Image height="16" width="16" type="image/x-icon">http://www.weserv.net/favicon.ico</Image>
 <Url type="text/html" method="get" template="http://www.weserv.net/forums/search.php?do=process&query={searchTerms}" />
 </OpenSearchDescription>

Like this I get an xml validation error. If I change do=process&query= to do=process;query= I get no xml validation error, but the search doesn't work.

Any thoughts?

Thanks!

delaen1 12-02-2006 11:11 PM

Yes.

I should have copied and pasted from my file directly instead of trying to do it from FF or IE. :)

Code:

<?xml version="1.0"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>devpals.com</ShortName>
<Description>devpals, ask a question</Description>
<Image height="16" width="16" type="image/x-icon">http://www.devpals.com/favicon.ico</Image>
<Url type="text/html" method="get" template="http://www.devpals.com/search.php?do=process&amp;query={searchTerms}" />
</OpenSearchDescription>

Replace the & with &amp;

Phaedrus 12-02-2006 11:20 PM

Finally got it to work! And yes it does work with IE 7... But when I click on "Mark as Installed" it does nothing..

desertfoxmb 12-03-2006 12:06 AM

Quote:

Originally Posted by delaen1 (Post 1130351)
Yes.

I should have copied and pasted from my file directly instead of trying to do it from FF or IE. :)

Code:

<?xml version="1.0"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>devpals.com</ShortName>
<Description>devpals, ask a question</Description>
<Image height="16" width="16" type="image/x-icon">http://www.devpals.com/favicon.ico</Image>
<Url type="text/html" method="get" template="http://www.devpals.com/search.php?do=process&amp;query={searchTerms}" />
</OpenSearchDescription>

Replace the & with &amp;

Perfect! :) Installed.


All times are GMT. The time now is 02:27 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.01131 seconds
  • Memory Usage 1,741KB
  • 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_php_printable
  • (3)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
  • (10)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