Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 7 years ago

#7400 closed enhancement (wontfix)

Allow Multiple activity loop on same page work properly

Reported by: sbrajesh's profile sbrajesh Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Templates Keywords: has-patch 2nd-opinion
Cc: brajesh@…

Description

At the moment, it is possible to create multiple activity loops and have them on same page.
The problem lies the way current js is implemented it. The code does not differentiate between the different loops and if you do any action on one of the loop items, the other loop gets affected.
For example:-

  • Load more items in first loop, all other loops will have the same done
  • Filtering of activity using the selectboxes, all other loops gte filtered
  • same goes for comment/reply etc

The problem lies with the javascipt code, It should be scoped to the the loop.

Please find a patch attached. I will be happy to help get it working, please let me know your suggestions for improving the patch.


Attachments (1)

activity_multiloop_js.diff (11.3 KB) - added by sbrajesh 8 years ago.

Download all attachments as: .zip

Change History (5)

#1 @slaFFik
8 years ago

  • Keywords has-patch 2nd-opinion added
  • Milestone changed from Awaiting Review to Under Consideration

Thanks for the patch, @sbrajesh!

That's for the activity, and what about groups, members, blogs etc loops?
Shouldn't we create something universal?

Last edited 8 years ago by slaFFik (previous) (diff)

#2 @DJPaul
8 years ago

I'd personally prefer to see this sort of testing and enhancement to be done with BP-Nouveau, not BP-Default.

@slaFFik don't let perfect become the enemy of better.

#3 @r-a-y
8 years ago

Thanks for the patch, @sbrajesh. Not as bad as I thought it was going to be :)

How does this affect the activity heartbeat though? Does heartbeat run correctly on multiple activity loops?

#4 @DJPaul
7 years ago

  • Milestone Under Consideration deleted
  • Resolution set to wontfix
  • Status changed from new to closed

This continues to be neat, but as Nouveau is legitimately close, let's not enhance Legacy any more. Thank you for your effort here @sbrajesh and sorry we didn't ship it earlier.

Note: See TracTickets for help on using tickets.