MyBB Community Forums
Move usercp menu - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Move usercp menu (/thread-109134.html)



Move usercp menu - NuKeD - 2011-12-05

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



RE: Move usercp menu - ranjani - 2011-12-05

copy the content of that usercp_nav to your left gray area AND adjust with required css ...


RE: Move usercp menu - NuKeD - 2011-12-05

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>