Shop OBEX P1 Docs P2 Docs Learn Events
Display JUST ONE post to get it's URL — Parallax Forums

Display JUST ONE post to get it's URL

slashsplatslashsplat Posts: 63
edited 2007-10-09 00:04 in General Discussion
A lot of times, I need a URL for just one post in a thread. Is there a way to display JUST that one post? I can't find a way to do it.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
slashsplat
/* Ira Chandler */
BotConnect.com

Comments

  • skylightskylight Posts: 1,915
    edited 2007-10-08 22:30
    on another forum i frequent they have just added this feature each post has the poster name as a clicky and this directs you direct to the post in question rather than a page of posts if you look at the code when quoting it shows a unique number after the name which i believe is the direction to that particular posts id
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2007-10-09 00:04
    The capability to zero in on any particular post is already there, since every post has a unique identifier. For example, here are links to two different posts in the same thread:

    ····http://forums.parallax.com/showthread.php?p=634281
    ····http://forums.parallax.com/showthread.php?p=668133

    The "m=" points to the first post in the thread, and the label after the "#" points to a message within the thread. ('Not sure what the g is for.) The tricky part in creating a directed link is finding out what each message number is. In the upper righthand corner of each message are three little icons: a couple with "!" and a "thumbs down". Rolling your mouse over any one of them should bring up the link address, which will contain "m=", followed by a number. The number is the message number, which you can use after the "#m" to form your directed link.

    -Phil
Sign In or Register to comment.