hi dear,
first you have to update your profile,
الرجاء تحديث ملفك الشخصي اصدار المنتدى والموقع الشخصي Please update, high important
_________________________
admin c. panel - styles & templates - manages templates - edit templates - "edit" (the template forum_subject_table)
1- remove this lines
CODE
<?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['writer']);?>
CODE
<?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['writer']);?>
CODE
{if {$subject_list['writer']} == 'Guest'}
{$lang['Guest_']}
{else}
<?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['writer']);?>
{/if}
2- Delete this lines from the end of the template
CODE
<table class="border" align="center" border="0" cellspacing="1" width="98%">
<tr>
<td class="row2" align="left" width="70%">
<div align="center">
<table border="0" width="98%" cellpadding="0" style="border-collapse: collapse">
<tr>
<td>
<img title="{$lang['newPosts']}"
src="{$image_path}/dot_newfolder.gif"
alt="{$lang['newPosts']}" border="0" /></td>
<td class="smallfont">{$lang['newPosts']}</td>
<td>
<img title="{$lang['no_newPosts']}"
src="{$image_path}/dot_nonewfolder.gif"
alt="{$lang['no_newPosts']}" border="0" /></td>
<td class="smallfont">{$lang['no_newPosts']}</td>
<td class="smallfont" width="65%"> </td>
</tr>
<tr>
<td>
<img title="{$lang['s_delete']}"
src="{$image_path}/dot_trash.gif"
alt="{$lang['s_delete']}" border="0" /></td>
<td class="smallfont">{$lang['s_delete']}</td>
<td>
<img title="{$lang['dot_hotfolder']}"
src="{$image_path}/dot_hotfolder.gif"
alt="{$lang['dot_hotfolder']}" border="0" /></td>
<td class="smallfont">{$lang['Hot_subject']} </td>
<td class="smallfont"> </td>
</tr>
<tr>
<td>
<img title="{$lang['dot_poll']}"
src="{$image_path}/dot_poll.gif"
alt="{$lang['dot_poll']}" border="0" /></td>
<td class="smallfont">{$lang['dot_poll']}</td>
<td>
<img title="{$lang['dot_newposts']}"
src="{$image_path}/dot_newposts.gif"
alt="{$lang['dot_newposts']}" border="0" /></td>
<td class="smallfont">{$lang['dot_newposts']}</td>
<td class="smallfont"> </td>
</tr>
<tr>
<td>
<img title="{$lang['su_close']}"
src="{$image_path}/dot_lockfolder.gif"
alt="{$lang['su_close']}" border="0" /></td>
<td class="smallfont">{$lang['su_close']}</td>
<td>
<img title="{$lang['your_subject_personal']}"
alt="" src="{$image_path}/dot_folder.gif" border="0" /></td>
<td class="smallfont">{$lang['your_subject_personal']}</td>
<td class="smallfont" align="right">
{if {$_CONF['info_row']['active_rss']} == '1'}
{$lang['rss_section']} :<a href="index.php?page=rss&section=1&id={$SECTION_ID}">
<img border="0" alt="" src="{$image_path}/rss.gif"
title="{$lang['rss_section']}" /></a>{/if}</td>
</tr>
</table>
</div>
</td>
</tr>
</table>