webbud65 (@webbud65)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • In reply to: duplicate emails

    webbud65
    Participant

    @webbud65

    Hello,

    I now suspect a problem with the process of wp cron.
    But how to fix it?

    An other problem is that email alerts arrive sometimes empty, with only this message “This active topics-have-been in the last 24 hours,” but no matter, no topic then.

    An idea to fix these problems ?

    Thank you for your return

    In reply to: duplicate emails

    webbud65
    Participant

    @webbud65

    Hello,

    It’s about email notifications on active topics and replies, sent to user who have subscribed.
    In addition to bbpress, last version, bbp moderation and bbp digest plugins are activated.

    The fact is that, in place of only one email, there are many email, the same email are sent twice and often more (sometimes more than 6 duplicate messages), in the same time, for the same message.

    I suspect redundant between plugins emails, but how to fix it?

    I submitted a ticket on the blog support bbp digest but no response to date.
    I peeked in the sending bbp digests script (events.php), but nothing special.

    As elsewhere and on another site I have, likewise, duplicate emails, but unrelated bbp (itheme security), I also wonder if it is not the function wp mail that bug or a problem with wp cron?

    Any idea about this?


    webbud65
    Participant

    @webbud65

    Désolé, je n’avais pas vu la réponse.
    C’est bien ça, le problème est résolu.
    Juste une erreur dans le code fourni (_ à la place de -).
    Le code rectifié :

    function bbp_increase_forums_per_page( $args = array() ) {
    	$args['posts_per_page'] = get_option( '_bbp_forums_per_page', 150 );
        return $args;
    }
    add_filter( 'bbp_before_has_forums_parse_args', 'bbp_increase_forums_per_page' ); 

    Merci beaucoup !


    webbud65
    Participant

    @webbud65

    I’ve done it all.
    It looks more like a problem with pagination or display limit because I have 101 forums regions and only 49 or 50 are displayed.
    Perhaps a change in script on the forum bbpress loop or a hidden option in the settings panel?
    What do you think?

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