Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7577 closed defect (bug) (fixed)

Group description truncated even below default of 225

Reported by: r-a-y's profile r-a-y Owned by: hnla's profile hnla
Milestone: 2.9.1 Priority: normal
Severity: normal Version: 2.9.0
Component: Groups Keywords: has-patch commit
Cc:

Description

Reported here:
https://buddypress.org/support/topic/2-9-group-description-turncoated/

On group main page the group description get shorted even below default of 225

Needs investigating.

Attachments (1)

7577.01.patch (894 bytes) - added by r-a-y 7 years ago.

Download all attachments as: .zip

Change History (9)

#1 @r-a-y
7 years ago

  • Milestone changed from Awaiting Review to 2.9.1
Version 0, edited 7 years ago by r-a-y (next)

#2 @hnla
7 years ago

I just did a test r-a-y and reported no apparent issue to the forum post.

#3 @hnla
7 years ago

As you've set milestone to 2.9.1 are you saying there is an issue?

@r-a-y
7 years ago

#4 @r-a-y
7 years ago

  • Keywords has-patch added; needs-testing removed

I've verified the issue. Problem is we are not passing the default length of 225 to the bp_get_group_description_excerpt() function.

Attached patch fixes this up.

#5 @hnla
7 years ago

Makes sense when one looks at the patch but how the flip is it working for me then?? Having another look at original ticket.

#6 @DJPaul
7 years ago

  • Keywords commit added

Let's get it in.

#7 @hnla
7 years ago

  • Owner set to hnla
  • Status changed from new to assigned

#8 @hnla
7 years ago

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

In 11662:

Correct missing default $length param value in bp_group_description_excerpt().

Back ported for 2.9 branch.
[11661] fixes trunk.

Fixes #7577
Props r-a-y, joost-abrahams

Note: See TracTickets for help on using tickets.