![]() |
Phpdig gives me wrong result
Hello,
I use phpdig on my website and i've got a problem : When I search 'pilot' it gives me no result and ask if I meant 'pilote'. I click on this word and it gives me 58 pages. If I search directly 'pilote' it gives me no result and ask if I meant 'copilote'. :squint: P.S : In french the word for 'pilot' is 'pilote'. |
Use <input type='hidden' name='refine' value='0'/> in the HTML form.
|
It doesn't work ! :cry:
|
Sure it does. Look at your HTML and see that <input type='hidden' name='refine' value='1'/> is still in the form, so your can (a) use <input type='hidden' name='refine' value='0'/> in the form or (b) set DISPLAY_DROPDOWN to false in the config file. Taking the <phpdig:form_dropdown/> tag out of a template is not enough to be rid of the dropdown effects.
|
:banana: :banana: :banana: :banana: :banana:
:yes: that's ok the 'input' was in the 'function_phpdig_form.php' Is there a way to make the 'select site' dropdown list invisible now ? thanks a lot. |
Just undo whatever change you made to function_phpdig_form.php and then set DISPLAY_DROPDOWN to false in the config file.
|
;)
Thank you Charter. It works great now ! |
All times are GMT -8. The time now is 05:39 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.