• 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.

Hướng dẫn hiển thị chủ đề mới nhất và chủ đề của tôi trên sidebar

Admin

Well-Known Member
Staff member
Administrator
Hiển thị chủ đề mới nhất và chủ đề của tôi trên sidebar

Hướng dẫn:

Bước 1:
Vào admincp -> Settings -> Forum Sidebar and Block Options -> bật tính năng Sidebar lên. Sau đó vào create Forum blocks để thêm phần hiển thị.
tuoitrevnbiz25042013.png

Bước 2A: (tạo chủ đề mới nhất)
Add new block -> Select Block Type: Forum threads. Sau đó tùy chỉnh như trong hình.
tuoitrevnbiz25042013.png

Bước 2B: (tạo chủ đề của tôi)
Add new block -> Select Block Type: Custom HTML/PHP. Sau đó tùy chỉnh như trong hình.
tuoitrevnbiz25042013.png

Bước 3B:
Trong phần content bạn copy/paste nội dung dưới đây:
global $vbulletin;
global $db;

$sqlketnoi = $vbulletin->db->query_read("
SELECT *
FROM " . TABLE_PREFIX . "thread
WHERE postuserid = ".$vbulletin->userinfo['userid']."
LIMIT 10
");
while($thread = $vbulletin->db->fetch_array($sqlketnoi))
{
$threadid = $thread['threadid'];
$title = $thread['title'];
$userid = $thread['postuserid'];
$username = $thread['postusername'];
$replycount = $thread['replycount'];
$dateline = date("d/m/Y h:i:s",$thread['dateline']);

//forum name
$sqlketnoi2 = $vbulletin->db->query_read("
SELECT *
FROM " . TABLE_PREFIX . "forum
WHERE forumid = ".$thread['forumid']."
");
while($forum = $vbulletin->db->fetch_array($sqlketnoi2))
{
$forumtitle = $forum['title'];
$forumid = $forum['forumid'];

}
// print everything
$templater = vB_Template::create('block_online');
$templater->register('threadid', $threadid);
$templater->register('title', $title);
$templater->register('userid', $userid);
$templater->register('username', $username);
$templater->register('replycount', $replycount);
$templater->register('dateline', $dateline);
$templater->register('forumid', $forumid);
$templater->register('forumtitle', $forumtitle);
$content .= $templater->render();
}
return $content;
Bước 4B:
Admincp -> Styles & Templates -> Style Manager -> Chọn template muốn hiển thị -> Add New Template.
tuoitrevnbiz25042013.png

Bước 5B:
Điền thông số như trong hình
tuoitrevnbiz25042013.png

Bước 6B:
Phần nội dung bạn có thể copy/paste ở dưới đây
<div class="widget_content blockbody floatcontainer">
<ul id="block_newthreads_1" class="blockrow">
<li class="avatarcontent floatcontainer widget_post_bit">
<div class="widget_post_userinfo">

<div class="cms_widget_post_useravatar widget_post_useravatar">
<a class="smallavatar comments_member_avatar_link" href="member.php?7-tester3">
<img width="30" title="" src="image.php?u={vb:raw userid}&type=thumb" alt="">
</a>
</div>

</div>
<div class="smallavatartext widget_post_comment">
<h5 class="widget_post_header"><a href="showthread.php?{vb:raw threadid}" class="title">{vb:raw title}</a></h5>
<div class="meta">

Posted by <a href="member.php?{vb:raw userid}">{vb:raw username}</a> ({vb:raw replycount} replies)
<br><span class="time">{vb:raw dateline}</span> in <a href="forumdisplay.php?{vb:raw forumid}">{vb:raw forumtitle}</a>

</div>
</div>
</li>
</ul>
</div>

Hoàn thành!

Demo ảnh
tuoitrevnbiz25042013c.png
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
B Share code like hiển thị tim ra trang chủ. Johncms 0
T Share Code hiển thị số thank ra trang chủ cho johnCMS Johncms 0
S Help vbb số topic hiển thị ngoài trang chủ Vbulletin 8
Admin Công cụ nghiên cứu (Spy) nào có thể nhận quảng cáo hiển thị từ Facebook? Tin tức CNTT 0
Admin Hướng dẫn đổi tên ứng dụng android hiển thị trên màn hình xamarin forms - Change app name on main screen Android, iOS 0
Admin Hướng dẫn hiển thị thông báo nhắc nhở khi đóng form C# C# / C++ 0
cuongpro9x Share Hiển thị thông báo phát hiện adblock cho XenForo 2 Xenforo 0
thanhchiit Share Code PHP Hiển Thị Ping MS cho Web/Wap Mã nguồn wap 5
Admin Hướng dẫn hiển thị chuyên mục 2 cột cho xenforo 2 - How to sub-forum columns xenforo 2 Xenforo 0
Admin Hướng dẫn hiển thị lỗi php trên directadmin đơn giản VPS & Dedicated Server 3
cuongpro9x Hỏi Lỗi Wordpress không hiển thị bài viết Wordpress 3
T cách đưa bài viết luôn hiển thị lên đầu diễn đàn ? All Shared Scripts 3
Dean.Winchester Share Hiển thị ảnh nền đẹp khi bạn mở tab mới trên Chrome Thủ thuật máy tính 2
Admin Hướng dẫn đổi tên hiển thị trong Start cho máy tính Sử dụng, chia sẻ, hỏi đáp 0
hungnv239 Mobifone cung cấp DV Mstatus (hiển thị thông điệp) Thông tin các mạng di động 19
Tuzoro Share Hiển thị Tag màu mè cho Wordpress Wordpress 0
Smobi Hướng dẫn Mod thay đổi hiển thị số bài viết mỗi trang cho topic và chuyên mục Johncms 0
Admin Hướng dẫn mặc định hiển thị thông tin trình duyệt trong danh sách trực tuyến cho vbb Vbb tutorial 0
Admin Hiển thị thành viên trực tuyến - Show user is online xenforo Xenforo 0
Admin Kích hoạt chế độ hiển thị % pin ẩn trong Android 4.4 Tin tức, giới thiệu về ĐTDĐ 0
Admin Hướng dẫn hiển thị diễn đàn con - Sub Categories in Columns Xenforo 1.2 Xenforo 0
Yeukodamnoi [JohnCMS] Share code auto tag lấy từ kết quả hiển thị của Google Johncms 0
Admin Share code hiển thị đánh giá sao cho xtgem Wap builder, wapego, xtgem, wen.ru, wapka, wap4 0
Admin Hướng dẫn hiển thị ảnh tác giả và ảnh trong bài viết trên tìm kiếm google Thảo luận SEO 0
Admin Plugin hiển thị nội dung trên mobile hoặc computer Wordpress 0
S Hỏi cách hiển thị chữ ký của thành viên vbb 4.2 Vbulletin 2
J Hỏi Css không hiển thị là sao Johncms 19
Admin Hướng dẫn fix lỗi all in one seo pack hiển thị sai tag title, page title Wordpress 0
Admin Hiển thị tag ngẫu nhiên cực đẹp cho wordpress không cần dùng plugin Wordpress 0
Admin CrystalDiskInfo 5.5.1 + Portable - Hiển thị thông tin chi tiết và sức khỏe ổ đĩa cứng Phần mềm 0
Admin Hướng dẫn hiển thị lượt xem bài viết cho wordpress Wordpress 0
VMS-Mobifone Mobifone-Dịch vụ cấm hiển thị số - Giấu số. Thông tin các mạng di động 6
N Xin Đoạn code hiển thị dòng máy Thảo luận wap việt 3
Admin Share mod hiển thị ngẫu nhiên ảnh trong album của mem cho johncms Johncms 0
Admin Online Status xenforo - hiển thị trang thái online và offline cho xenforo| Xenforo 0
Admin Bbcode hiển thị form google docs Vbulletin 0
djdungcuty Share: Hàm hiển thị thành viêncho JohnCMS Johncms 1
H Làm thế nào để Google hiển thị đúng loại sitelink cho website của bạn? Thảo luận SEO 0
Admin Hiển thị bài viết ngẫu nhiên và xem nhiều nhất không dùng plugins Wordpress 1
Cuongkoj00 Help - JohnCMS k hiển thị CSS Johncms 1
Yeukodamnoi Xin Code hiển thị trình duyệt cho host PHP 1
Admin Hướng dẫn không hiển thị một chuyên mục nào đó cho wordpress Wordpress 0
Admin Hiển thị các bài liên quan trong wordpress không dùng plugin Wordpress 0
Kidblood Thảo luận Hiển thị bài viết ngẫu nhiên có thumbnail không cần plugin trong Wordpress Wordpress 2
Admin Hướng dẫn hiển thị chuyên mục ra index khi theme không hỗ trợ Widget Wordpress 0
S Mod hiển thị khung trả lời nhanh đầy đủ chức năng Add-ons 0
Admin Share code hiển thị online toàn trang cho xtgem Wap builder, wapego, xtgem, wen.ru, wapka, wap4 1
Admin Hàm hiển thị Alexa Rank cho PHP PHP 0
Admin Hướng dẫn fix lỗi không hiển thị số người online vbb Vbb tutorial 0
C Hỏi Cách hiển thị đầy đủ bbcode ở khung trả lời nhanh Vbulletin 6

Similar threads

New posts New threads New resources

Back
Top