[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:23:34 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 | Keywords:
-------------------------+-----------------------------
These Work:
define ( 'BP_ENABLE_ROOT_PROFILES', true );
define( 'BP_DEFAULT_COMPONENT', 'profile' );
define ( 'BP_DISABLE_ADMIN_BAR', true );
define( 'BP_DTHEME_DISABLE_CUSTOM_HEADER', true );
define( 'BP_SILENCE_THEME_NOTICE', true );
define ( 'BP_FRIENDS_SLUG', 'peeps' );
define ( 'BP_AVATAR_THUMB_WIDTH', 50 );
define ( 'BP_AVATAR_THUMB_HEIGHT', 50 );
define ( 'BP_AVATAR_FULL_WIDTH', 150 );
define ( 'BP_AVATAR_FULL_HEIGHT', 150 );
define ( 'BP_AVATAR_DEFAULT_THUMB', $img_url );
define ( 'BP_AVATAR_DEFAULT', $img_url );
These do not:
define ( 'BP_XPROFILE_SLUG', 'info' );
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );
define ( 'BP_ACTIVITY_SLUG', 'streams' );
Root component slugs can be changed via page permalink but for backcompat
should the old method be available? Root sub slugs such as /user/friends/
can be changed with a define.
These still need testing:
define ( 'BP_ROOT_BLOG', $blog_id );
define ( 'BP_FORUMS_PARENT_FORUM_ID', $forum_id );
define ( 'CUSTOM_USER_TABLE', $tablename );
define ( 'CUSTOM_USER_META_TABLE', $tablename );
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3441>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list