PDA

View Full Version : reply to a posts


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?

Sebastian
11-22-2002, 02:10 PM
Also, Is it possible to add a "Quote" button/link to newreply template so if you do decide to quote you don't have to hit the back button to quote the post ...

it would require some kind of javascript to insert the quote into the new reply, no?

SWFans.net
11-22-2002, 02:22 PM
newreply.php?s=$session[sessionhash]&action=newreply&threadid=$post[threadid]

Works for me.

And a quote link (in postbit) would be like this:

newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]

Automated
11-22-2002, 02:34 PM
Surely you should read the whole thread before posting? I am just thinking about this form a purely functional angle ;)

Matthew