View Single Post
Old 08-14-2007, 11:22 PM   #22 (permalink)
Dan.Linehan
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,894
Dan.Linehan is on a distinguished road
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.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Dan.Linehan is offline   Reply With Quote