MyBB Community Forums

Full Version: memberlist.php - No Results
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's more a suggestion but in the memberlist.php the "no result"-bit is not a template, it's hardcoded in the file.

	// Do we have no results?
	if(!$users)
	{
		$users = "<tr>\n<td colspan=\"6\" align=\"center\" class=\"trow1\">$lang->error_no_members</td>\n</tr>";
	}