Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • brianhackett
    Participant

    @brianhackett

    great thanks


    brianhackett
    Participant

    @brianhackett

    I use the Cometcache plugin, the paid version it has a great feature called loggedin user caching.It creates a user specific cache for each user that is logged in and refreshes the cache when a user has an interaction with the site like posting an update or making a friend request. .The downside is the cache can grow quite big if you have a lot of users but you can choose to clear the cache when they log out. https://cometcache.com/features/


    brianhackett
    Participant

    @brianhackett

    ok i have found a way to do this
    I added this ot the first part of the code

    $profileUserID = bp_displayed_user_id();
    $args = array('post_type' => 'social_feed', 'bios' => $profileUserID);
Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar