MyBB Community Forums

Full Version: Preventing blockquotes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys,

Can you tell me how to prevent the previous message appearing in a reply to a message? I am using the latest version of MyBB but can find the option.

SOLUTION: Changed code in NewReply.php found in root directory.

From (~ inserted to prevent code running, you wont see this in file)...
$message .= "[~quote={$quoted_post['username']}]\n{$quoted_post['message']}\n[/quote]\n\n";

To...
$message .= "";


Cheers Simon
It's not there. Do you want to disable ANY quoting? Or just quotes within a quote?
labrocca Wrote:It's not there. Do you want to disable ANY quoting? Or just quotes within a quote?

Look up. The |quote| your comment |/quote| makes your message appear above my reply. Apart from cutting it out is there a way of preventing the text from being inserted in the first place? All I can see is extremely long threads consisting of redundant data.
Do you mean like in this post thread...

http://community.mybboard.net/showthread.php?tid=24964
Try this thread instead of the above: http://community.mybboard.net/showthread.php?tid=27375