Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/07/2013 05:15:51 PM (12 years ago)
Author:
johnjamesjacoby
Message:

First pass at bp-notifications component. Includes:

  • Backwards compatibility for old core functions.
  • Screens, functions, classes, and actions for Notifications.
  • Improved class methods for getting, updating, and deleting notifications.
  • Template parts in bp-legacy for theme compatibility.
  • A few basic unit tests.

@todo's:

  • Improve template output with dedicated functions, markup, classes, et all.
  • More unit tests.
  • Pagination links.
  • Auto-activate on update, so existing installations do not lose previously core functionality.

See #5148. Props johnjamesjacoby, boonebgorges, r-a-y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/single/home.php

    r7202 r7521  
    4646            bp_get_template_part( 'members/single/forums'   );
    4747
     48        elseif ( bp_is_user_notifications() ) :
     49            bp_get_template_part( 'members/single/notifications' );
     50
    4851        elseif ( bp_is_user_settings() ) :
    4952            bp_get_template_part( 'members/single/settings' );
Note: See TracChangeset for help on using the changeset viewer.