Bug #562
closedSticky forum post issue
0%
Description
Hi, I just noticed that a sticky forum post in the LILAC group is sticking to the top of page 2 of the list of forum topics rather than page 1. This is completely un-urgent. Thanks!
Updated by Matt Gold almost 14 years ago
- Category name set to BuddyPress (misc)
- Status changed from New to Assigned
- Assignee set to Boone Gorges
- Target version set to 1.1.9
Updated by Boone Gorges almost 14 years ago
- Target version changed from 1.1.9 to 1.1.10
Updated by Boone Gorges almost 14 years ago
I tested and confirmed that it's a BuddyPress bug. I'm going to dig in to see whether it's an easy fix.
http://trac.buddypress.org/ticket/3059
Updated by Boone Gorges almost 14 years ago
- Status changed from Assigned to Resolved
A non-hackish solution for this will have to wait for a future version of BuddyPress, when the forums are overhauled. In the meantime I have put a stopgap solution into the next version of the Commons: https://github.com/castiron/cac/commit/ac4d120243e7476e3a06ef70a1792dcd9e33cf1c It's not perfect because it messes with pagination. For example, if you have a sticky topic that chronologically belongs on page 3, it will get pulled from page 3 and put on the top of page 1 - this much is expected behavior - but then page 3 will have just 19 posts on it, while page 1 will have 21, and the "Viewing 41-60 of 68 posts" will not correctly reflect reality. The only situation where anyone would ever notice is if they'd stickied many, many topics, so I think it's a fair trade-off.
I'll roll this change back when BuddyPress catches up with a more proper solution.
Thanks for reporting the problem, Maura.