Sebastian
11-22-2002, 02:06 PM
Hi,
I am trying to add a reply button to each post instead of scrolling through the entire thread to post a reply, I was able to add a reply button fine, I just used the same tag the reply with quote button which is:
newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]
But I do not want it to automatically quote, I would have to use $threadid instead of $post[postid] right? What variables can be used in postbit, to reply to a single post without quoting?
I am trying to add a reply button to each post instead of scrolling through the entire thread to post a reply, I was able to add a reply button fine, I just used the same tag the reply with quote button which is:
newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]
But I do not want it to automatically quote, I would have to use $threadid instead of $post[postid] right? What variables can be used in postbit, to reply to a single post without quoting?