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>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Pagination links appear at both the top and bottom of forum topics in the current trunk.