انا بحاجة للمساعدة في شيء بسيط ..
CODE
$total10 = 0;
if ($cron_10=mysqli_query(server_forum(), "SELECT * FROM wbb1_thread WHERE boardID = '2' ORDER by threadID DESC LIMIT 28;"))
while ($cron_r10=mysqli_fetch_object($cron_10)){
$total10++;
$cron_p10 .= ' '.$total10.' => [ "title" => "'.edit_title($cron_r10->topic).'",
"text" => "'.cc(select_text($cron_r10->threadID)).'",
"url" => "//board.mt2fusion.com/index.php?thread/'.$cron_r10->threadID.'/",
"time" => "'.date("d/m/Y (H:i)",$cron_r10->time).'",], ';
}
هذا كود يظهر مواضيع من قسم معين في صفحة الموقع
ولكن الكود مظبوط على نسخ معينة من المنتديات وليس كل النسخ
انا بحاجة الي ظبط الكود على نسخة pbboard
وشكرآ