Addon 2x Verified Badge - Thêm huy hiệu đã xác minh cho XenForo 2

PVS

Super Moderator
Thành viên BQT
Code này có bản quyền, nếu có nhu cầu sử dụng, bạn hãy click để tìm bản gốc có trả phí
Verified Badge - Thêm huy hiệu đã xác minh cho XenForo 2 2.0.2

Add-on cho phép bạn xác minh người dùng. Khi chỉnh sửa người dùng, hãy đặt một đánh dấu. Một dấu kiểm hoạt động trên khắp diễn đàn nơi có biệt danh của người dùng đã được xác minh.

2.PNG


3.PNG

Chúc các bạn thành công.


Nguồn: Internet​
 
Mình chưa dùng nên không biết có style properties của nó không, nếu có thì vào để thêm màu, còn không thì có thể css cho nó được mà :)
 
Mình chưa dùng nên không biết có style properties của nó không, nếu có thì vào để thêm màu, còn không thì có thể css cho nó được mà :)
chỉnh css như thế nào bác - giúp em với - tìm cái này lâu lắm rồi - mà màu tích nó cứ hiện y như màu tên ý
 
Mình chưa dùng nên không biết có style properties của nó không, nếu có thì vào để thêm màu, còn không thì có thể css cho nó được mà :)
Mã:
.verif-block
{
    padding: 15px;
    background: rgba(107, 183, 200, 0.23);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
}
.verif-block .check-block
{
    display: inline;
    font-size: 60px;
    color: #44a7c2;
}
.verif-two
{
    text-align: center;
}
.explain-block
{
    display: inline-block;
    width: 470px;
}
.verif .titleBar
{
    padding: 5px;
    background: rgba(137, 213, 239, 0.61);
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 0;
}
.rules-icon-block {
    display: inline;
    font-size: 35px;
    color: #107f9e;
}
.verif-three {
    text-align: center;
}
.rules-block
{
    display: inline-block;
    width: 225px;
    font-weight: bold;
}

.rules-block
{
    padding: 15px;
    background: rgba(107, 183, 200, 0.23);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    text-align: center;
}
.verif_rules .titleBar
{
    padding: 5px;
    background: rgba(137, 213, 239, 0.61);
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 0;
}
 
Mã:
.verif-block
{
    padding: 15px;
    background: rgba(107, 183, 200, 0.23);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
}
.verif-block .check-block
{
    display: inline;
    font-size: 60px;
    color: #44a7c2;
}
.verif-two
{
    text-align: center;
}
.explain-block
{
    display: inline-block;
    width: 470px;
}
.verif .titleBar
{
    padding: 5px;
    background: rgba(137, 213, 239, 0.61);
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 0;
}
.rules-icon-block {
    display: inline;
    font-size: 35px;
    color: #107f9e;
}
.verif-three {
    text-align: center;
}
.rules-block
{
    display: inline-block;
    width: 225px;
    font-weight: bold;
}

.rules-block
{
    padding: 15px;
    background: rgba(107, 183, 200, 0.23);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    text-align: center;
}
.verif_rules .titleBar
{
    padding: 5px;
    background: rgba(137, 213, 239, 0.61);
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 0;
}
Quăng mớ code này vô temp nào vậy ông
 
Các bạn có thể dùng addons [XTR] Verified Users để thêm huy hiệu xác minh cho thành viên, nhóm người dùng cho Xenforo 2.

1588294336079-png.278

1588294364232-png.279
Ai cần addons này inbox cho mình nhé!
 
Sửa lần cuối:
Back
Top