وعليكم السلام
افتح ملف : modules/
forum.module.php
وابحث في اعلاه في السطر 24 عن :
CODE
/** Browse the forum **/
وضع اعلاه او اسفله هذا الكود :
CODE
if ($this->Section['linksection'])
{
// The number of section's Visitors
$this->Section['linkvisitor'] +=1;
$visitor = $this->Section['linkvisitor'];
$Sectionid = $PowerBB->_GET['id'];
$update_visitor_Section = $PowerBB->DB->sql_query("UPDATE " . $PowerBB->table['section'] . " SET linkvisitor= '$visitor' WHERE id='$Sectionid'");
// Update section's cache
$UpdateArr = array();
$UpdateArr['parent'] = $this->Section['parent'];
$update_cache = $PowerBB->section->UpdateSectionsCache($UpdateArr);
header("**: ".$this->Section['linksite']);
exit;
}
ثم احفظ الملف ..
بالتوفيق