[buddypress-trac] [BuddyPress] #4130: Change component names and slugs
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Apr 7 09:11:53 UTC 2012
#4130: Change component names and slugs
-------------------------+-----------------------------
Reporter: sooskriszta | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.5.4
Severity: normal | Keywords:
-------------------------+-----------------------------
BP provides the functionality to change names and slugs of components via
the config file.
It would be nice if like bbPress, these options are provided in the WP
admin panel.
e.g.
{{{
define ( 'BP_ACTIVITY_SLUG', 'streams' );
define ( 'BP_BLOGS_SLUG', 'journals' );
define ( 'BP_MEMBERS_SLUG', 'users' );
define ( 'BP_FRIENDS_SLUG', 'peeps' );
define ( 'BP_GROUPS_SLUG', 'gatherings' );
define ( 'BP_FORUMS_SLUG', 'discussions' );
define ( 'BP_MESSAGES_SLUG', 'notes' );
define ( 'BP_WIRE_SLUG', 'pinboard' );
define ( 'BP_XPROFILE_SLUG', 'info' );
define ( 'BP_REGISTER_SLUG', 'signup' );
define ( 'BP_ACTIVATION_SLUG', 'enable' );
define ( 'BP_SEARCH_SLUG', 'find' );
define ( 'BP_HOME_BLOG_SLUG', 'news' );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4130>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list