Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • SirLouen
    Participant

    @sirlouen

    @shanebp

    This is the advent of the spammers in the buddypress forum?


    SirLouen
    Participant

    @sirlouen

    I can confirm that this is still an issue: if forcing wp_mail , buddypress mails can’t be HTML.

    Not sure why buddypress never switched to wp_mail which is the wp standard.


    SirLouen
    Participant

    @sirlouen

    By the way, I’m not sure why a half-core WordPress plugin like Buddypress, is not using wp_mail like his brother BBPress I was thinking if this could be a good patch to be considered in the future?


    SirLouen
    Participant

    @sirlouen

    The @corsi159 solution worked for me…

    Same issue with no HTML mails and all that 🙁

    I will have to set up the mail service in the server in order to use the default buddypress mail function…

    I can confirm that Buddy press is not compatible out of the box with WP Mail SMTP plugin.
    https://wordpress.org/support/topic/buddypress-emails-not-being-sent/


    SirLouen
    Participant

    @sirlouen

    OMG, after hours of tracking the bbpress code I’ve finally found the culprit

    The MOST stupid thing I’ve seen ever and is not even fault of Buddypress but BBpress!!!!

    For some reason, some illuminated coder decided that the site should be “indexable” in order to admit both BuddyPress notifications or mentions.

    So essentially I had the

    “Discourage search engines from indexing”, ticked off…

    I cry everytime


    SirLouen
    Participant

    @sirlouen

    Disabled just buddypress leaving bbpress enabled and tried bbpress notifications (on reply) and worked flawlessly…

    I’m missing something, maybe buddypress activity db has been corrupted? Any way to turn on max debug on buddypress?

    By the way, I’ve run all 4 tasks in the Tools section

    (Also I’m running on a custom VPS, so no issues possible with email limitations)


    SirLouen
    Participant

    @sirlouen

    Removed both buddypress and bbpress folders and redownload them, and nothing

    Also I’ve noticed that email notifications are not working for any users, although other plugins notificacions like Gamipress work right.

    But the weirdest thing is that reply notices are working right (in-site not email ones)


    SirLouen
    Participant

    @sirlouen

    Checking buddypress code, I see that there is a filter that controls this:

    function bp_activity_do_mentions() {
    
            /**
             * Filters whether or not mentions are enabled.
             *
             * @since 1.8.0
             *
             * @param bool $enabled True to enable mentions, false to disable.
             */
            return (bool) apply_filters( 'bp_activity_do_mentions', true );
    }

    But bp_activity_do_mentions has not been modified anywhere in the code (I’m using core default twenty twenty + just buddypress and bbpress)

    I’ve also tested the function bp_activity_do_mentions() in the functions.php and it is returning true.


    SirLouen
    Participant

    @sirlouen

    This is incredibly weird.

    I’ve installed a test site with just Buddypress + BBpress and did a mention and it worked fine.

    Then in the site where mentions are not working, I have disabled ALL plugins and put Twenty Twenty theme and tried again, and it doesnt work 🙁

    I have checked the apache2 error log and nothing there
    Also activated the WP_DEBUG but nothing…

    Mindblowing.
    It is like the at_mention hook is not being fired…
    The email notification for mentions is not firing either

    What could I be missing here?


    SirLouen
    Participant

    @sirlouen

    .

Viewing 10 replies - 1 through 10 (of 10 total)
Skip to toolbar