MyBB Community Forums

Full Version: usercp_avatar HTML syntax error.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The usercp_avatar seems to be wrong:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
	{$usercpnav}
	<td valign="top">
		{$avatar_error}
		<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
			<tr>
				<td class="thead" colspan="2"><strong>{$lang->change_avatar}</strong></td>
			</tr>
			<tr>
				<td class="trow1" colspan="2">
					<table cellspacing="0" cellpadding="0" width="100%">
						<tr>
							<td>{$lang->avatar_note}{$avatarmsg}</td>
							{$currentavatar}
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td class="tcat" colspan="2"><strong>{$lang->custom_avatar}</strong></td>
			</tr>
			<form enctype="multipart/form-data" action="usercp.php" method="post">
			<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
			{$avatarupload}
			<tr>
				<td class="trow2" width="40%">
					<strong>{$lang->avatar_url}</strong>
					<br /><span class="smalltext">{$lang->avatar_url_note}</span>
				</td>
				<td class="trow2" width="60%">
					<input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" />
					<br /><span class="smalltext">{$lang->avatar_url_gravatar}</span>
				</td>
			</tr>
		</table>

		<br />
		<div align="center">
			<input type="hidden" name="action" value="do_avatar" />
			<input type="submit" class="button" name="submit" value="{$lang->change_avatar}" />
			{$removeavatar}
		</div>
	</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>

The form tags are not correctly placed.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2076

Thanks for contributing to MyBB!

Regards,
The MyBB Group