i just want to upload some articles in dolphin 7 in bulk. as one
article or blog posting at a time takes a lot of time...
so if you can
help me in telling how to do that. Even a help regarding the various
tables getting updated with each blog post and a article post would be
appreciated.
bx_blogs_main which stores only the name of the blog and it ID for reference by everything else.
bx_blogs_cmts stores the blogs comments.
bx_blogs_posts Stores the actual posts of the blog.
bx_blogs_rating stores the blogs rating.
bx_blogs_views_track tracking of blog views
bx_blogs_voting_track tracking of blog votes.
To post bulk to the blog the only one you need is bx_blogs_posts if you're posting to a blog ID that exists in the bx_blogs_main table. Thats why andrew suggested you post the normal way first as it creates a field in bx_blogs_posts that already contains the ID of the blog being posted to.