[buddypress-trac] [BuddyPress] #4635: Redirection for attempts to access account page of other profiles.
buddypress-trac
noreply at wordpress.org
Thu Nov 1 20:09:22 UTC 2012
#4635: Redirection for attempts to access account page of other profiles.
-------------------------+------------------------------
Reporter: enderpal444 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Members | Version: 1.7
Severity: major | Resolution:
Keywords: |
-------------------------+------------------------------
Comment (by r-a-y):
It sounds like Brajesh might not be adding the appropriate access level
checks in his background plugin.
About your other questions:
If you don't want to use a root members page for profiles, you can get rid
of the /members/ slug by using:
{{{
define ( 'BP_ENABLE_ROOT_PROFILES', true );
}}}
[http://codex.buddypress.org/extending-buddypress/changing-internal-
configuration-settings/ Click on this link] for more details.
Regarding your latter question, the reason why we don't have settings on
the top-level right now is the Settings component doesn't use a WP page
like the rest of the other components. Also, we have to worry about
backwards compatibility; such a change would affect the many, existing
themes and templates that use the current system.
For your own needs, it's probably possible to reverse-engineer the
Settings component to do what you want, but you'd have to remove the
current settings component and code your own. If you are a developer,
check out /plugins/buddypress/bp-settings/bp-settings-loader.php for more
details.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4635#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list