Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 16 years ago

#1463 closed enhancement (fixed)

Forum messages pagination

Reported by: chouf1 Owned by:
Priority: minor Milestone: 1.5
Component: Core Version:
Severity: Keywords:
Cc:

Description

It would be nice to have also pagination at the bottom of the 15 messages list created by default for each message page.
<div id="post-count" class="pag-count">
bla bla from 1 to 15 (of 18)
<span class="ajax-loader"></span></div>
<div class="pagination-links" id="topic-pag">
<span class="page-numbers current">1</span>
<a class="page-numbers" href="...">2</a>
<a class="next page-numbers" href="....">»</a> </div>
</div>

Change History (2)

#1 @DJPaul
16 years ago

  • Milestone 1.21.3

#2 @boonebgorges
16 years ago

  • ComponentCore
  • Resolutionfixed
  • Status newclosed

Pagination links appear at both the top and bottom of forum topics in the current trunk.

Note: See TracTickets for help on using tickets.