Hmm...I guess you could try subtracting 1 from $lowerlimit if it's not 0, then I think you'd also need to increase the number of posts read when $perpage is used, to be $perpage + 1. I haven't tried it but I have a feeling if you were to just add one to $perpage, the page counters wouldn't work right.
Maybe another approach would be to only display $perpage posts, but calculate the first post based on the page (that's what's done now, but it just uses $limitlower = ($vbulletin->GPC['pagenumber'] - 1) * $perpage) But that way, I don't know if the page numbers make sense. It might be easier to just have the post from the previous page be in addition to $perpage.
|