Alright thanks for the info
Quote:
Originally Posted by Dan.Linehan 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 table. |
Just so I’m clear here (and don’t mess up the code):
I haven’t messed with the forums yet, so there aren’t any new boards, threads, etc.
Since I already have post “BCDE”, Could I create a (automated) thread with the title “BCDE (Post)” in the specific child board (Plus all my posts I already have created); and I access this all through “Phpmyadmin > SMF Table”
(I’m still a little unclear of what SMF table is, is it referring to everything under my SMF database?)
I think creating thread “ASDF” would be irrelevant for now, as I’m just trying to import blog posts.
Quote:
Originally Posted by Dan.Linehan Every part of a forum post is stored in the database somewhere. This 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 table, create a new row, and post the values) when you save a blog entry. |
Are these terms (open a table, create row, values, etc.) referring to something being created in WP or SMF?