Demo
Cách làm:
Bước 1: Chỉnh tên 3 mục trong phần Profiles
ACP> QL nhóm và người dùng> QL người dùng> Profilé:
"Tổng bài gửi" đổi tên thành "Posts"
"Reputation" đổi tên thành "Thanked"
"điểm đổi thành Points
xem như hình dưới:
Bước 2: Chỉnh Points system và Reputation
- ACP> Module > Points and reputation > Point system
- ACP> Module> Points and reputation> Reputation> General options
http://www.diendandip.info
Bước 3: Thêm codes định vị trí thanh level trong Viewtopc_body
- ACP> Display>Templates>QLTT> Viewtopic_body
- chèn đoạn codes sau vào chỗ nào muốn hiển thị thanh level
có thể chèn bên cạnh hoặc dưới avatar / tên nick / cấp bậc / mục profiles
- ACP> Display> Templates> QLTT> Overall_footer
- chèn đoạn codes sau vào cuối Overall_footer
- ACP> Display> Colors & Pics> Colors> CSS
- chèn codes vào cuối cho tiện
Ai đang dùng icons trước nick, để tránh việc xung đột với nhau thì:
thay vì làm Bước 4, vào chỉnh sửa file js rank icon trước nick như sau:
Nguồn gốc bài viết : http://www.diendandip.info/t1659p5-topic#ixzz2pERzr4RE
Link gốc : http://www.diendandip.info
Cách làm:
Bước 1: Chỉnh tên 3 mục trong phần Profiles
ACP> QL nhóm và người dùng> QL người dùng> Profilé:
"Tổng bài gửi" đổi tên thành "Posts"
"Reputation" đổi tên thành "Thanked"
"điểm đổi thành Points
xem như hình dưới:
Bước 2: Chỉnh Points system và Reputation
- ACP> Module > Points and reputation > Point system
- ACP> Module> Points and reputation> Reputation> General options
http://www.diendandip.info
Bước 3: Thêm codes định vị trí thanh level trong Viewtopc_body
- ACP> Display>Templates>QLTT> Viewtopic_body
- chèn đoạn codes sau vào chỗ nào muốn hiển thị thanh level
có thể chèn bên cạnh hoặc dưới avatar / tên nick / cấp bậc / mục profiles
- Code:
<div class="fmlevel" align="left">
<span style="font-size:11px;font-family:Tahoma;font-weight:normal; display: none;">
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</span></div>
- ACP> Display> Templates> QLTT> Overall_footer
- chèn đoạn codes sau vào cuối Overall_footer
- Code:
<script src=http://thuan007.googlecode.com/files/FM_level.js></script>
- ACP> Display> Colors & Pics> Colors> CSS
- chèn codes vào cuối cho tiện
- Code:
/*--- classic level ------------------*/
.levelbg{line-height: 13px;background: url(http://i46.servimg.com/u/f46/16/96/29/15/levelc10.png) no-repeat;width: 120px; height: 13px;padding-top: 2px;padding-left: 2px;}
Ai đang dùng icons trước nick, để tránh việc xung đột với nhau thì:
thay vì làm Bước 4, vào chỉnh sửa file js rank icon trước nick như sau:
- Code:
window.onload = changeImg();
- Code:
function A1level(){
dir="http://s832.photobucket.com/albums/zz244/a1tg3/boom/"
var title2="Hoạt động"
var xperpost="15"
var xperexp="100"
var xperreptt="22"
var xpneeded="20"
var maxability="8000"
var maxstrength=(xpneeded*500)
var aq=[];
var level=[];
var posts=[];
var repts=[];
var ability=[];
var cts=[];
Nguồn gốc bài viết : http://www.diendandip.info/t1659p5-topic#ixzz2pERzr4RE
Link gốc : http://www.diendandip.info