buddypress/bp-groups
Boone B Gorges 0983f89c8c Introduces template hierarchy for top-level theme compat templates
The "top-level" template is the outermost template included by theme
compatibility. As of BuddyPress 1.7, a stack of template names is checked when
BP decides which top-level template to use: plugin-buddypres.php,
buddypress.php, community.php, etc. (See bp_get_theme_compat_templates().)

This changeset introduces an additional level of template hierarchy, so that
themes may provide top-level templates that are specific to the current
component, such as blogs/index-directory.php, or specific to the current item,
action, or status, such as groups/single/index-id-{$group_id}.php. In this way,
BP's top-level template hierarchy becomes more flexible for theme devs, and
more closely parallels the template hierarchy used by WordPress.

Note that this changeset only implements hierarchy for the top-level templates.
Inner template parts may receive a parallel hierarchy in a future version of
BuddyPress.

Fixes #4639

Props r-a-y

git-svn-id: https://buddypress.svn.wordpress.org/trunk@7212 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-06-13 01:27:01 +00:00
..
admin Compress scripts/styles: 1.8-bleeding-7167. 2013-06-05 21:57:17 +00:00
js Compress scripts/styles: 1.7-bleeding-6637. 2012-12-14 22:57:20 +00:00
bp-groups-actions.php Introduces BP_Activity_Feed class, and migrates existing feeds 2013-06-12 22:08:10 +00:00
bp-groups-activity.php Only register legacy forum activity actions if the legacy forums are active. 2013-05-15 18:26:48 +00:00
bp-groups-admin.php Adds screen-reader-text labels to List_Table checkboxes 2013-06-10 00:16:43 +00:00
bp-groups-adminbar.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-buddybar.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-cache.php Better cache busting of user group counts. 2013-06-07 02:08:32 +00:00
bp-groups-classes.php Improvements to how group total_member_count is refreshed on membership events 2013-06-07 02:06:51 +00:00
bp-groups-filters.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-forums.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-functions.php Improvements to how group total_member_count is refreshed on membership events 2013-06-07 02:06:51 +00:00
bp-groups-loader.php Add 'Create a Group / Blog' links to the WP Toolbar. See #1838. 2013-05-14 19:22:38 +00:00
bp-groups-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +00:00
bp-groups-screens.php Introduces template hierarchy for top-level theme compat templates 2013-06-13 01:27:01 +00:00
bp-groups-template.php Introduces BP_Group_Member_Query and refactors bp_group_has_members() to use it 2013-06-03 17:12:54 +00:00
bp-groups-widgets.php Adds 'widget' class to all BP widget wrappers 2013-06-13 01:09:52 +00:00