Hi Derek, Robin, Sue,
thank you for your support..
I can confirm with much satisfaction that this is now working…
It came down to my original import of data…being out of sync and incomplete.
I was using the phpBB to EE script that I aquired from this
Discussion thread for converting PHPBB data
After many BACKUPS and getting my hands into the database, I managed to work out why the script was not importing the phpbb posts properly… in the phpBB_posts table amoung many rows in the field ‘poster ID’ I had lots of “-1” which I then changed to 1 because I having checked the phpbb_users table, I knew I didn’t have a user id of -1, though I did have a user id of 1, having checked on the original forum, and figuring out which posts had discrepancys, I figured out there were all originating from user id 1, so I changed the -1 in the phpBB_posts table.
I did this by backing up the phpBB forum database as a sql document, opening it up in a text editor, locating the section/ block I wished to manipulate and copying and pasting into a nother text document and then doing a find and replace on all the -1’s,, copy and paste back in,
reimport data into EE forum from this now amended phpBB database and full import without hitches.
Now all the data was there, but there was still a miscount problem…
I did a recount using the utilities/Recount Statistics
and hooray all the topics and posts now match..
It took a while for me to figure out… but it was worth it…
thanks for the support. and thanks to all involved in preparing and writing the script I used…