Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author r-a-y

    (@r-a-y)

    If you want to customize outside the members loop, you’ll need to customize the entire members template.

    Copy:
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php

    to your theme:
    /wp-content/themes/YOUR-THEME/buddypress/members/single/home.php

    Open the file up and make your modifications. You’ll probably want to use something like this:

    // if not on the following page, do this:
    if ( false === bp_is_current_action( 'following' ) ) {
        // whatever here
    }

    Why can’t you query
    &object=following
    juste like you might query
    &object=groups
    ?

    Plugin Author r-a-y

    (@r-a-y)

    Why can’t you query
    &object=following
    juste like you might query
    &object=groups
    ?

    I’ve added some code to make this possible in the developmental version of the plugin, but it only works for BuddyPress 2.2.1+.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom activity template’ is closed to new replies.