» Công Nghệ Thông Tin » Chinh Phục Forumtion » Các Code Hay » Hướng Dẫn Làm 2 thanh Level Gunny


You are not connected. Please login or register

Hướng Dẫn Làm 2 thanh Level Gunny

Go down  Message [Page 1 of 1]

1Hướng Dẫn Làm 2 thanh Level Gunny Empty Hướng Dẫn Làm 2 thanh Level Gunny Thu Mar 14, 2013 1:27 pm

An Hùng BMT

An Hùng BMT
Admin
Admin

Bước 1:
- Vào Admin Panel -> Quản lý người dùng & Quản lý nhóm -> Quản lý người dùng -> Profiles -> Di chuyển Tổng số bài gửi, Points, Reputation lên trên cùng theo thứ tự trên xuống là: Tổng số bài gửi -> Points -> Reputation
-Tiếp nữa : MODULES >> Points and reputation
Points system
Activate points system : Có
Display average points per message : Co'

Reputation
Activate reputation system : Có
Activate "Thanks" button : Có
Bước 2:
- Display -> Templates -> Quản lý tổng thể -> Viewtopic_body. Tìm:

Code:
<script type="text/javascript">//<![CDATA[
var multiquote_img_off
...
//]]>
</script>

Và thay thế nó = code sau
Code:
Và thay thế nó = code sau
Bước 3 : thêm cái này vào chỗ nào muốn hiển thị lv trong vewtopic_body
Code:

 
                                                  <div class="thanhlv1">

                                                  <script>level(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->1);</script>
                                            </div>
 <div class="thanhlv1">

                                                  <script>level2(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->2);</script>
                                            </div>

thường thì thêm vào bên trên code này
Code:
                                                    <div class="user-info">
hoặc dưới avtar cho viewtopic dọc
Code:
{postrow.displayed.POSTER_AVATAR}

Bước 4 thêm cái này vào css
Code:
.thanhlv1 {
  width: 21%;
  float: left;

}

.user-info {
width: 172px;
float: right;
}

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum