MyBB Community Forums

Full Version: How to change blockquote text/template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I understand it's in class_parser.php but I can't find the exact line.

What I want to do:

I currently have MentionMe installed for taging users in posts. I want to change the Multiquote so that when you quote someone, instead of this:

(2004-06-04, 09:38 AM)Username Wrote: [ -> ]Message


When clicking quote, you'll get this:
@Username
class_parser.php#L835
return "<blockquote><cite>{$span}{$username} {$lang->wrote}{$linkback}</cite>{$message}</blockquote>\n";
I tried changing that line but still came out as the regular quote format