السلام عليكم
احتاج هذا الهاك ضروري
هاك الأقسام الفرعية في الصفحة الرئيسية
ولكم جزيل الشكر
السلام عليكم
احتاج هذا الهاك ضروري
هاك الأقسام الفرعية في الصفحة الرئيسية
ولكم جزيل الشكر
__________________
سبحان الله وبحمده .. سبحان الله العظيم
I Love PHP
I Love Swalif
شكرا لكل من ساعدني:)
افتح ملف : vb/includes/functions_forumlist.php
1. ابحث عن التالي:
foreach($iforumcache["$parentid"] AS $forums)
ضع اعلى منه الكود التالي:
$output .= "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\" ><tr valign=\"top\"> ";
$cols = 0;
2. إبحث عن التالي:
eval('$subforum = "' . fetch_template("forumhome_subforumbit_$canpost") . '";');
if (!empty($output))
{
$subforum = $splitter["$canpost"] . $subforum;
}
if ($depth < $vboptions['subforumdepth'])
{
$output .= construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1);
}
}
}
}
return $output;
}
استبدله بالتالي:
eval('$subforum = "' . fetch_template("forumhome_subforumbit_$canpost") . '";');
//sub-forum hack
if ($depth < $vboptions['subforumdepth'])
{
$cols++;
if ($cols==3)
{
$cols = 1;
$output .= "</tr><tr>";
}
$output .= "<td width=50%>" . construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1) . "</td>";
}
}
}
}
$output.="</tr></table>";
return $output;
// end sub-forum hack
}
قم بتحرير تمبلت: forumhome_subforumbit_post
ابحث عن التالي:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
استبدلها بالتالي:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><span class="smallfont">$forum[title]</span></a>
وشكراً
حمد الشمري
ولاتنسى بأني تدخل على خيارات المنتدى وتعدل على سب فورم وتضع العدد الأفتراضي 20 مثلاً
خيارات المنتدى > خيارات ترتيب المنتديات > Depth of Sub-Forums > خلها 20
الله يجزاك الجنه ياشيخ
__________________
سبحان الله وبحمده .. سبحان الله العظيم
I Love PHP
I Love Swalif
شكرا لكل من ساعدني:)