Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • fmercalli
    Participant

    @fmercalli

    I temporarily remedied with this hack:

    function reset_bp_activity_oldestpage() {
        if ( ! wp_doing_ajax() )
            setcookie('bp-activity-oldestpage', '1', -1, '/');
    }
    add_action( 'wp_loaded', 'reset_bp_activity_oldestpage' );

    fmercalli
    Participant

    @fmercalli

    Same issue here: bp-activity-oldestpage does not get reset when I reload a page with an activity-loop.php inside it.
    After reloading the page afresh, when I press “Load More” I do not get page 2, but the last page visited before refresh + 1.

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