• 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 thống kê thanks ra trang chủ JohnCMS

Admin

Well-Known Member
Staff member
Administrator
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:
$trang4 = mysql_query("SELECT * FROM `forum_thank` WHERE `topic` = '" . ($arr['id'] + 1) . "'");
$trang5 = mysql_num_rows($trang4);
+ Tìm:
PHP:
' . $nam['from']. '
Thay bằng:
PHP:
' . $nam['from']. '<font color="red">[♥' .$trang5. ']</font>
để hiển thị. Demo đây

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 ($trang5 !== 0) echo '<font color="red">[♥' . $trang5. ']</font>';
Lưu và test & Thanks.
 

Facebook Comments

New posts New threads New resources

Back
Top