Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/25/2009 08:35:29 PM (16 years ago)
Author:
apeatling
Message:

Moved the default user view to activity instead of profile data. Added support for activity comments in the parent theme. Still work to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/activity/my-friends.php

    r2077 r2126  
    2121            <div class="bp-widget">
    2222                <h4><?php _e( 'My Friends Activity', 'buddypress' ) ?> <a href="<?php bp_activities_member_rss_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS Feed', 'buddypress' ) ?></a></h4>
    23 
    24                 <ul id="activity-filter-links">
    25                     <?php bp_activity_filter_links() ?>
    26                 </ul>
    2723
    2824                <?php if ( bp_has_activities( 'type=friends&per_page=25&max=500' ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.