Hi Jan,
thanks for your answer. I tried, but it dont work. It dont find my images with this values.
For me its important to have the choice to search for images with this new image_license-value "0" and images with value "1" in combination with the keywords.
I tried again like Vano:
<input type="radio" name="search_fields" value="image_license_yes" /><br><input type="radio" name="search_fields" value="image_license_no" />
But there is no changing.
In Deutsch.
Vielen Dank noch mal, Jan. Es hat allerdings noch nicht geklappt. Auch so finde ich mit der Suche nicht die Bilder mit den ensptrechenden Werten.
Ich möchte nach Lizenzfreien und Lizensierten in der Suche unterscheiden können und diese Bildeigenart, eigentlich nach Bedarf zuschalten können - deswegen dachte ich den radio-namen anders zu wählen. Eine Kopplung an die anderen search_fields ist ok, aber es funkioniert auch so nicht. Auf jedenfall wäre mir wichtig nach image_license_yes und _no als Button zu unterscheiden. Vano hatte das auch ähnlich vorgeschlagen.
Es funkionert nur alles nicht, obwohl die einzelnen Bilder schon wunderbar eingestellt und bearbeitet werden können. Ich habe drei Test-Bilder mit dem Keyword test versehen. Ein Bild ist lizenzfrei, zwei andere sind mit dem Keyword "test" lizensiert. Super klappt die unterschiedliche Darstellung von Informationen jeweils bei lizensierten und lizenzfreien Bildern.
{if image_license}<strong>Lizensiert</strong><br> <table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="title"> </td>
<td valign="top">Für eine Verwendung dieses Bildes machen wir Ihnen ein konkretes Angebot. Bitte klicken Sie auf den Anfragebutton und füllen das Formular aus. </td>
<td align="right" valign="top"><span class="rowsearch"><a href="index.php?template=preise">{hilfe_button}</a></span></td>
</tr>
<tr>
<td class="title"><img src="{template_url}/images/spacer.gif" alt="" width="25" height="5" /></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="title"> </td>
<td><a href="http://www.hinzwiekunz.de/gallerytest/anfrage.php?cat_id={cat_id}&image_file_name={image_file_name}" target="Anfrage" onClick="MM_openBrWindow('anfrage.php','Anfrage','toolbar=yes,scrollbars=yes,resizable=yes,width=530,height=630')">{anfrage_button}</a></td>
<td> </td>
</tr>
</table>
{endif image_license}{ifno image_license}<strong>Lizenzfrei
</strong><br> <table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="title"><img src="{template_url}/images/spacer.gif" alt="" width="25" height="5" /></td>
<td valign="top">Dieses Bild ist lizenzfrei zu folgenden Preisen zu erwerben.</td>
<td align="right" valign="top"><span class="rowsearch"><a href="index.php?template=preise">{hilfe_button}</a></span></td>
</tr>
<tr>
<td class="title"> </td>
<td><table border="0" cellpadding="0">
<tr>
<td><p> </p></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="title">Web</td>
<td><img src="{template_url}/images/spacer.gif" alt="" width="25" height="5" /></td>
<td>900 x 600 Pixel bei 72 dpi</td>
<td><img src="{template_url}/images/spacer.gif" alt="" width="25" height="5" /></td>
<td>40 €</td>
</tr>
<tr>
<td class="title">A5</td>
<td> </td>
<td>ca. A5-Format bei 300 dpi</td>
<td> </td>
<td>90 € </td>
</tr>
<tr>
<td class="title">A4</td>
<td> </td>
<td>ca. A4-Format bei 300 dpi</td>
<td> </td>
<td>120 €</td>
</tr>
<tr>
<td class="title">A3</td>
<td> </td>
<td>ca. A3-Format bei 300 dpi</td>
<td> </td>
<td>180 €</td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td class="title"><img src="{template_url}/images/spacer.gif" alt="" width="25" height="5" /></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="title"> </td>
<td><a href="http://www.hinzwiekunz.de/gallerytest/bestellen.php?cat_id={cat_id}&image_file_name={image_file_name}" target="Bestellung" onClick="MM_openBrWindow('bestellen.php','Bestellen','toolbar=yes,scrollbars=yes,resizable=yes,width=530,height=630')">{bestellen_button}</a></td>
<td> </td>
</tr>
</table>
??????