Set it up, ported over 18000 members from an Invision board, and it all went fine - everyone retained their levels etc. Just one issue arose, the forum was showing people's real names instead of their username. Jus in case anyone else meets this issue, I fixed it for existing members by running this query on the database: UPDATE smf_members SET realName=memberName But that does not fix the basic issue - when new members join their real name is shown in the forum. They can go to their forum profile and change it, or I can run that query a few times a day so it doesn't last, but I'd prefer a cleaner solution. Anyone solved this in the past?