[buddypress-trac] [BuddyPress] #3501: More flexibility in default theme member-header.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Aug 20 18:14:04 UTC 2011
#3501: More flexibility in default theme member-header.php
-------------------------+-----------------------------
Reporter: Jonnyauk | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords: dev-feedback
-------------------------+-----------------------------
It would be very useful to make this file more flexible to allow child
themes and plugins to interact with it more.
See suggested patch attached 01.patch:
'''bp-default/members/single/member-header.php'''
- New hook 'bp_before_member_header_title' - Insert content before main h2
title.
- New hook 'bp_before_member_header_summary' - Before activity summary.
- @name and last activity code made into new display function
'bp_dtheme_content_member_summary' - Allow more flexibility and over-ride
potential in child themes. May be of use for activity area redesigns.
- bp_activity_latest_update() and surrounding <div> made into new display
function 'bp_dtheme_content_member_update' - Allow more flexibility and
over-ride potential in child themes. May be of use for activity area
redesigns.
'''bp-default/_inc_css/default.css'''
- Amend CSS style accordingly
'''bp-default/functions.php'''
- Contains new display functions as described above.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3501>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list