I believe this module adds a CCK field to the selected content types and the field is field_anonymous_author.
I want to change the Forum view to use this field instead of showing 'Anonymous' but I can't because there is no 'Format' for this field. If it's a normal CCK field then this shouldn't be a problem but it seems there is no default available format so it can't be used with Views. This may be a feature request for some basic Views integration.
This will make it possible for the forum listing to not show 'Anonymous' and show the saved name instead.
Comments
Comment #1
drikc commentedHello, yes it use CCK. So I've added some formatters for the anonymous_author field; you should then be able to select them in Views.
Commit http://drupalcode.org/project/anonymous_posting.git/commitdiff/83225e9b8...
Comment #2
tomotomo commentedThe new code works for me!
Comment #3
drikc commentedThanks for your report and testing ;-)