Closed (won't fix)
Project:
Drupal core
Version:
4.6.0
Component:
forum.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2005 at 00:55 UTC
Updated:
20 Jun 2005 at 14:13 UTC
When a post in the forum has more than one page of comments for the current user's comments_per_page setting, this puts "Page: 1, 2, 3" links after it's title in the forums.
| Comment | File | Size | Author |
|---|---|---|---|
| multi_page_topic_links.patch | 1.35 KB | pyromanfo |
Comments
Comment #1
Bèr Kessels commented-1 for this feature. It should at least use the standard theme pager and pager query APIs.
Comment #2
dries commentedNot going to commit as is. Needs to use pager.inc as suggested by Ber.
Comment #3
pyromanfo commentedOkay, I'll move it to pager.inc. That makes sense.