Opened 16 years ago
Closed 16 years ago
#2481 closed defect (bug) (fixed)
bp_create_excerpt() ignores the_excerpt()
| Reported by: | ipstenu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.6 |
| Component: | Blogs | Version: | |
| Severity: | Keywords: | has-patch | |
| Cc: |
Description
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 :/
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.