MyBB Community Forums

Full Version: Move usercp menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

Is there any way to move the menu of UserCP to this grey area of the left.

http://i.imgur.com/tQYQp.png

I try move {$usercpnav} into header template but no works.

My idea is move all vertical menu of mybb in the left grey area.
Thx!! Big Grin
copy the content of that usercp_nav to your left gray area AND adjust with required css ...
I found in template usercp_nav this:

<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>