JD-666 / wwsc

forum based website
Apache License 2.0
0 stars 0 forks source link

thread pagination #45

Closed JD-666 closed 7 years ago

JD-666 commented 7 years ago

When there are enough posts to trigger a pagination of a new page. The subsequent pages all seem to have the Thread title in the first Post of the Page. This is a bug. only the first post of the first page should have the Thread Title. All other pages should not.

Consider moving the thread tittle outside of the posts and instead statically at the top of the page.

JD-666 commented 7 years ago

Fixed by collecting the initial post for the thread in the view. Then passing the initial post to the template. In the template we display the thread name only for the initial post. Now on subsequent pages the thread name no longer appears inside the post at the top of each page.