#5996 closed enhancement (fixed)
bp-legacy theme. Member blogs order by select id
| Reported by: | lenasterg | Owned by: | r-a-y |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.2 |
| Component: | Templates | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: |
Description
Hi.
I noticed that in /src/bp-templates/bp-legacy/buddypress/members/single/blogs.php the select for blogs ordering has different id (#blogs-all) than the same functionality select (#blogs-order-by) in /src/bp-templates/bp-legacy/buddypress/blogs/index.php.
Further more the id #blogs-all is used in /src/bp-templates/bp-legacy/buddypress/blogs/index.php for the <li> of "All Sites".
So, it is confusing when a theme developer tries to apply styling at the "All Sites" <li> or at the blogs "order by" select.
In the attached file, is the suggestion to change the id for the orderind select in /src/bp-templates/bp-legacy/buddypress/members/single/blogs.php to (#blogs-order-by) same as in /src/bp-templates/bp-legacy/buddypress/blogs/index.php
Bests Lena.
Attachments (1)
Change History (5)
#1
@
12 years ago
- Keywords has-patch needs-testing added
- Milestone Awaiting Review → 2.2
I don't have a problem with making this change. Just need to verify that it doesn't break the AJAX filtering.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Change select id for bp-legacy/buddypress/members/single/blogs.php