Forum Discussion

bryanpollack's avatar
11 years ago

Get page number from board_id

I'm creating my own paged thread view. Is it possible to find out which page a specific board_id occurs on? I can't find a way to correlate the two. If I can just find out the index of the specified ...
  • bryanpollack's avatar
    11 years ago
    Since there doesn't seem to be a way to get the page number, I'm just going through each page until I find the one that contains the correct data.