Hướng dẫn XF2 Tạo dấu tích xanh verify giống facebook

hacobi1102

MasterCorporal
Hướng dẫn mọi người tạo nick tích xanh giống facebook, và tích xám nếu thành viên chưa xác nhận email

Cái này rất đơn giản thôi các bạn thêm css trong extra.lcss :
Mã:
/*hacobi1102 tao verify user*/
.username span:after{content:"\f058";font-family:'Fontawesome';margin-left:2px;font-weight:500}
/*username--styleX trong do X la ID group da verify email*/
.username--style2:after,.username--style3:after,.username--style4:after,.username--style5:after{color:#5180e8;}
.username--style1:after{color:#ccc;}

Demo link: https://yeupet.vn/topic/day-la-nhung-dieu-ban-phai-biet-de-cham-soc-meo-duoc-tot.3234/
Verified
Untitled.png

Unverify

2.png
 
Sửa lần cuối:
Hướng dẫn mọi người tạo nick tích xanh giống facebook, và tích xám nếu thành viên chưa xác nhận email

Cái này rất đơn giản thôi các bạn thêm css trong extra :
Mã:
/*hacobi1102 tao verify user*/
.username span:after{content:"\f058";font-family:'Fontawesome';margin-left:2px;font-weight:500}
/*username--styleX trong do X la ID group da verify email*/
.username--style2:after,.username--style3:after,.username--style4:after,.username--style5:after{color:#5180e8;}
.username--style1:after{color:#ccc;}

Demo link: https://yeupet.vn/topic/day-la-nhung-dieu-ban-phai-biet-de-cham-soc-meo-duoc-tot.3234/
Verified
View attachment 29601

Unverify

View attachment 29602
Bạn nói rõ chỗ add không được không, mình vẫn không biết nên add chỗ nào?
 
  • Like
Reactions: THB
Hướng dẫn mọi người tạo nick tích xanh giống facebook, và tích xám nếu thành viên chưa xác nhận email

Cái này rất đơn giản thôi các bạn thêm css trong extra.lcss :
Mã:
/*hacobi1102 tao verify user*/
.username span:after{content:"\f058";font-family:'Fontawesome';margin-left:2px;font-weight:500}
/*username--styleX trong do X la ID group da verify email*/
.username--style2:after,.username--style3:after,.username--style4:after,.username--style5:after{color:#5180e8;}
.username--style1:after{color:#ccc;}

Demo link: https://yeupet.vn/topic/day-la-nhung-dieu-ban-phai-biet-de-cham-soc-meo-duoc-tot.3234/
Verified
View attachment 29601

Unverify

View attachment 29602
upload_2019-2-26_12-0-34.png


Bị ntn thì fix sao đây bạn?
 
  • Like
Reactions: THB
View attachment 30335

Bị ntn thì fix sao đây bạn?
Sửa lại code thành
Mã:
/*hacobi1102 tao verify user*/
.username span:after {
        content: "\f058";
        font - family: 'Font Awesome 5 Pro';
        margin - left: 2 px;
        font - weight: 600;
}

/*username--styleX trong do X la ID group da verify email*/
.username--style2:after,
.username--style3:after,
.username--style4:after,
.username--style5:after {
        color: #5180e8;
}
.username--style1:after {
        color:# ccc;
    }
 
Sửa lần cuối:
Sửa lại code thành
Mã:
/*hacobi1102 tao verify user*/
.username span: after {
        content: "\f058";
        font - family: 'Font Awesome 5 Pro';
        margin - left: 2 px;
        font - weight: 600;
}

/*username--styleX trong do X la ID group da verify email*/
.username--style2: after,
.username--style3: after,
.username--style4: after,
.username--style5: after {
        color: #5180e8;
}
.username--style1:after {
        color:# ccc;
    }
Thay xong là không hiện dấu tích luôn bạn!
 
Back
Top