The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I'm looking for a way to change the way the 'last page' of a topic is shown.
Currently, we've got the topic-paging, where we see x posts in a certain topic per page.
Let's take the following example.
We've got a topic with 61 posts, and topic paging has been set to 20 posts.
When looking at the last page of posts, we see only 1 post. If the post includes a 'quote' of the previous one, the topic still makes sense, but if it doesn't, you see just that 1 post.
Browsing back to the previous page is then required to see the context.
Now, the idea I'm having is this ; instead of showing just that 1 post if the 'lastpage' is called, we show the last 10 (=topicpaging/2) posts, and directly go to the last post of that page, by means of a bookmark. In that way browsing back to the previous page isn't required.
When the specific pagenumber is requested (in this case page 3) we still only the 1 post.
I've seen it being used on several forums running the React forum engine, for example Gathering of Tweakers and more and more I'm missing this in Snitz.
Is this feasible/doable ? Or even better ; does someone think he/she can make this ?
<
Now, the idea I'm having is this ; instead of showing just that 1 post if the 'lastpage' is called, we show the last 10 (=topicpaging/2) posts, and directly go to the last post of that page, by means of a bookmark. In that way browsing back to the previous page isn't required.
When the specific pagenumber is requested (in this case page 3) we still only the 1 post.
I've seen it being used on several forums running the React forum engine, for example Gathering of Tweakers and more and more I'm missing this in Snitz.
Is this feasible/doable ? Or even better ; does someone think he/she can make this ?
lblNoReplies