Skip to:
Content
Pages
Categories
Search
Top
Bottom

Wire posts not showing up in Acivity Stream


  • Treblamah
    Participant

    @treblamah

    Running WPMU 2.7 and BuddyPress 1.0.2

    Checkout: http://painreliefnetwork.org/members/cody/

    Notice in the activity feed, wire posts don’t render, not even in the activity rss feed.

    This started after 1.0.1 was released.

    This is what I’m using to call the activity:

    <h4><?php echo bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ) ?></h4>

    <?php if ( bp_has_activities( 'type=personal&max=5' ) ) : ?>

    <div id="activity-rss">
    <p><a href="<?php bp_activities_member_rss_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS Feed', 'buddypress' ) ?></a></p>
    </div>

    <ul id="activity-list">
    <?php while ( bp_activities() ) : bp_the_activity(); ?>
    <li class="<?php bp_activity_css_class() ?>">
    <?php bp_activity_content() ?>
    </li>
    <?php endwhile; ?>
    </ul>

    <?php else: ?>

    <div id="message" class="info">
    <p><?php echo bp_word_or_name( __( "You haven't done anything yet.", 'buddypress' ), __( "%s hasn't done anything yet.", 'buddypress' ), true, false ) ?></p>
    </div>

    <?php endif;?>
    </div>

  • The topic ‘Wire posts not showing up in Acivity Stream’ is closed to new replies.
Skip to toolbar