Not Solved Move usercp menu
#1
Not Solved
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
Reply
#2
Not Solved
copy the content of that usercp_nav to your left gray area AND adjust with required css ...
Reply
#3
Not Solved
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>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)