CodechủđềmớiJohnCMS5.x
Cập nhật chủ đề mới JohnCMS
Mở pages/mainmenu.php lên
Dán code sau vào chỗ muốn hiện thị. Lưu ý code chưa mod rewrite url.
<?php echo '<div class="mainblok"><div class="phdr"><b>Chủ Đề Mới </b></div>';
$req = mysql_query("SELECT * FROM `forum` WHERE `type` = 't' and kedit='0' AND `close`!='1' ORDER BY `time` DESC LIMIT 10");
while ($arr = mysql_fetch_array($req)) {
$q3 = mysql_query("select `id`, `refid`, `text` from `forum` where type='r' and id='" .$arr['refid'"> . "'");
$razd = mysql_fetch_array($q3);
$q4 = mysql_query("select `id`, `refid`, `text` from `forum` where type='f' and id='" .$razd['refid'"> . "'");
$frm = mysql_fetch_array($q4);
$nikuser = mysql_query("SELECT `from`,`id`, `time` FROM `forum` WHERE `type` = 'm' AND `close` != '1' AND `refid` = '" . $arr['id'"> . "'ORDER BY time DESC");