MyBB Community Forums

Full Version: Reply with quote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
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 ?
[Image: newreply.gif]

Smile
Smile 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}&amp;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] button to do the same as what [Image: newreply.gif] 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] in any post and simply reply without quoting the message .

it quotes by default.
(2009-01-22, 11:01 PM)Zayebis Wrote: [ -> ]I wanna click on [Image: postbit_quote.gif] and siply reply without quoting the message .

it quotes by default.

See my above post....
Thanks you ( both of you )
Pages: 1 2 3 4