أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

طلب تعديل الاقسام الفرعية


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif طلب جعل الاقسام الفرعية في قائمة منسدلة للنسخة 3.0.0
  26-10-2012 06:22 مساءً  
Soliman
معلومات الكاتب
للتعديل على الجيل الثالث

حرر ملف : includes/functions.class.php

ابحث عن: في السطر96

CODE
$forum['sub'] .= "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr valign=\"top\"> ";



واستبدله بـ :

CODE
$forum['sub'] .='<form name="mange_styles" id="mange_styles_frm" action=""><select name="mysubs" class="dropdown" ondblclick="window.location.href=this.options[this.selectedIndex].value">';




ابحث عن: ابتداء من السطر 128 إلى السطر 147

CODE
if ($groups[$PowerBB->_CONF['group_info']['id']]['view_section'])
{
$forum_title_color = "'".$sub['forum_title_color']."'";
$sub['title'] = "<font color=".$forum_title_color.">".$sub['title']."</font>";
if ($sub['id'])
{
$forum['is_sub'] = 1;
}
if($t== $PowerBB->_CONF['info_row']['sub_columns_number']){
$t=0;
$forum['sub'] .="</tr><tr>";
}
$forum_url = "index.php?page=forum&amp;show=1&amp;id=";
$forum['sub'] .= "<td>";
$forum['sub'] .= '<a href="'.$PowerBB->functions->rewriterule($forum_url).$sub['id'].'"><img border="0" alt="" src="' . $PowerBB->_CONF['template']['image_path'] . '/address_bar_start.gif" />'.$sub['title'].'</a>';
$forum['sub'] .= "&nbsp;</td>";
$t=$t+1;

}






واستبدله بـ :



CODE

if ($groups[$PowerBB->_CONF['group_info']['id']]['view_section'])
{
$sub['title'] = "<font color=".$forum_title_color.">".$sub['title']."</font>";
if ($sub['id'])
{
$forum['is_sub'] = 1;
}
$forum_url = "index.php?page=forum&amp;show=1&amp;id=";
$forum['sub'] .='<option value="'.$PowerBB->functions->rewriterule($forum_url).$sub['id'].'">' . $sub['title'] . '</option>';
}






ابحث عن:

CODE
$forum['sub'] .="</tr></table>";




واستبدله بـ :

CODE
$forum['sub'] .="</select><input type=\"button\" class=\"submit\" value=".$PowerBB->_CONF['template']['_CONF']['lang']['Go']." onclick=\"ob=this.form.mysubs;window.open(ob.options[ob.selectedIndex].value,'_self')\" ></form>";


الساعة الآن 03:12 AM