• 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 thay biểu tượng chuyên mục với ảnh xenforo 2.x - How to change Node Icons to Images xenforo 2.x

Admin

Well-Known Member
Staff member
Administrator
Hôm nay tuoitreit.vn sẽ hướng dẫn các bạn thay đổi biểu tượng mặc định cho chuyên mục của bạn thành ảnh tùy chỉnh
Để thay đổi biểu tượng bạn làm như sau:
Tìm template extra.less và thêm vào trên cùng:

HTML:
/* Bat dat bieu tuong chuyen muc */
.node--idX .node-icon i { display: none; }
.node--idX .node-icon {
background-image: url('/images/tuoitreit.png');
background-repeat: no-repeat;
background-position: center;   
}
.node--forum.node--idX.node--read .node-icon {
background-image: url('/images/tuoitreit.png');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/* Ket thuc bieu tuong cho chuyen muc */

Thay X thành ID chuyên mục của bạn, thay tuoitreit.png thành ảnh của bạn

Nếu bạn chỉ muốn thay đổi chủ đề đã đọc, chưa đọc trên xenforo 2 bằng 1 hình ảnh
Bạn làm tương tự và thêm vào

HTML:
/**********/
.node .node-icon i { display: none; }
.node .node-icon {
background-image: url('/images/tuoitreit.png');
background-repeat: no-repeat;
background-position: center;   
}
.node--forum.node--read .node-icon {
background-image: url('/images/tuoitreit.png');
background-repeat: no-repeat;
background-position: center;
opacity: 0.4;
}
/**********/

Mọi thắc mắc vui lòng phản hồi bên dưới
Chúc các bạn thành công!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top