View Single Post
Old 08-14-2007, 10:22 PM   #22 (permalink)
Dan.Linehan
Family Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,896
Dan.Linehan will become famous soon enoughDan.Linehan will become famous soon enough
Default

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.
Dan.Linehan is offline   Reply With Quote