I forgot about the custom signature lengths and I made the new B_Signature field a varchar field which is limited to 256 which means everyone's signatures will be chopped to 256 characters. To fix you will need to run the following sql command from the admin area or the mysql command prompt:

ALTER TABLE w3t_Posts
CHANGE B_Signature B_Signature TEXT