Hi,
For some reason, all my email notification work except the one for rejected profile. Would someone have an idea?
Thank
Hi, For some reason, all my email notification work except the one for rejected profile. Would someone have an idea? Thank |
No one knows why the rejected validation status email isn't sent? Thank |
So far, here are my findings: BxDolProfilesController.php doesn't have a function to send out email when profile status is changed to "Rejected". I added it: ==== function sendRejectMail( $iMemID ) { ==== and added the red text bellow: ==== //collect status text ==== But it still doesn't send out the email for rejected profiles. I'm surprised nobody brought that problem before, as the function doesn't exist but the rejection email is present in the "Email Templates"... or it's calling another function sowhere else I ignore. |
Ok... I realized "Rejected" and "active" status email aren't sent but "email address confirmation" is, as well as cupid emails. Some help is welcome... |
Resolved. Activation email is sent ONLY if the account is activated from the Admin Panel (admin/profiles.php), not from the "Admin edit profile page" (pedit.php) even if you can change status there. But regarding the Reject email, I had to add the function as described above and create a "Reject" button in the Admin Panel, next to the "Activate" one. In admin/profiles.php: Following this code: ==== case 'Activate': ==== add: ==== case 'Rejected': ==== and add with the other buttons code ~line 550: ==== <td width="90" align="center"><input class=text type=submit name="prf_form_submit" value="Rejected" /></td> ==== Now profile rejected from the Admin Panel will receive the "Reject" email from the email templates. |
Nadja! I must admit that your determination to solve this problem is plausible! The peculiar silence from the community is scary and shameful. I am trying to deal with the very same problem in D7.0.4... Hopefully will get there some day. All the best! Eugene |
... same prob, too. Can't believe there is a template but no function!? |
Nadja! I must admit that your determination to solve this problem is plausible! The peculiar silence from the community is scary and shameful. I am trying to deal with the very same problem in D7.0.4... Hopefully will get there some day. All the best! Eugene I love how you come in here, offer nothing contributory except to bust on the community for not having the answer for him and post that we all should of jumped up and down to fix this problem. As far as a solution to the problem, he gave it to you right above, just take a moment to look. The community is here to help with the things that we know the answer to and if we have a moment to develop something we don't know the answer to then we can. In this case Nadja's dedication to resolving this issue is highly admirable, your dedication to ripping on the community while providing no solutions to problems is also highly commendable in it's own right. |
hi, It might be better if it's a default 'no' option to send an email to a Rejected member. Currently I'm using "Rejected" profiles for people who signed up but have no good reason to do so (e.g. they live half way around the world from my local community website). In this case I prefer to not send them anything... just keep their email's associated signup as Rejected. Of course I do other things to block such people but some find a way to my site despite such attempts. Thank you http://pkforum.dolphinhelp.com |