News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Search in none English

Started by A.M.A, April 15, 2004, 07:55:52 PM

Previous topic - Next topic

A.M.A

as mentioned here : http://www.simplemachines.org/community/index.php?topic=9474.0
there seems to be a problem with Search.
I've looked at Search.php to find some fix but could not. The only thing that I've played with is the 'strtolower' function, but even if omitted search will not work right.
Search works here with no problem!! I guess other languages are stored in here by Unicode numbers  :-\

I guess there is a a bug in Search.template.php , the simple search has:
<input type="text" name="search" value="', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', '" size="40" />
while advance has:
<input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" />
the later is the correct one! right?
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

[Unknown]

Nope, no mistakes there.

This forum is running more recent code than Beta 4.1.  I messed with the search function, so I probably fixed it.

-[Unknown]

A.M.A

Thanks
I'll wait for the next beta.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Advertisement: