Hi all,
I have a unique need. I ran a special import on my website to transition it from a Joomla website to a Wordpress website. It runs on a software bridge with PHPBB and everything is working.
The only thing left to do is merge the PHPBB threads in a handful of specific forum categories. In particular, all the threads with identical subject headers (messages and threads could be different, but they share exactly the same topic subject). The catch is there are too many of these duplicate subject header posts to do manually, so I need to figure out a way to merge them in bulk.
I'm not a programmer, but I do have access to PHPMYADMIN and MYSQL Workbench if needed.
Is there a mysql query I could run that will:
1. Merge only the topics that share the exact same subject line.
2. Merge them in specific forum categories (one at a time)
All help appreciated!
I'm running PHPBB 3.3 on IIS 8.5 Windows Server 2012.