وعليكم السلام ورحمة الله وبركاته ،،
حرر الملف: includes/
functions.class.php
وابحث عن :
CODE
$page_address['topic'] = $PowerBB->Powerparse->censor_words($SubjectInfo['prefix_subject'].' '.$SubjectInfo['title']);
واستبدله بـ :
CODE
$SectionArr = array();
$SectionArr['where'] = array('id',$SubjectInfo['section']);
$SectionInfo = $PowerBB->core->GetInfo($SectionArr,'section');
$page_address['topic'] = $PowerBB->Powerparse->censor_words($SubjectInfo['prefix_subject'].' '.$SubjectInfo['title'].' | '.$SectionInfo['title']);
بالتوفيق ..
ينقل لقسم طلبات وحلول الملحقات البرمجية