Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1175 closed defect (bug) (fixed)

Status component - filter needed

Reported by: petronic's profile petronic Owned by:
Milestone: 1.1.1 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

I'm writing a plugin for BP status to Twitter integration and I found that it would be much easier to set status to some new value if there is filter after fetching status from usermeta table.
See patch attached.

I know I could use "the_status_content" filter but that doesn't allow me to change recorded_time at the same time. And, if I use "bp_get_the_status" filter then my function have to re implement bp_get_the_status() function, which I would like to avoid.

Attachments (1)

patch.diff (555 bytes) - added by petronic 15 years ago.

Download all attachments as: .zip

Change History (3)

@petronic
15 years ago

#1 @apeatling
15 years ago

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

(In [2038]) Fixes #1175

#2 @apeatling
15 years ago

  • Milestone set to 1.1.1
Note: See TracTickets for help on using tickets.