MyBB Community Forums

Full Version: Posting replies in private messages...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Right now, MyBB seems to be set up to automatically quote the previous PM when clicking the reply button. Is there a way to shut off the auto quoting?
Open ./private.php and find;
			$message = "[quote={$pm['quotename']}]\n$message\n[/quote]";

and replace it with;
			$message = "";

save file.
(2010-12-29, 07:42 AM)Yaldaram Wrote: [ -> ]Open ./private.php and find;
			$message = "[quote={$pm['quotename']}]\n$message\n[/quote]";

and replace it with;
			$message = "";

save file.

Thanks, man!
Please hit the solve button too Wink