Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove Quotes In PM's
02-28-2012, 10:53 AM
Post: #1
Remove Quotes In PM's
Note: this requires a core file edit.

Every time you reply to a private message, the message is automatically quoted. This edit will prevent that from happening.

Open root/private.php
Find:
Code:
$message = "[quote={$pm['quotename']}]\n$message\n[/quote]";

Replace With:
Code:
$message = "";

www find
quote
02-28-2012, 12:27 PM
Post: #2
RE: Remove Quotes In PM's
Why do you think someone would want this removed?
www find
quote
02-28-2012, 12:32 PM
Post: #3
RE: Remove Quotes In PM's
I personally dislike it when a pm has a ton of nested quotes inside it.
Just giving others that feel the same the option to remove it.

www find
quote
02-29-2012, 07:12 AM
Post: #4
RE: Remove Quotes In PM's
Alright cool, I neglect core edits (because of updating).

I cannot wait for 2.0's auto-updating.
www find
quote


Forum Jump:


User(s) browsing this thread: 1 Guest(s)


MyBB Addict | Contact Us | Return to Top | Return to Content | Mobile Version | RSS Syndication