justintadlock / message-board

A simple forum plugin for us simple folks.
http://themehybrid.com/board
62 stars 5 forks source link

Pagination problem #5

Closed samikeijonen closed 9 years ago

samikeijonen commented 9 years ago

In pagination I get URL like this: board/topicspage/2, not board/topics/page/2 when using Post Name permalink setting. Here is relevant line.

https://github.com/justintadlock/message-board/blob/c35a17032e8cdbc3cb7fca974122cd00e53ed9ac/inc/common/template.php#L461

justintadlock commented 9 years ago

That one's hard to notice because I had my permalinks set up with a trailing slash. It should be fixed in the above commit.

samikeijonen commented 9 years ago

That works.