Anonymous Donors Still Showing In Donor Module

  • Daniel Miller
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 2 months ago #58193 by Daniel Miller
Anonymous Donors Still Showing In Donor Module was created by Daniel Miller
The subject says it all. In the donor module, the names of donors who have chosen to give anonymously is still showing.

I checked the table and their privacy is correctly flagged. So I checked the actual code for the module and there is no code in there that checks for that flag and lists them as anonymous.

Serious issue.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 2 months ago #58202 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Anonymous Donors Still Showing In Donor Module
I remember that I fixed this issue about two weeks ago. Could you get this module, upgrade it to your site and check it again ?

Tuan
Attachments:
The following user(s) said Thank You: Daniel Miller

Please Log in or Create an account to join the conversation.

  • Daniel Miller
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 2 months ago #58216 by Daniel Miller
Replied by Daniel Miller on topic Anonymous Donors Still Showing In Donor Module
Thank you! I just popped in these lines of code and it worked. Thanks, again.

if ($row->hide_me == 1)
{
$row->first_name = 'Anonymous' ;
$row->last_name = '' ;
}

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 2 months ago #58246 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Anonymous Donors Still Showing In Donor Module
Yes, that's the correct code which fixes the issue

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt