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

drikc’s picture

Category: bug » feature
Status: Active » Needs review

Hello, 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...

tomotomo’s picture

The new code works for me!

drikc’s picture

Title: Can't add the field_anonymous_author CCK field to Views » Provide formatters for the anonymous_author CCK field columns
Status: Needs review » Fixed

Thanks for your report and testing ;-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.