Feb 20, 2024 9:48 pm
Is there a way to take all of the content (forum data/topics/posts and etc) from boardid 1 and merge it into boardid 0? Iād like to remove boardid 1.
2 Replies
Feb 21, 2024 10:28 am
This can be done through the database.
Implementing it is easy if the Board with ID 0 is empty. You can simply export the SQL, replace the prefixes, and import it again.
However, if both boards contain data, we cannot provide specific instructions. In this case, we recommend reaching out to our PRO support team for assistance: https://wpforo.com/pro-support/#customization
Feb 29, 2024 9:48 pm
I was hoping I could do something like that. Thanks.