PDA

View Full Version : "Reply" button below each post?


mntlcase
03-09-2002, 07:03 PM
Can anyone help me with the code to add a reply button below each post?

I know how to make the button show up, I know how to make it act like the "Quote" button.

What I want it to do is act like the reply button at the bottom of the page.

When a user hits it, simply open the reply page without quoting what the other person said.

Thanks!

(PS: I've tried copying and pasting the code from the "Post Reply" button but that doesn't seem to work. It won't import the "threadid" value)

Admin
03-09-2002, 07:15 PM
Use this link in the postbit template:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$post[threadid]">

mntlcase
03-09-2002, 07:18 PM
**MWAH**

A big 'ol sloppy one for Firefly. :)


Thanks! That worked perfectly!