Wednesday 27 January 2010

SMF: Display all messages from a specific board (phpMyAdmin)

Run this Query in phpmyadmin:

SELECT * FROM smf_messages
WHERE ID_board='1'


Just change 1 to the board ID you want.

No comments: