وعليكم السلام
افتح قالب : portal_last_news
وابحث في السطر 178 -179 عن :
CODE
{$lang['usercp_reputations']}:
({$LastNews_subjectList['rating']})
واستبدله بـ :
CODE
<?php
/** Get the section information **/
$SecArr = array();
$SecArr['where'] = array('id',$PowerBB->_CONF['template']['while']['LastNews_subjectList'][$this->x_loop]['section']);
$SectionInfo = $PowerBB->section->GetSectionInfo($SecArr);
$SectionInfo['title'] = $PowerBB->functions->words_count_replace_strip_tags_html2bb($SectionInfo['title'],30);
?>
<a href="index.php?page=forum&show=1&id={$LastNews_subjectList['section']}" title="<?php echo $SectionInfo['title'];?>">
<?php echo $SectionInfo['title'];?></a>
أنتهى ..