#4934 closed enhancement (fixed)
New action or new placement for action 'bp_before_directory_members_content'
Reported by: | dontdream | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.8 | Priority: | low |
Severity: | minor | Version: | 1.7 |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
In bp-themes/bp-default/members/index.php the action 'bp_before_directory_members_content' is placed between the title "Members Directory" and the members search box, that's floated right and so it's on the same horizontal line of the title.
Probably a better placement would be after the members search box and before the navigation bar.
If moving an existing action is undesirable, I suggest adding a new one in the place requested. Typical usage would be the insertion of a search form, or image, or custom text before the navigation bar.
Attachments (3)
Change History (12)
#2
@
11 years ago
I realized that the previous patch was incomplete, because the action is needed both in bp-themes/bp-default and in bp-templates/bp-legacy. Added the new patch version.
#3
@
11 years ago
- Summary changed from Better placement for action 'bp_before_directory_members_content' to New action or new placement for action 'bp_before_directory_members_content'
#4
@
11 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from Awaiting Review to 1.8
- Priority changed from normal to low
- Severity changed from normal to minor
Yes, we'll have to add a new action, as moving the existing one will break current implementations.
#5
@
11 years ago
Hi Boone,
I forgot to say that my proposed patch adds a new action, and doesn't touch the existing one. So I'm adding back the keyword 'has-patch' for your consideration.
Thanks,
Andrea
edited copy of index.php