ungovernable
Active member
I just imported an old phpbb forum with max title length of 250 chars, then i realized that a lot of thread titles are truncated to 50 chars.
So i modified XenForo to set the limit to 250 chars
Now obviously i have to import from phpBB again to fix the thread titles. The problem is that there's a warning saying the forum must be empty before using import feature but now there's already thousands of posts, threads, users, etc (since i already completed the import process previously)
What's the easiest solution beside starting over and losing hours of work customizing the forum ?
Maybe i could run a SQL query to fix the titles by updating xf_thread based on threads titles from phpbb database ? I still have the "archived_import_log" table but i have no idea how i can use it to fix my issue.
Would really appreciate some help with this. Thanks !
So i modified XenForo to set the limit to 250 chars
Now obviously i have to import from phpBB again to fix the thread titles. The problem is that there's a warning saying the forum must be empty before using import feature but now there's already thousands of posts, threads, users, etc (since i already completed the import process previously)
What's the easiest solution beside starting over and losing hours of work customizing the forum ?
Maybe i could run a SQL query to fix the titles by updating xf_thread based on threads titles from phpbb database ? I still have the "archived_import_log" table but i have no idea how i can use it to fix my issue.
Would really appreciate some help with this. Thanks !