Search function not working

proxydesign

Visiolist-Fan
Hi :-)

After a clean install, with new tables and even database, the search function does not work. I can't get the searchresults to be shown.

Would be glad if I got some help, because the search function is nesessary.
 
Search function works fine on every list, try the demo or any other client lists and you will see.
 
Does it say anything after u click search and the page loaded? Like an error message which shows up if search is disabled or no sites found.
Do you use parabola skin?
 
I figured out the problem.. In wrapper.html I changed the value from search to "søk" - which is norwegian.
HTML:
[QUOTE]<input type="hidden" name="a"  value="søk" />[/QUOTE]
HTML:
[QUOTE]<input type="hidden" name="a"  value="search" />[/QUOTE]

Thanks for answering. :)
 
Ah yea, the "search" represents the sources folder php file which handles the search :)
 
Back
Top