Code hoặc hướng dẫn này được sử dụng trên phiên bản Xenforo cũ đã quá hạn sử dụng. Bạn hãy
click để tìm bản mới hơn
Sidebar News - Tin tức trên sidebar 1.2
Mô tả: Thêm thông tin RSS trên sidebar của bạn.
Sidebar News
Trang Options
Cài đặt:
Add-on Sidebar News đòi hỏi hai add-ons sau đây:
Setup bước 1:
Chỉnh sửa template andy_sidebar_extra_one như thế này:
Setup bước 2:
Chỉnh sửa template andy_sidebar_extra_one.css như thế này:
Setup bước 3:
Add-on này tạo ra một bảng gọi là xf_sidebar_new trong database của bạn.
Chúc các bạn thành công.
Mô tả: Thêm thông tin RSS trên sidebar của bạn.
Sidebar News
Trang Options
- Download sidebarnews_v1.2.zip ở đính kèm và giải nén ra.
- Upload folder "library" lên host ngang hàng file index.php.
- Vào Admin Control Panel, đến trang "Install Add-on".
- Upload file addon-SidebarNews_v1.2.xml.
- Click vào nút Install Add-on.
Add-on Sidebar News đòi hỏi hai add-ons sau đây:
Setup bước 1:
Chỉnh sửa template andy_sidebar_extra_one như thế này:
Mã:
<xen:if is="{$visitor.permissions.sidebarExtraOneGroupID.sidebarExtraOneID}">
<xen:require css="andy_sidebar_extra_one.css" />
<div class="section">
<div class="secondaryContent">
<h3>{xen:phrase sidebarextraone_title}</h3>
<xen:if is="{$sidebarNewsResults}">
<xen:foreach loop="$sidebarNewsResults" value="$result">
<div class="sidebar_news_row">
<div class="sidebar_news_title"><a href="{$result.link}" target="_blank">{$result.title}</a></div>
<div class="sidebar_news_date">{$result.sidebar_news_date}</div>
<div class="sidebar_news_desc">{xen:raw $result.description}</div>
<div class="line"></div>
</div>
</xen:foreach>
</xen:if>
</div>
</div>
</xen:if>
Setup bước 2:
Chỉnh sửa template andy_sidebar_extra_one.css như thế này:
Mã:
.sidebar_news_row
{
border-bottom: 1px solid @primaryLighterStill;
padding: 10px 0px 0px 0px;
}
.sidebar_news_title a
{
color: @primaryMedium;
padding: 0px 0px 0px 0px;
}
.sidebar_news_date {
color: @mutedTextColor;
padding: 0px 0px 10px 0px;
}
.sidebar_news_desc
{
color: @mutedTextColor;
padding: 0px 0px 10px 0px;
}
Setup bước 3:
- Nhập các thông tin vào các trang tùy chọn Sidebar News.
- Thiết lập thích hợp Group Permissions "Cho phép" cho add-on Sidebar Extra One.
- Thiết lập trang Tuỳ chọn Sidebar Position đến vị trí bạn muốn block sidebar hiển thị.
- Chỉnh sửa phrase sidebarextraone_title.
Add-on này tạo ra một bảng gọi là xf_sidebar_new trong database của bạn.
Chúc các bạn thành công.
Nguồn: xenforo.com
Đính kèm
Bài viết liên quan
Được quan tâm
Bài viết mới