• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share Code hiển thị số thank ra trang chủ cho johnCMS

Teamsmile

New Member
Giới thiệu: Hiển thị thanks ra trang chủ bài viết
Hướng dẫn: Hết sức đơn giản
+ Mở pages/mainmenu.php tìm:
PHP:
$nam = mysql_fetch_array($nikuser);
Thêm vào dưới nó:
PHP:
$getthank = mysql_query("SELECT * FROM `forum_thank` WHERE `topic` = '" . ($arr['id'] + 1) . "'");
$getnumrows = mysql_num_rows($getthank);
+ Tìm:
PHP:
' . $nam['from']. '
Thay bằng:
PHP:
' . $nam['from']. '<font color="red">[♥' .$getnumrows. ']</font>
để hiển thị.
Demo m4v

Nếu ai muốn ẩn tim đi khi like bằng 0 thì
Mở mainmenu tìm đoạn
PHP:
'.$nam['from'] . '';
}

Thêm bên dưới
PHP:
if ($getnumrows !== 0) echo '<font color="red">[♥' . $getnumrows. ']</font>';
Lưu và test & Thanks
 

Facebook Comments

New posts New threads New resources

Back
Top