MyBB Community Forums

Full Version: [SOLVED] disable auto quote for replies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would you disable auto quotes for replies. Currently every reply has a quote for the previous post, and is getting annoying to have to delete it every time.

I have google searched it, and cannot seem to find anything related.
Change the link in your postbit_quote template :

<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
(2012-10-03, 04:35 AM)Leefish Wrote: [ -> ]Change the link in your postbit_quote template :

<a href="newreply.php?tid={$tid}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

thank your for the prompt reply.
I am just starting out, not good with it yet. I am not sure where the postbit_quote template would be found and what to change that link to?
Ok, you need to look in the templates of your theme in ACP.

so that is templates > the template set you want to change. Click that.

Now you have a list of templates, find postbit_templates. Click at the right side to expand the list.

Scroll down and find postbit_quote

If you are not using css buttons then just clear the template contents of postbit_quote, then copy paste the code from my first post and paste it in. You might want to change the button to a reply button.
i do not see postbit_templates where you describe.
I see Default Template and the other 7 templates I have imported, but not postbit_template

Is there a terminal cmd to get me there instead of GUI?
You need to go a level lower - see the attached pics. Click on the name of the template set you want to change.
omg, palm on forehead, sorry.

so just change the code from what it is to what you posted?
original:
<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>
Yes, just change it, that will give you a reply without a quote in it.
ah, thank you very much