MyBB Community Forums

Full Version: UserCP template not working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently moved my changed code over to my forums main theme in the ( usercp template ) it has caused the theme to break slightly, I have no idea why..the same code works perfectly on the test theme and both the themes are identical to one other. The only difference is the other theme gets the updates first, also now when I try edit the usercp template the updated code doesn't show the changes on the theme. 


forum: http://forumauthority.com/

usercp code: 

<html>
<head>
<title>{$lang->user_cp}</title>
{$headerinclude}
</head>
<body>
{$header}

 
 <div class="group">
<div class="usercpx">

{$usercpnav}

</div>

<div class="brtagshow"></div>

 <div class="cpcontent"> 

<table width="100%" border="0" align="center">
<tr>
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->account_summary}</strong></td>
</tr>

<tr>
<td class="trow2" colspan="2">
{$avatar}

<span class="usercphome">
<span class="largetext">{$username}</span><br />
<strong>{$lang->postnum}</strong> <a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">{$mybb->user['posts']}</a> {$lang->posts_day}<br />
{$reputation}
<strong>{$lang->email}</strong> {$mybb->user['email']}<br />
<strong>{$lang->registration_date}</strong> {$regdate}<br />
<strong>{$lang->primary_usergroup}</strong> {$usergroup}<br />
{$referral_info}
</span>
</td>
</tr>


</table>
{$latest_subscribed}
{$latest_threads}
{$latest_warnings}
{$user_notepad}
</td>
</tr>
</table>


</div>
  </div>
 
 
 
{$footer}
</body>
</html>

Fixed, Cause was CSS.