Hi Vienix (and all of you users of his great templates),
There is a little bug in one of the files (at least valid for 4images 1.7 and the template 4blue_orange1) - in search_form.html it reads
<input type="radio" name="search_fields" value="name" />
{lang_name_only}</td>
</tr>
<tr>
<td>
<input type="radio" name="search_fields" value="description" />
{lang_description_only}</td>
<td> </td>
<td>
<input type="radio" name="search_fields" value="keywords" />
{lang_keywords_only}</td>
where you should have
<input type="radio" name="search_fields" value="image_name" />
{lang_name_only}</td>
</tr>
<tr>
<td>
<input type="radio" name="search_fields" value="image_description" />
{lang_description_only}</td>
<td> </td>
<td>
<input type="radio" name="search_fields" value="image_keywords" />
{lang_keywords_only}</td>
The effect is that no matter what you select which fields you want to have searched all fields are searched. Jan forgot to mention the change in the search_form.html at some stage but hey we are all human aren't we?!
And obviously it's not really a big deal.
cheers,
Bernd