Hey.
Sorry der QUery sieht so aus:
SELECT
board_thread.threadtitel,
board_thread.categoryid,
board_category.categoryname,
board_thread_post.postid,
board_thread_post.uid,
board_thread_post.creationtime,
board_thread_post.post,
board_thread_pics.picurl,
board_thread_pics.pictitle
FROM board_thread
JOIN board_thread_post ON board_thread_post.threadid = '1'
JOIN board_thread_pics ON board_thread_pics.threadid = '1'
JOIN users ON users.uid = board_thread_post.uid
JOIN board_category ON board_category.categoryid = board_thread.categoryid
WHERE board_thread.threadid = '1'