Following a suggestion by Fiendish, the forum software has been amended to allow for you to link to a particular post. This is especially useful in a long thread.
Each thread now identifies each post with a reply number (except the first post, the Original Post).
You can use that reply number in a link:
It is necessary to put the reply number in twice. The first one (&reply=70) lets the forum software calculate the correct page (to save you doing it).
The second one (#reply70) is an "anchor" which tells your web browser to go to that exact part of the page. Anchors are not passed to the web server so we can't just calculate the page number from the anchor alone.
You can use the forum templates to generate that link for you, eg.
The first number is the post number (from the "?id=10147" part of the URL) and the second number is the reply number (70).
The above would generate:
[EDIT] Added a comma between the thread number and the reply number.
Reply numbers
Each thread now identifies each post with a reply number (except the first post, the Original Post).
Manual syntax
You can use that reply number in a link:
http://www.gammon.com.au/forum/?id=10147&reply=70#reply70
^^^^^^^^ ^^^^^^^
It is necessary to put the reply number in twice. The first one (&reply=70) lets the forum software calculate the correct page (to save you doing it).
The second one (#reply70) is an "anchor" which tells your web browser to go to that exact part of the page. Anchors are not passed to the web server so we can't just calculate the page number from the anchor alone.
Template syntax
You can use the forum templates to generate that link for you, eg.
[post=10147,70]
The first number is the post number (from the "?id=10147" part of the URL) and the second number is the reply number (70).
The above would generate:
Please see the forum thread: http://gammon.com.au/forum/?id=10147 (reply #70).
[EDIT] Added a comma between the thread number and the reply number.