MyBB Community Forums

Full Version: A '4' appears in my usercp_nav after updating to 1.6.13, but cannot remove it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The title my seem a little funny to read, but it's quite an annoying problem. After I've updated to 1.6.13 from 1.6.12, this weird '4' appears above my UserCP Navigation. So I tried to remove it from the template, but it's not there?

[attachment=31467]

In case it's of any help, this is my usercp_nav template:
<td width="{$lang->ucp_nav_width}" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="thead"><strong>{$lang->ucp_nav_menu}</strong></td>
	</tr>
	<tr>
		<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td>
	</tr>
{$usercpmenu}
</table>
</td>

Has anybody an idea how I could remove this '4'?
Maybe that is not the correct template.

Is it only appears there?
Yep, it only appears there. It doesn't appear in the ModCP for example...
Found the solution at last. It was in the usercp_nav_misc template.