[buddypress-trac] [BuddyPress] #2427: Plugin: expanding bp_nav_items for WP 3.0
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Nov 23 20:25:06 UTC 2010
#2427: Plugin: expanding bp_nav_items for WP 3.0
---------------------+------------------------------------------------------
Reporter: mercime | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.3
Component: Core | Version:
Keywords: |
---------------------+------------------------------------------------------
Comment(by boonebgorges):
Something along the lines of r-a-y's code should work against the trunk.
Here's an easier way to get the bp-pages page ids:
$page_ids = bp_core_get_page_meta();
I don't think that anything like this filter belongs in the trunk, though.
For themes that support it, the WP 3.0 menus make it easy to specify which
links get shown in a menu. And anyone smart enough to use wp_list_pages()
should be able to figure out a filter like the one that r-a-y gives above.
Other thoughts?
--
Ticket URL: <http://trac.buddypress.org/ticket/2427#comment:6>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list