4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Releases & Support) => Topic started by: Vienix on June 17, 2002, 11:10:26 AM

Title: [Template] 4blue_orange 2 (wide version )
Post by: Vienix on June 17, 2002, 11:10:26 AM
Hi,


download : http://www.vierstra.com/
Title: [Template] 4blue_orange 2 (wide version )
Post by: bernd on November 24, 2002, 10:44:50 PM
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
Quote
                   <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>&nbsp;</td>
                  <td>
                    <input type="radio" name="search_fields" value="keywords" />
                    {lang_keywords_only}</td>


where you should have
Quote
                   <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>&nbsp;</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?!  :D
And obviously it's not really a big deal.

cheers,
Bernd
Title: 4blue_orange2
Post by: robertmf on March 06, 2003, 09:24:54 PM
Thanks for the template.  The (2) is closer to what my ..ahem.. "eye" wants :-)