Habs jetzt mehrmals versucht.
An der suche veränderte sich nix. Leider
Code: Alles auswählen
<td class="row2" nowrap="nowrap"><input type="radio" class="radio" name="sr" value="posts" /> <span class="genmed">{L_POSTS}</span> <input type="radio" class="radio" name="sr" value="topics" checked="checked" /> <span class="genmed">{L_TOPICS}</span></td>Code: Alles auswählen
<td class="row2" nowrap="nowrap"><input type="radio" class="radio" name="sr" value="topics" checked="checked" /> <span class="genmed">{L_TOPICS}</span> <input type="radio" class="radio" name="sr" value="posts" /> <span class="genmed">{L_POSTS}</span></td>Code: Alles auswählen
$show_results = ($topic_id) ? 'posts' : request_var('sr', 'posts');Code: Alles auswählen
$show_results = ($topic_id) ? 'posts' : request_var('sr', 'topics');