[buddypress-trac] [BuddyPress] #3815: Template handling error when accessing member's profile edit URL
buddypress-trac
noreply at wordpress.org
Sun Apr 21 23:51:29 UTC 2013
#3815: Template handling error when accessing member's profile edit URL
--------------------------+------------------------------
Reporter: DJPaul | Owner: johnjamesjacoby
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 1.7.1
Component: Core | Version: 1.5.5
Severity: normal | Resolution:
Keywords: dev-feedback |
--------------------------+------------------------------
Changes (by r-a-y):
* status: closed => reopened
* component: Forums => Core
* version: => 1.5.5
* milestone: 1.6 => 1.7.1
* keywords: => dev-feedback
* resolution: fixed =>
Comment:
r5763 breaks BP RSS feeds from displaying properly due to the `is_404()`
check.
* `bp_is_user_activity()` is used on all BP RSS action router functions to
determine if we're currently on a RSS page.
* `bp_is_user()` is used by `bp_is_user_activity()`
Since BP RSS feeds are 404 by default, the bp_is_user_activity() check
will fail and the RSS feeds will not render properly.
Try out any of the following:
* /members/admin/activity/friends/feed/
* /members/admin/activity/groups/feed/
* /members/admin/activity/mentions/feed/
* /members/admin/activity/favorites/feed/
When I revert r5763, I can no longer duplicate DJPaul's initial report.
My recommendation is to revert r5763 and I'd like to fix this for 1.7.1.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3815#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list