2008-01-09, 05:51 AM
تفضل يا طيب ضع الكود التالى بقالب postbit_author_user
كود :
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>{$post['usertitle']}</td>
</tr>
<tr>
<td>{$post['userstars']}</td>
</tr>
<tr>
<td>{$post['useravatar']}</td>
</tr>
<tr>
<td>{$lang->postbit_posts} {$post['postnum']}</td>
</tr>
<tr>
<td>{$lang->postbit_group} {$usergroup['title']}</td>
</tr>
<tr>
<td>{$lang->postbit_joined} {$post['userregdate']}</td>
</tr>
<tr>
<td>{$lang->postbit_status} {$post['onlinestatus']}{$post['replink']}</td>
</tr>
</table>