Bug #9433
Pagebrowser doesn't work in some views
| Status: | Resolved | Start date: | 2010-08-24 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Hauke Hain | % Done: | 100% |
|
| Category: | Forum | |||
| Target version: | 1.9.3 | |||
| Votes: | 0 |
Description
In "Unanswerded posts" e.g., there is no difference if you are on page 1 or on page 2.
Example: http://www.typo3.net/forum/list/list_unans/.
Page 1 and 2 have the same content...
Same thing with "new posts since last visit" - you will find an example on typo3.net again ("Beiträge seit letztem Besuch") after logged in.
Same thing with "unread posts"
Associated revisions
[#BUGFIX] Fixed SQL limit for pagebrowser extension in list of unread and unanswered posts - fixes #9433
[#BUGFIX] Fixed SQL limit for pagebrowser extension in list of unread and unanswered posts - fixes #9433
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@47100 735d13b6-9817-0410-8766-e36946ffe9aa
History
Updated by Steffen Gebert over 2 years ago
Does sounds pretty much like dup of #9305, doesn't it?
Updated by Christian Clemens over 2 years ago
Hm, I don't think so. I "my" case pagebrowser seems to work generally. There are only problems with the first two pages... Could you try my examples to confirm this?
Updated by Martin Helmich over 2 years ago
- Status changed from New to Under Review
Updated by Ines Willenbrock about 2 years ago
I see the same behavior on typo3.net, but not on my own testinstall.
There is no pagebrowser displayed for latest posts, even if I have more than 5 (configured in the plugin) postings.
Is my problem related to the one mentioned in this bug? I don't have much experience with realurl and mm_forum.
realurl 1.10.2
mm_forum 1.9.2
typo3 4.4.7
pagebrowse 1.3.0
regards - Ines
Updated by Hauke Hain about 2 years ago
- Category set to Forum
- Status changed from Under Review to Resolved
- Assignee set to Hauke Hain
- Target version set to 1.9.3
- % Done changed from 0 to 100
@ Ines: The default limit for shown posts per page is 30. So you must have at least 31 unread posts / topics.
I fixed the bug in r47100.