Friday, June 17, 2016

Share Mod Bài Trước Bài Sau Cho Johncms

Share Mod Bài Trước Bài Sau Cho Johncms 


Thấy Có bạn lập top hỏi mà chưa có..nên lập topic..đi link tý 
các bạn dán code sau ở nơi muốn hiện tại forum/index.php nha 

//bai truoc bai sau johncms by cafesua.net
///goi data
$baitruoc mysql_fetch_assoc(mysql_query("SELECT * FROM `forum` WHERE `type` = 't' AND `refid` = '$type1[refid]' AND `id` != '$id' AND `id` < '$type1[id]' ORDER BY `id` DESC LIMIT 1 "));$baisau mysql_fetch_assoc(mysql_query("SELECT * FROM `forum` WHERE `type` = 't' AND `refid` = '$type1[refid]' AND `id` != '$id' AND `id` > '$type1[id]' ORDER BY `id` DESC LIMIT 1 "));///hien thiecho'<div class="phdr">';
echo 
'<a  href="'.$home.'/forum/'.functions::haimobile($baitruoc["text"]).'-' $baitruoc['id'] .'.html" title="' $baitruoc['text'] . '" title="'.$baitruoc['text'].'" /><strong><span style="color:red">Bài Trước</span></strong></a>';

echo 
'<a style="float:right" style="color:green;" class="button-tag" href="'.$home.'/forum/'.functions::haimobile($baisau["text"]).'-' $baisau['id'] .'.html" title="' $baisau['text'] . '" title="'.$baisau['text'].'" /><strong><span style="color:red">Bài Sau</span></strong></a>';
echo
'</div>';//het
copy nhớ ghi nguồn http://cafesua.net
demo: http://cafesua.net/forum/share ... .html


EmoticonEmoticon