Hi I have a forum vb4 with 800.000 posts . with some thematic sections I want to create a new forum with a certain thematic . and I have more than 100.000 posts in the Technology section . I want to import only the sections of technology on the new forum ( under a new domain name) and also the members who contributed on those threads . and I will delete those section from the original forum . How can I do it please ? Thank you
create similar name database and import all data on that... or install that forum once done replace that data with the data you want to with SQL
Since I don't know directly how the db is set up, the simplest would probably be to just transfer / copy the whole deal, and then use the forum engine to remove subforums and categories that you don't want to have in the new forum. That circumvents having to figure out internal key-configurations and making sure that you delete all, but only those you want to delete.
Ok , thanks . However there is a point I would like to clair . The forum which I have has more than 1.000.000 members registered . How can I filter only the one who contributed on those selected sections . Thanks
you need to post database structure... it's possible to do this with SQL query but I need to know your database structure without which it's like aim in darkness and wish it will hit the target... only saying you want to transfer something from somewhere does not give detail info... you need to give us the database structure... table name and fields so to create query to select only those that contributed to some particular section of the forum. cheers