Hello,
every seach with the SearchPlugin (IE8), only open the searchpage without keyword.
The generated url contains a ";" instaed of a "&"
http://brudeee2/faq/index.php?action=search&search=china.
Is this a bug ?
Have you any idea.
I use already phpMyFAQ 2.6.13.
Thanks
Martin
SearchPlugin IE
Moderator: Thorsten
Re: SearchPlugin IE
Hi,
I'll check it.
bye
Thorsten
I'll check it.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: SearchPlugin IE
The same behaviour with firefox or other browser.
The problem is, that the generated URL contains between parameter action and search the characters "amp;"
When I deletete this characters in the URL it works !
Thanks
mb
The problem is, that the generated URL contains between parameter action and search the characters "amp;"
When I deletete this characters in the URL it works !
Thanks
mb
Re: SearchPlugin IE
When I delete in the file opensearch.php in row
$opensearchXml->writeAttribute('template', $searchUrl . '&search={searchTerms}');
The characters amp; and reinstall the plugin it works fine.
$opensearchXml->writeAttribute('template', $searchUrl . '&search={searchTerms}');
The characters amp; and reinstall the plugin it works fine.
Re: SearchPlugin IE
Hi,
fixed for version 2.6.14.
bye
Thorsten
fixed for version 2.6.14.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist