I'm thinking about adding code to the converter to migrate the phpBB smileys into SMF. phpBB doesn't have the SMF concept of 'smiley sets', so I was thinking of migrating all the phpBB smileys into the SMF default smiley set. The problem with this is that SMF expects all the smiley sets to have exactly the same set of smileys installed, so the classic set which is installed with SMF gives a lot of errors. So I was thinking of wiping out all existing SMF smiley sets, then creating a new SMF default smiley set before migrating the phpBB smileys across.
Can anyone think of a good reason for not doing this and if so a better way to handle the migration?