Page 1 of 1

Post Numbering.

Posted: 19 May 2018, 05:20
by J.A.W.
Forgive me Steven, if this has been explained in another thread already ( a search indicated - it has not),
but how difficult would it be to add a post # number - to ID reference each post - in a thread?

This would enable a much more cogent method of referring to a particular post..

'See post # 42, this thread' - is way more easy/accurate than - 'See post, 4th from the bottom, on page 47, this thread'.

Any reason this has not, or cannot, be done?

Re: Post Numbering.

Posted: 19 May 2018, 11:07
by Phil
Why not reference it like this: ?

viewtopic.php?p=766266#p766266

Your post has the (universal) id 766266.

Re: Post Numbering.

Posted: 19 May 2018, 13:08
by wesley123
It already can be done; Before the date time of the post there is a tiny file icon, this contains the link to the post.

Re: Post Numbering.

Posted: 19 May 2018, 21:32
by Steven
wesley123 wrote:
19 May 2018, 13:08
It already can be done; Before the date time of the post there is a tiny file icon, this contains the link to the post.
Indeed. Right click it, "copy link", and you have it to share where ever you want.

Re: Post Numbering.

Posted: 20 May 2018, 03:54
by J.A.W.
Ta for the replies, & I see how that would work, but its not quite.. what I was aiming for..

Rather, I was asking if.. a consecutive # number - could be auto-allocated, to each post - within a topic,
so it could be seen - 'in clear'..

Re: Post Numbering.

Posted: 20 May 2018, 12:41
by Phil
The problem is (i presume) that the iteration could change, if for example posts are moved away from this topic, or deleted. Either the iteration would change or it wouldnt (but then it would have to be stored as an added attribut in the db).

Re: Post Numbering.

Posted: 21 May 2018, 11:32
by wesley123
J.A.W. wrote:
20 May 2018, 03:54
Ta for the replies, & I see how that would work, but its not quite.. what I was aiming for..

Rather, I was asking if.. a consecutive # number - could be auto-allocated, to each post - within a topic,
so it could be seen - 'in clear'..
That sounds like an overcomplicated solution to a problem that is already solved. Posts are already referred to with a number, they even include the # symbol!

viewtopic.php?p=766379#p766379

Re: Post Numbering.

Posted: 21 May 2018, 12:05
by J.A.W.
How is having an upfront/analog # number listed on each post.. that can be seen at a glance.. by any means.."overcomplicated"?

(& of course, there'd be nothing to stop any member - from doing the extra digital rigmarole too, for that matter).

Re: Post Numbering.

Posted: 21 May 2018, 13:21
by Steven
I'm not sure what would be the use of displaying a 6-digit number. It's not like you'll remember it "at a glance". At least I wouldn't. These large numbers are due to it being global id's.

The option of having numbers within each topic would be difficult, because when a mod then moves or deleted a post, the numbers of subsequent posts may change. In-topic numbers would require some work, which I don't think is worth the effort.

Re: Post Numbering.

Posted: 22 May 2018, 02:17
by J.A.W.
Hi Steven, & ta for your consideration.

I am proposing the simple addition of a visible consecutive # number to each post,
thus usefully indicating the numerical location of a post, in its thread,
(along with a culmulative post # total , per thread).

Should any post be deleted, then its post # would be automatically be re-applied - to the next post in line.

This method is a common forum feature elsewhere, & I've always been a bit curious as to why - it is not applied here.

(If the particular format 'F1 Technical' uses - makes that too difficult to apply, then ok, I take your position - as reasonable).