A user wants to not be notified of Matchmaking.
Is there a way for a user to shut off the email feature for matchmaking? I don't want to shut it off for everyone.
A user wants to not be notified of Matchmaking. Is there a way for a user to shut off the email feature for matchmaking? I don't want to shut it off for everyone. |
Enabling matchmaking on your site utilizes a global feature. So you cannot customize on a "per user" basis with this. You can either have enabled or not. You can set the percentages higher and/or remove the function to send emails BUT this will do it for everyone and not just one user. Chris Nothing to see here |
I still wish there was a way to have matchmaking, but have it not send out alert messages at all. I never did find the "off switch". If anyone has solved this, please let me know. Rob |
Chris if you uncheck Enable Matchmaking in Settings>Advanced Settings>Matches should stop emails from going out completely. |
But I want Matchmaking - meaning I want people to be able to see their "matching members" on the site. I just don't want it sending email alerts. |
I'll look at it, it seems taking out the send email command should fix that right up. |
But he stated that he only wanted to disable the emails for "some" of the users and not all.. "I don't want to shut it off for everyone." Chris Nothing to see here |
It depends on who "he" is. Greenmeanie wants the users to be able to do it, which is probably the best solution. I want to be able to turn off all the email alerts that go off for matching, but keep the matching working on the site. If you know how to do this, please let me know. Rob |
I think know where but it will cost $5 and I only accept internet money. |
Here's what the email function seems to call ***Make sure ot make a backup before doing this change and to test it to ensure your matchmaking still works **** /inc/classes/BxDolAlertsResponceMatch.php Around line 51 is function _checkProfileMatch. To get rid of the email function and keep match, I would comment out line 65 (//get send mails) to line 90 (commenting out the else). That should strip out the mail function but still leave in all necessary match functions. |
Cool - I'll give it a shot. Will buy you a beer the next time I am in Georgia - about a month from now maybe. Rob |
Here's what the email function seems to call ***Make sure ot make a backup before doing this change and to test it to ensure your matchmaking still works **** /inc/classes/BxDolAlertsResponceMatch.php
Around line 51 is function _checkProfileMatch. To get rid of the email function and keep match, I would comment out line 65 (//get send mails) to line 90 (commenting out the else). That should strip out the mail function but still leave in all necessary match functions.
Dang it Maurice, you beat me to it. LOL... I was playing with it while you found it.
Don't forget the DB: sys_email_templates _CupidMatches needs to be taken from the table also. |
Here's what the email function seems to call ***Make sure ot make a backup before doing this change and to test it to ensure your matchmaking still works **** /inc/classes/BxDolAlertsResponceMatch.php Around line 51 is function _checkProfileMatch. To get rid of the email function and keep match, I would comment out line 65 (//get send mails) to line 90 (commenting out the else). That should strip out the mail function but still leave in all necessary match functions. Dang it Maurice, you beat me to it. LOL... I was playing with it while you found it. Don't forget the DB: sys_email_templates _CupidMatches needs to be taken from the table also. ah I didn't see that one. I"m still learning php and using Dolphin as my learning platform...wonder if that will lead to a good understanding of php or a good bad understanding of php? |
I think know where but it will cost $5 and I only accept internet money. id pay 5 bucks for someone to fix my matchmaking .......localhustle.tv |
Ok, why is this post not going through. Was just saying that the matchmaking functions no longer worked after I tried this. Are you sure this doesn't disable any matchmaking functions Maurice? |
Can anyone confirm that this solution works? (reposted below) Also what does "sys_email_templates _CupidMatches needs to be taken from the table" mean? Thanks, Jason
mauricecano • Premium • 1327 posts Quote • Feb 01, 2010 21:29 • 0 points •
Here's what the email function seems to call ***Make sure ot make a backup before doing this change and to test it to ensure your matchmaking still works **** /inc/classes/BxDolAlertsResponceMatch.php
Around line 51 is function _checkProfileMatch. To get rid of the email function and keep match, I would comment out line 65 (//get send mails) to line 90 (commenting out the else). That should strip out the mail function but still leave in all necessary match functions.
|