2008-04-04, 12:47 AM
اخي pepo لم اجد الكود في قالب usercp
ارجو منك التعديل
بارك الله فيك اخي
ارجو منك التعديل
كود :
<html>
<head>
<title>{$lang->user_cp}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="{$colspan}"><strong>{$lang->brief_summary}</strong></td>
</tr>
<tr>
{$avatar}
<td class="trow1" width="50%"><strong>{$lang->username}</strong></td>
<td class="trow2" width="50%">{$username}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->primary_usergroup}</strong></td>
<td class="trow2" width="50%">{$usergroup}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->registration_date}</strong></td>
<td class="trow2" width="50%">{$regdate}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->postnum}</strong></td>
<td class="trow2" width="50%"><a href="search.php?action=finduser&uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a> {$lang->posts_day}</td>
</tr>
<tr>
<td class="trow1" width="50%"><strong>{$lang->email}</strong></td>
<td class="trow2" width="50%">{$mybb->user['email']}</td>
</tr>
{$reputation}
</table>
</td>
</tr>
</table>
{$footer}
</body>
</html>
بارك الله فيك اخي
...