Opened 16 years ago
Closed 15 years ago
#1254 closed defect (bug) (worksforme)
Paging not updated
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.0.3 | Priority: | normal |
Severity: | major | Version: | 1.0.2 |
Component: | Front-end | Keywords: | needs-patch |
Cc: | scribu, gautam.2011@… |
Description
Sometimes, the paging is not updated, after a user posts. This seems to happen only on topics that have one or more deleted messages.
For example, if a topic is supposed to display 20 posts per page, and a user creates the 21st post, the topic will not show "Page 1, 2".
If I go to ?view=all, there's no problem.
To trigger the paging update, it's usually enough to create a new post and then delete it.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Maybe call
bb_update_post_positions( $topic_id );
insertbb_new_post()
function?