[23-AUG-2012] New e-mail notification system implemented on BLF [Updated: 01-OCT-2012]

The page number tag used to work and then it got broken. SB tried to fix it but was unsuccessful.

Unfortunately, no. My apologies.

Is the source code for forum engine available anywhere? I could take a look if it is available.

Edit: If not fixing it correctly then maybe changing it to always point to last page?

I really appreciate you offering to take a look. But basically a lot of people have tried, and failed to come up with a good solution.
https://drupal.org/node/26966
The good news is that it is supposedly fixed in Drupal 7. I just need to find a LOT of time to upgrade BLF to Drupal 7 and test and fix the inevitable issues that arise with the new platform.

Thanks again for the offer to help!

Its to bad it never got fixed. Cumulatively, it would probably save a good amount of bandwidth in sending users straight to the first thread update.

True. But at this point an upgrade to the next major version of Drupal is inevitable, so fixing it in our current version would probably be wasted effort, if indeed it was possible to fix it.

At least you tried. Good luck with your upgrade… and just about when you got everything working properly in the current version.

Then we need just temporary hack until upgrade to drupal 7 happens.

Please hardcode (if possible in the code) high page number (for example 99999999999) like:

Drupal will always put you in last page available (and I don’t think there is more pages than such number) thus making
“better” behaviour in most cases.

Click your link and take a look at what it does to your post number.

-Garry

Yeah, it is just a hack not a elegant solution. Personally I would prefer to end up on last page with bad post number than on first (bad) thread page with correct number.

I would assume one other problem with landing on the last page as a default is that the new post may be an updated post, not so much new. It could therefore be on the first, or a middle, or the end page. When you edit a post it appears as a new post too. Having the right post number, you can find the relevant post easy enough, getting a borked post number would be less useful.