MyBB Community Forums

Full Version: Remove Quote: Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: Quote.jpg]How to remove Quote: text like in the picture?
Thanks before.
Sorry for my bad grammar Big Grin
You can modify it in postbit_quote which is under Post Bit Templates of your custom template.

Post the code inside postbit_quote here please.
(2015-05-16, 04:22 PM)VinceL Wrote: [ -> ]You can modify it in postbit_quote which is under Post Bit Templates of your custom template.

Post the code inside postbit_quote here please.

This code inside postbit_quote.

<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote"><span>{$lang->postbit_button_quote}</span></a>
~/inc/languages/[your language]/global.lang.php
$l['quote'] = "Quote:";
you can change Quote: to any other word / phrase or remove it like below
$l['quote'] = "";

if you use external editor for editing php files then an advanced editor like notepad++ should be used