Hi PhilippK, first of all, thank you very much for helping me out.
1. Your suspicion is correct, trying to delete pm's this way does not work either
2. Here are the lines surrounding <input type="checkbox"
Code: Alles auswählen
<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{searchresults.LAST_POST_TIME}<br />{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}</span></td>
<td class="row2" align="center" valign="middle">
<input type="checkbox" name="topic_id_list[]" value="{searchresults.TOPIC_ID}" />
</td>
</tr>
<!-- END searchresults -->
<tr align="right">
<td class="catBottom" colspan="7" height="29"> {S_HIDDEN_FIELDS}
<input type="submit" name="delete" class="liteoption" value="{L_DELETE}" />
</td>
</tr>
</table>
</form>
3. No message show when trying to delete the bookmarks this way. The page reloads and the checkmarks go away. Thats all.
(When trying to delete pm's this way the confirmation message show: ("Are you sure you want to delete the selected message(s)?"), but the messages are not deleted even if you press yes.)
Thank you for helping me