Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Plugin You

Replace [you] as username

Version: 1.2
Author: htclub
Submitted: 31st December 2011
Last Updated: 31st December 2011
Replace [you] as username in post
if you want you in thread title
Open inc/class_parser.php
add
global $plugins;
$message = $plugins->run_hooks("text_parse_you", $message);
after
function parse_badwords($message, $options=array())
{