MyBB Community Forums

Full Version: Warnings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm wondering what you have to change, to send warnings via the MyBB Engine instead of a pm of the moderator who warned the user.
I already searched for a solution, but couldn't find any.

Any help is appreciated.
In warnings.php find:
"fromid" => $mybb->user['uid'],
replace with:
"fromid" => 0,