I was having a problem with the "PM me the Details" link, under the Tournament Tools, drop down. I was getting the error "Please complete both the subject and message fields." To fix, make the following easy change to "tournaments.php"
change on line 216:
Code:
eval('$message = "' . fetch_template('tmnt_template') . '";');
to read:
Code:
eval('$message = "' . fetch_template('tmnt_threadtemplate') . '";');
:up: