buddypress/bp-members
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
..
bp-members-actions.php EOF: 2012-09-18 18:03:00 +00:00
bp-members-adminbar.php Fixes 'Buddypress' typo in docblock. 2013-03-17 14:36:07 +00:00
bp-members-buddybar.php In BuddyBar, mirror admin menu changes from WP Toolbar. Fixes #4778. 2013-01-30 23:12:33 +00:00
bp-members-filters.php Profile URL: 2012-11-05 01:37:49 +00:00
bp-members-functions.php Provide more specific feedback for username errors during registration 2013-06-05 03:29:56 +00:00
bp-members-loader.php Change "Public" strings to "View" for user profile sub-navigation. Props paulgibbs, boonebgorges. Fixes #4489. 2012-12-10 09:14:36 +00:00
bp-members-notifications.php Use is_callable() to validate notification_callback 2013-06-06 23:33:23 +00:00
bp-members-screens.php Introduces template hierarchy for top-level theme compat templates 2013-06-13 01:27:01 +00:00
bp-members-template.php In bp_has_members(), only auto-set user_id if looking at a user friends page 2013-04-22 23:31:17 +00:00