vBulletin forum, need to get current post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Conehead
    New Member
    • Oct 2010
    • 25
    • 4.1.x

    vBulletin forum, need to get current post

    4.1.7

    Doing a JavaScript where when text is copied in a forum post it adds a "Read more.." link.

    So when the text is pasted there will be a "Read more.." link linking to the original forum post.

    Can't get the right vBulletin PHP format apparently.

    This is my link:

    PHP Code:
    var pagelink "<br /><br />[url=http://www.xxxxx.com/{vb:link thread, {vb:raw thread}}#post{vb:raw post.postid}]Read more..[/url]<br />"

    The only problem is it won't link to the post copied from, it links to the last post on the page.

Related Topics

Collapse

Working...