حرر القالب main_bar واضف الكود التالي:
CODE
<?php
$Expages = Array('store', 'media', 'topic', 'forum');
if(!in_array($PowerBB->_GET['page'], $Expages)){
$PowerBB->_CONF['template']['title'] = str_replace($PowerBB->_CONF['info_row']['title'], '', $PowerBB->_CONF['template']['title']);
$PowerBB->_CONF['template']['title'] = str_replace('-', '', $PowerBB->_CONF['template']['title']);
$PowerBB->_CONF['template']['title'] = trim($PowerBB->_CONF['template']['title']);
if(!$PowerBB->_CONF['template']['title']){$PowerBB->_CONF['template']['title'] = $PowerBB->_CONF['info_row']['title'];
}
?>
[h1]{$title}[/h1]
[h3]{$description}[/h3]
<?php } ?>
بعد
CODE
{template}info_bar{/template}
هذا الكود موجود في ستايلات حبرنت والواحة للألعاب فلا حاجة لإضافته لها.