i have 9000 members and only 240 in showing in the que of mass mail how can i fix this
i have 9000 members and only 240 in showing in the que of mass mail how can i fix this |
the purported 9K members, are the purchased profiles or are they members? When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
would you be intrested in checking it out for me with the mass mail issue also i can not post html banners in there |
I have found if the members don't have birth dates, they won't get a mass mail. http://www.mytikibar.com |
very strange connection and it might be a bug. I have found if the members don't have birth dates, they won't get a mass mail.
so much to do.... |
It's in the code when it checks for year range to send the mass mail, obviously if there's a 0 in the date month or year, it doesn't qualify and it gets skipped. IDK how you would fix it since you really CANNOT tell the age of the member if the birth date is incorrect, so the code correctly skips that member. It's in function QueueMessage in the file administrator/notifies.php http://www.mytikibar.com |
since this is a boonex error who can i speak to in regards to this |
I honestly don't think it's an error. If you have a mixed site (minors and 18+) and you need to send announcements to an 18 or older, you don't want dolphin to "guess" at an age.
I only noticed it because of the mass mailer. So I would say check your profiles and make sure their birth dates are valid 1st, if not, you are going to need to get that fixed. http://www.mytikibar.com |
who can help fix this do you know of |
the purported 9K members, are the purchased profiles or are they members? I'm working for them and they are all members.. and I'm confirming the email problem now.. ManOfTeal.COM a Proud UNA site, six years running strong! |
You have to verify your members have a valid birth date, if they don't the mass mailer does not work. The fix is to make sure your member's birth dates are valid. use phpmyadmin and look at the profiles table.
You may have to send your members an email asking them to re enter their birthday.
You could do a custom PHP code block that checks their birthday and if the month or day is 0, blanks thier birthday out and redirects them to the profile page where they have to re enter their birthday or they can't save their profile.
http://www.mytikibar.com |
You have to verify your members have a valid birth date, if they don't the mass mailer does not work. The fix is to make sure your member's birth dates are valid. use phpmyadmin and look at the profiles table.
You may have to send your members an email asking them to re enter their birthday.
You could do a custom PHP code block that checks their birthday and if the month or day is 0, blanks thier birthday out and redirects them to the profile page where they have to re enter their birthday or they can't save their profile.
I may suggest Deanos facebook connect module that has the profile information checker that reminds the member to fill out their profile, the time for reminding can be changed. It's a great feature that really helps. ManOfTeal.COM a Proud UNA site, six years running strong! |
hey guys maybe this has something to do with upgrading from dolphin 6.0.1 to 7.0.1 but when they sote was transfered i was able to send out all 9000 emails ? |