• Resolved jacobian64

    (@jacobian64)


    I want to know if it’s possible to also send an email to the user profile letting them know anyone who visited their page. I am creating a dating site and I am thinking this feature should be included also.

    if not can you tell me how to modified the plugin so it can send an email to the owner of the profile that their profile page has been visited by someone?

    any help would be appreciated.
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author quan_flo

    (@quan_flo)

    Hi @jacobian64

    almost everything is possible. You can add some code directly next to the code that stores the visit in the database.
    But this problem is not really tirival because you should consider that not every visit should send a mail to the visited user. What sould be done if a user visits a profile (maybe via page reload) 100 times a day? it’s no problem to update the values in the database with each visit (this is what is done) but in combination with mails this will end up in spam mails. So you should store and use some data to prevent this.

    If you need help in coding this feel free to contact me, but I hope you understand that I cannot add this feature to this plugin for free – it’s just not in the scope I have for this plugin.

    Regards
    Florian

    Thread Starter jacobian64

    (@jacobian64)

    so can I know how to contact you then? and what’s the price for this extended plugin?

    Plugin Author quan_flo

    (@quan_flo)

    Please take a look at my user profile, the website linked there and use the email from my website for further correspondence. Thanks!

    Thread Starter jacobian64

    (@jacobian64)

    I did send the email but I haven’t received any reply from you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to send emails to the profile owners when someone visited their page?’ is closed to new replies.