Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#7106 closed defect (bug) (fixed)

The activity Read more link is not showing anymore

Reported by: imath Owned by: imath
Priority: normal Milestone: 2.6
Component: Activity Version:
Severity: normal Keywords: has-patch commit
Cc:

Description

Since r10832, i just noticed the read more link was not output anymore although the activity has been truncated.

I think it's due to https://buddypress.trac.wordpress.org/browser/trunk/src/bp-activity/bp-activity-filters.php#L447

The excerpt cannot have more characters than the original text :)

I suggest the attached patch.

Attachments (1)

7106.patch (988 bytes ) - added by imath 10 years ago.

Download all attachments as: .zip

Change History (4)

@imath
10 years ago

This ticket was mentioned in Slack in #buddypress by imath. View the logs.


10 years ago

#2 @r-a-y
10 years ago

  • Keywords commit added

Oops! :)

#3 @imath
10 years ago

  • Owner set to imath
  • Resolutionfixed
  • Status newclosed

In 10850:

Activity content: bring back the "read more" link.

Changeset r10832 introduced a small regression where the "read more" link was not output anymore. This commit is bringing back this link when the activity content is truncated.

Fixes #7106

Note: See TracTickets for help on using tickets.