I ported my site from 6.20 to 7.0, although the migration of the whole system didn't work, I managed to port contents, comments and taxonomy via sql, so my site is now running but...
among the few things i ported was the whole info of the comments, including the nickname of the commentarist, along with the e-mail and the url (if any was included). Now the comments table has this info but it's not showing up and EVERY anonymous comment is named like anonymous, even though a vast majority of them has a "name" stored in the database.
By the way, the comment form is not showing the fields for "personal info" that in previous versions of Drupal could be enabled at "admin>comments>settings". I don't where this option now is, if it is.
If someone has a similar problem, this settings can be enabled at:
admin/structure/types/manage/article
In the bottom tabs select "comment options".
I tried to add a couple of fields on "comment fields for articles", sure now users can place their info but then the e-mail is shown and just to mimick the behaviour for a normal comment the required work modifying every template seems huge.
Everything leads me to think that there really is an easy way to get all these options back... and that it is just my fault: am i missing something?
Thanks.