View Issue Details

IDProjectCategoryView StatusLast Update
0003167HTML & PERLBug Report - Interfacepublic2018-04-05 03:41
ReporterParanoja Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0003167: Guestbook: post numbers are same for all pages and are always last ${pagesize} post numbers
DescriptionIn guestbook post numbers are shown without taking page numbers into account.

For example, user no.167 has 27 posts in the guestbook. Guestbook shows 5 posts per page no.1:
%%
post 0000027 by Hinoe on 14.07.2010 01:35
post 0000026 by fafnir on 19.12.2009 16:30
post 0000025 by whiic on 19.12.2009 06:52
post 0000024 by megajapan on 28.07.2009 02:47
post 0000023 by manga on 03.03.2009 15:51
%%
and 5 posts per page no.2:
%%
post 0000027 by greeksot on 22.03.2017 20:16
post 0000026 by greeksot on 20.09.2016 08:56
post 0000025 by Deth93 on 19.09.2016 20:42
post 0000024 by midnighter on 22.08.2016 12:24
post 0000023 by pipenz on 19.07.2010 11:36
%%

Page numbers on page no.2 should be:
%%
post 0000022 by greeksot on 22.03.2017 20:16
post 0000021 by greeksot on 20.09.2016 08:56
post 0000020 by Deth93 on 19.09.2016 20:42
post 0000019 by midnighter on 22.08.2016 12:24
post 0000018 by pipenz on 19.07.2010 11:36
%%

Changing the number of posts per page by specifying, i.e limit=10, will result in page numbers will be same for all pages and page will have 10 posts:
?show=userpage&uid=167&limit=10&do=guestbook&page=0
?show=userpage&uid=167&limit=10&do=guestbook&page=1
TagsNo tags attached.

Activities

Hinoe

2018-04-05 03:41

reporter   ~0004211

I'd like to add to this that on no occasion should more recent posts have lower post numbers. The oldest post of all should be no. 1 and the newest of all should be no. $postcount, with anything in between being numbered according to the same logic.

Issue History

Date Modified Username Field Change
2018-04-01 11:32 Paranoja New Issue
2018-04-05 03:41 Hinoe Note Added: 0004211