rhodesengr (@rhodesengr)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • rhodesengr
    Participant

    @rhodesengr

    I fixed it. Needed single quotes around the email address. I don’t uslly code much in php so I am not super on top of the syntax. Thanks for the code. Now it does just what I want. Only the admin email gets notified when someone posts. That is what i want for now. Thanks again.


    rhodesengr
    Participant

    @rhodesengr

    I tried your code snipet and it killed my site. I commented it back out and the site is working again. here is exactly what I put in functions.php except i changed the actual email name to “myemail”

    add_filter (‘bbp_get_do_not_reply_address’, ‘rew_no_reply’) ;
    function rew_no_reply ($no_reply) {
    $no_reply = myemail@gmail.com ;
    return $no_reply ;
    }


    rhodesengr
    Participant

    @rhodesengr

    ok thanks. I am trying the asynchronnous one first. Not really sure what it is doing. Now it seems like no email gets sent at all. Not to noreply, not to the poster, and not to site admin. I have asked about this on that plugin support page.

    Your code snippet goes in functions.php?


    rhodesengr
    Participant

    @rhodesengr

    ok. thanks. What are “individual emails”

    Also, is there a reference to how to change the code? I would like to consider that option.

    I searched and found some other threads about this issue. One was from 2016. You’d think the bbpress coders would have created setting for this by now. Seems a lot of plugins have problems if you don’t have an enmail address with the website domain but it is very commone to use the built in system, your own pop, or gmail. Then the noreply@yourdomain.com is invalid. Common and forseeable.

Viewing 4 replies - 1 through 4 (of 4 total)