MyBB Community Forums
UserCP template not working? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: UserCP template not working? (/thread-189670.html)



UserCP template not working? - Billie Joe Armstrong - 2016-03-08

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.