Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#4587 closed enhancement (fixed)

Include passed in username in bp_core_get_userid filter

Reported by: borkweb's profile borkweb Owned by:
Milestone: 1.7 Priority: normal
Severity: normal Version: 1.2
Component: Members Keywords: has-patch
Cc:

Description

I'm working on a plugin that allows for non-public profile pages that use IDs rather than user_login names. As such, I am in need of the original value passed in to bp_core_get_userid when executing the bp_core_get_userid filter.

The fix is simply the adding of a parameter in the filter! Patch is attached.

Attachments (1)

bp-members-functions.diff (573 bytes) - added by borkweb 12 years ago.

Download all attachments as: .zip

Change History (3)

#1 @DJPaul
12 years ago

  • Milestone changed from Awaiting Review to 1.7
  • Version changed from 1.7 to 1.2

#2 @djpaul
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6476]) Add username parameter to bp_core_get_userid filter. Fixes #4587, props borkweb

Note: See TracTickets for help on using tickets.