Link trên google hầu như đã die hết nên share lại cho ae
/*mod tag, tu khoa cho john*/ hướng dẫn: vào forum tạo 1 file có tên tags.php và up code sau vào
rồi vào forum/index.php dán code include('tags.php'); vào chỗ mà bạn muốn hiển thị tags. Hết
modtags
/*mod tag, tu khoa cho john*/ hướng dẫn: vào forum tạo 1 file có tên tags.php và up code sau vào
PHP:
/*mod tag by teamsmile.info*/ echo'<div class="list1">Tags:<a href="'.$home.'/forum/search.php?search=' . urlencode($type1['text']) .'"><font color="blue">'.$type1['text'].'</font></a>'; $req = mysql_query("SELECT * FROM `forum` WHERE `type`='t' AND `refid`='$type1[refid]' AND `id`!='$id' ORDER BY `vip` DESC, `time` DESC LIMIT 5"); $total = mysql_num_rows($req); if($total!=0) { while ($res = mysql_fetch_assoc($req)) { echo is_integer($i / 2) ? ' , ' : ' , '; echo'<a href="'.$home.'/forum/search.php?search=' . urlencode($res['text']). '">'.$res['text'].'</a>'; echo'</span>'; } } echo'</div>';
modtags