There is code in here to try and make it work with JSMF.... it looks like the query was a bit messed up. I cleaned it up and reworked the query. Its all set and ready to go.
I get this error. Is this Upload OK?
Error fetching boardlist: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'b.ID_BOARD != 37 ORDER BY b.numPosts DESC\' at line 1 SQL=SELECT b.name, b.numTopics, b.numPosts, b.ID_BOARD, 1 AS isRead FROM smf_boards AS b LEFT JOIN smf_log_boards AS lb ON (lb.ID_BOARD = b.ID_BOARD AND lb.ID_MEMBER = 13) WHERE 1AND b.ID_BOARD != 37 ORDER BY b.numPosts DESC