MyBB Community Forums

Full Version: Quote Inside Quote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do i stop the quote inside quote???

Cohen
See http://community.mybboard.net/thread-273...#pid184846

Make the changes as needed in newreply.php, but in xmlhttp.php, instead find

$message .= "[quote='{$quoted_post['username']}' pid='{$quoted_post['pid']}' dateline='{$quoted_post['dateline']}']\n{$quoted_post['message']}\n[/quote]\n\n";

Untested.
IT WORKED!

Worked a Treat!!! THANKS!
It's not working now... i upgraded to 1.4.5

Cohen
There is a plugin.

http://mods.mybboard.net/view/imei-no-qu...otes-2.0.1

It works fairly well. I have it on HF on 1.4.5 just fine.
Thankyou Smile
You would have had to have made the changes again seeing as you overwrote the file with the 1.4.5 version... but a plugin is the ebtter way of doing it.
(2009-04-22, 09:26 AM)MattRogowski Wrote: [ -> ]You would have had to have made the changes again seeing as you overwrote the file with the 1.4.5 version... but a plugin is the ebtter way of doing it.

Yeah, well, i went to edit the template, and it wasn't there, that is why i posted here, but i like the plugin Smile

Cohen
Core file changes always suck. Stick with plugins whenever possible imho.
(2009-04-23, 03:35 AM)labrocca Wrote: [ -> ]Core file changes always suck. Stick with plugins whenever possible imho.

I prefer plugins, cause they are easy to use and configure Toungue
Pages: 1 2