Anonymizer module hide real author name for posts, and assign like author a custom drupal user(we call Anonymous Author), you can configure that at: (admin/settings/anonymizer).

When changing to another user, the new Anonymous Author, is not updated correctly.

Comments

dannymontalvo’s picture

StatusFileSize
new632 bytes

Looking the code for the anonymizer_settings_submit function handler, we need to fix the SQL query on this function, there are an additional condition "AND a.type = 2" for the WHERE statement, i believe that this field is not more supported, deleting this part of the query solve the problem.

Cheers.

gaele’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new628 bytes

Same patch, this time with the right filename in the patch.

develcuy’s picture

Status: Reviewed & tested by the community » Needs work

@gaele, please read http://drupal.org/node/156119

develcuy’s picture

Status: Needs work » Fixed

Committed to DRUPAL-6--2

gaele’s picture

Re #3: yeah, well this (and the other two) was really just dannymontalvo's patch.

Thanks for beta 3!

bryancasler’s picture

subscribe

Status: Fixed » Closed (fixed)

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