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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | anonymizer.module-898920-2.patch | 628 bytes | gaele |
| #1 | anonymizer.module-898920-1.diff | 632 bytes | dannymontalvo |
Comments
Comment #1
dannymontalvo commentedLooking 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.
Comment #2
gaele commentedSame patch, this time with the right filename in the patch.
Comment #3
develcuy commented@gaele, please read http://drupal.org/node/156119
Comment #4
develcuy commentedCommitted to DRUPAL-6--2
Comment #5
gaele commentedRe #3: yeah, well this (and the other two) was really just dannymontalvo's patch.
Thanks for beta 3!
Comment #6
bryancasler commentedsubscribe