Changes between Version 1 and Version 2 of Ticket #6534, comment 4
- Timestamp:
- 06/27/2015 12:20:42 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6534, comment 4
v1 v2 6 6 7 7 But for the blogs single item or the groups one, only one is set early the displayed one. There's no logged in blog or group. Both navs are set only if we are about to see a blog or a group + we do some checks like {{{bp_is_item_admin()}}} to include or not some nav items. 8 So what i was thinking about r-a-y's point is.. Let's take an example. I'd like to display the nav of a group directly into the front page of my blog. I think the way it's built in the component's loader it would really be a massive change to let's say have a function like this `bp_single_item_display_nav( 45, 'groups' )` to display the nav.8 So what i was thinking about r-a-y's point (unless i misunderstood) is.. Let's take an example. I'd like to display the nav of a group directly into the front page of my blog. I think the way it's built in the component's loader it would really be a massive change to let's say have a function like this `bp_single_item_display_nav( 45, 'groups' )` to display the nav. 9 9 10 10 But why not :) So i've edited the patch (see 6534.item_id.patch) to build a nav the way you suggested: