Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#2028 closed enhancement (fixed)

[patch] Show Blog Title in Activity Feed for blog comments/posts

Reported by: nickbwatson's profile nickbwatson Owned by:
Milestone: 1.5 Priority: major
Severity: Version:
Component: Blogs Keywords: has-patch
Cc:

Description

I just thought it would be necessary to display the blog name/title in an activity stream.

For example, lets say a guy named Joe Shmo, decided to go to a sub-blog on http://www.mysite.com.

Joe sees an interesting blog post and he decides to comment.

Within the Activity stream on his profile at http://www.mysite.com/members/joeshmo

it displays:

Joe Shmo commented on the blog post Hello world!

What I want is so that when Joe makes a comment, it posts something like this:

Joe Shmo commented on the blog post Hello world! on the blog Sub-Blog

The "Sub-Blog" should be a link to the sub-blog.

Thanks

Attachments (3)

2028.patch (1.3 KB) - added by sorich87 14 years ago.
2028.diff (1.6 KB) - added by sorich87 14 years ago.
Refreshed patch
2028.2.diff (4.5 KB) - added by sorich87 14 years ago.
Argument swapping added

Download all attachments as: .zip

Change History (14)

#1 @nickbwatson
15 years ago

  • Priority changed from minor to major

@sorich87
14 years ago

#2 @sorich87
14 years ago

  • Component set to Blogs
  • Keywords has-patch added; activity feed blog link comment post removed

The submitted patch display the blog title on multi-site installs only, this is not necessary for single sites.

#3 @sorich87
14 years ago

  • Owner set to sorich87
  • Status changed from new to accepted

#4 @paulhastings0
14 years ago

  • Summary changed from Show Blog Title in Activity Feed for blog comments/posts to [patch] Show Blog Title in Activity Feed for blog comments/posts

#5 @DJPaul
14 years ago

  • Owner changed from sorich87 to DJPaul
  • Status changed from accepted to assigned

This is going in

#6 @DJPaul
14 years ago

  • Owner DJPaul deleted

#7 @DJPaul
14 years ago

  • Keywords needs-patch added; has-patch removed

Patch needs refreshing for trunk

@sorich87
14 years ago

Refreshed patch

#8 @sorich87
14 years ago

  • Keywords has-patch added; needs-patch removed

#9 @boonebgorges
14 years ago

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

(In [3640]) Adds the original blog name to the activity action for new blog post/comment activity items on MS. Fixes #2028. Props sorich87

#10 @DJPaul
14 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Need to add argument swapping to these strings.

@sorich87
14 years ago

Argument swapping added

#11 @boonebgorges
14 years ago

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

(In [3671]) Adds argument swapping to blog activity stream strings. Fixes #2028. Props sorich87

Note: See TracTickets for help on using tickets.