MyBB Community Forums

Full Version: Remove Panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: ilA9m.PNG]

I want to remove thos market 3 Panel , how can i remove ? Huh
Show us "usercp_nav" template. Smile
(2011-05-23, 05:48 AM)Tomasz Knapik Wrote: [ -> ]Show us "usercp_nav" template. Smile

<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>
Any help ? Sad
It's not in that template, it'll be in one the other usercp_nav_ templates, probably usercp_nav_misc
Solved. Smile