Hey guys and gals , I have question.
What I wanna do is have just Reply button in the post not Reply with quote, in another words I want to simply insert basic Reply into a post template so it will not quote the post. Does anyone know how to do that ?

not that bud , what I mean is if you click reply in this post it will quote my message , what I want is to reply without quoting the message .
So basically you want it to automatically quote a message without you clicking anything?
Open your postbit_quote template, you'll see:
<a href="newreply.php?tid={$tid}&pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
replace with:
<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
(2009-01-22, 10:57 PM)TomL Wrote: [ -> ]So basically you want it to automatically quote a message without you clicking anything?
I think they just want the
![[Image: postbit_quote.gif]](https://camo.mybb.com/473dab97d875848c001dae611ec406798e5cee0c/687474703a2f2f636f6d6d756e6974792e6d7962626f6172642e6e65742f696d616765732f656e676c6973682f706f73746269745f71756f74652e676966)
button to do the same as what
![[Image: newreply.gif]](https://camo.mybb.com/f8b2ee1ff1912fc834ec86c578a9df50a2f4ffef/687474703a2f2f636f6d6d756e6974792e6d7962626f6172642e6e65742f696d616765732f656e676c6973682f6e65777265706c792e676966)
does, create an empty text area.
Hm. That's quite confusing, but as long as it works..:p
I wanna click on
![[Image: postbit_quote.gif]](https://camo.mybb.com/473dab97d875848c001dae611ec406798e5cee0c/687474703a2f2f636f6d6d756e6974792e6d7962626f6172642e6e65742f696d616765732f656e676c6973682f706f73746269745f71756f74652e676966)
in any post and simply reply without quoting the message .
it quotes by default.
Thanks you ( both of you )