Python Forum
Linking to a specific post - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: Linking to a specific post (/thread-206.html)



Linking to a specific post - micseydel - Sep-30-2016

Is there any obvious way to link to a specific post? I've seen it happen, but did not note what the format of the URL was or anything to try and investigate. Now, I would like to do so but cannot. Maybe I'm just missing something obvious?


RE: Linking to a specific post - metulburr - Sep-30-2016

The name of the thread links to the post

http://python-forum.io/Thread-Linking-to-a-specific-post


RE: Linking to a specific post - metulburr - Sep-30-2016

oh whoops, you mean the post, not thread...
Top right side of hte post there is a number

#1, #2, etc.
If you click it you get the post id url
http://python-forum.io/Thread-Linking-to-a-specific-post?pid=902#pid902


RE: Linking to a specific post - micseydel - Sep-30-2016

Ah, perfect, thanks!