[buddypress-trac] [BuddyPress] #3441: Testing defines in bp-custom on 1.5
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Aug 5 20:35:20 UTC 2011
#3441: Testing defines in bp-custom on 1.5
-------------------------+------------------------------
Reporter: modemlooper | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+------------------------------
Comment (by boonebgorges):
{{{
define ( 'BP_ACTIVITY_SLUG', 'streams' );
}}}
should still work for the middle of URLs, eg
http://example.com/members/modemlooper/streams/just-me
If it doesn't, it's a bug.
URLs like http://example.com/streams (where 'streams' is what we are
calling a 'root_slug') are handled by page slug, as you correctly note.
Because we are using $wp_query to catch those page requests, there is no
non-hackish way to provide backpat in those cases.
If define ( 'BP_XPROFILE_SLUG', 'info' ); doesn't work, that's also a bug.
Will have to investigate.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3441#comment:2>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list