Well, it sounds like you might have to do this custom. If you create a new thread in SMF and make the thread title "ASDF" and the post itself say "BCDE" we can go back into PhpMyAdmin and browse around and find those values (ASDF or BCDE) in the SMF MySql table.
Every part of a forum post is stored in the database somewhere. Finding those values will tell us where SMF stores new post data.
Once we know where SMF stores the values in the database, we can try to have wordpress duplicate that same action (open the database connection, create a new row in the table, and post the values) upon saving a blog entry.
|