ThWboard Error
MySQL: Unknown column 'board.boardnoguests' in 'where clause'
Query: SELECT threadid, threadtopic, board.boardid, boardname, threadtime, threadauthor,
threadreplies, threadclosed, threadtop, threadlastreplyby, threadiconid, threadlink,
threadviews
FROM tb_thread as thread, tb_board as board, tb_category as category
WHERE category.categoryid = 8
AND category.categoryid = board.categoryid
AND board.boardid = thread.boardid
AND board.boarddisabled = 0
AND ( (board.boardnoguests = 0)
OR (board.boardnoguests = 1 and 0 != 0))
ORDER BY threadtop DESC, threadtime DESC LIMIT
0, 20