Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2481 closed defect (bug) (fixed)

bp_create_excerpt() ignores the_excerpt()

Reported by: ipstenu's profile ipstenu Owned by:
Milestone: 1.2.6 Priority: normal
Severity: Version:
Component: Blogs Keywords: has-patch
Cc:

Description

From this: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/replace-activity-stream-blog-excerpt-with-the_excerpt

Basically, what r-a-y says here:


You can either request an additional parameter for unfiltered text in the “bp_blogs_record_activity_content” filter or in the “bp_create_excerpt” filter.


I just want a way to tell BuddyPress 'Check and see if I made an excerpt FIRST in my blog post. And if so, use that, please and thank you.'

(I hate to say it but ... FaceBook does this. *shudder*)

So can I get a parameter to toss in that filter? I'm going to poke at it in my free time, but god knows I have none of that :/

Attachments (1)

2481.001.patch (583 bytes) - added by r-a-y 14 years ago.

Download all attachments as: .zip

Change History (4)

@r-a-y
14 years ago

#1 @r-a-y
14 years ago

  • Component changed from Core to Blogs
  • Keywords has-patch added
  • Milestone changed from 1.3 to 1.2.6

Decided to go with the former - added extra parameter to the "bp_blogs_record_activity_content" filter.

Moving to 1.2.6 since it's minor.

#2 @r-a-y
14 years ago

  • Type changed from enhancement to defect

Forgot to list this as a defect so this is seen!

#3 @johnjamesjacoby
14 years ago

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

(In [3132]) Fixes #2481 props r-a-y

Note: See TracTickets for help on using tickets.