Sorry, I meant IPB. Almost forgot ImPex doesn't support XF yet.thanks. can anyone comment if there are future plans to offer the importing of another xF site from the xF tools in a future update?
What's crazy about it? Most importers are designed to move you from ONE forum software to another. Not to MERGE two different forums on the same software. That is normally where you would hire someone to write you a utility to perform the merge (because normally it will be from you acquiring - usually purchasing - a forum) and then wanting it merged into your existing one. That's called "part of doing business" when you are engaged in buying forums.This has been asked many times and there is still no plan to introduce one. It's one of the craziest things about XenForo. You're expected to use a third party product to transfer one XenForo database to another XenForo database!
Problem is that they don't want a drop.. but a merge of all users and posts from the other forum into the existing one.Sorry if I'm missing something obvious here, but is there some reason you couldn't export the old database and import it to a new xenforo database - just drop the existing tables from the new database after a new install and then import the old database? I've done the exact same thing with SMF at least half a dozen times over the last several years....
Problem is that they don't want a drop.. but a merge of all users and posts from the other forum into the existing one.
I agree it would probably be fairly trivial for the dev's to write, but not something I would say is a front - or even mid - burner item.
What's crazy about it? Most importers are designed to move you from ONE forum software to another. Not to MERGE two different forums on the same software. That is normally where you would hire someone to write you a utility to perform the merge (because normally it will be from you acquiring - usually purchasing - a forum) and then wanting it merged into your existing one. That's called "part of doing business" when you are engaged in buying forums.
The software DEV's primary concern is having the ability for individuals to come from one software package into theirs.
One of the most important things that any of us with websites have is the database, users are very protective of their posts and content. Users often like to go back and read old discussions too.
What happens if I have 2 or more XenForo forums on current popular TV shows and then those shows get cancelled but users still visit to interact? Would it not make sense for me to merge my forums into one TV Shows website? Keeping all the users and the content from all the sites to have one busy site instead of 2 or more dead sites?
In order to achieve this I have to use one of XenForo's competitors to do a merge between two XenForo databases. Imagine Google saying in order to do a search on science fiction you have to go to Bing to get a passcode and then you can search on Google for science fiction.
There is never a good reason to make your own customers use your competitors product. This should be a basic, core functionality
What happens if I have 2 or more XenForo forums on current popular TV shows and then those shows get cancelled but users still visit to interact? Would it not make sense for me to merge my forums into one TV Shows website? Keeping all the users and the content from all the sites to have one busy site instead of 2 or more dead sites?
One of the most important things that any of us with websites have is the database, users are very protective of their posts and content. Users often like to go back and read old discussions too.
What happens if I have 2 or more XenForo forums on current popular TV shows and then those shows get cancelled but users still visit to interact? Would it not make sense for me to merge my forums into one TV Shows website? Keeping all the users and the content from all the sites to have one busy site instead of 2 or more dead sites?
In order to achieve this I have to use one of XenForo's competitors to do a merge between two XenForo databases. Imagine Google saying in order to do a search on science fiction you have to go to Bing to get a passcode and then you can search on Google for science fiction.
There is never a good reason to make your own customers use your competitors product. This should be a basic, core functionality
Question is... if I'm switching hosts what's the best way to go about it if I can't do a straight copy/paste ?
Simplest using the built in mysql routines?
backup: # mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql
restore:# mysql -u root -p[root_password] [database_name] < dumpfilename.sql
Then copy your forum files over and duplicate your configuration (assuming you are on a VPS or dedicated server). If on a shared host, then they should be able to do it via cPanel.
That's assuming you want to duplicate the existing to the new. If you are wanting two different forums (both on xF) into the one new one, then you have to do the routine of converting one to another format, then convert it into your new one.
Sounds simple enough ... but will it copy properly file attachments, etc?
If you store them in the database, yes.
We use essential cookies to make this site work, and optional cookies to enhance your experience.